|
|
||||
|
Dlods and API |
|||
D.L.O.D. | This stands for Dynamic Loading of Objects or Datas . The initial dlod technology was mainly a "DLL" replacement, but it has quite changed. |
init() | the "installator". launched by the system when it "embeds" the dlod. Should be provided by each dlod. a NULL pointer means nothing to call. |
uninit() |
the "desinstallator". launched by the system when the program ends. NULL
pointer means nothing to call.
|
getClassInfo() |
|
uninit() |