Declaration
unsigned int _stdcall Init(struct InitParams * InPar)
Parameters
InParPointer to InitParams structure.
Description
The function Init (_Init@4 in the Stdcall call convention) is required and called by the D2000 KOM process as the first function of protocol DLL. Using a InitParams structure, the function Init transfers the addresses of call-back functions and current version of interface definition.
Return code
CodeDescription
InitOKThe initialization has been executed.
InitBadVerIncorrect version of interface definition.
InitERROther error.
Napíšte komentár