Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

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 process 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.

Info
titleRelated pages:

D2000 KomAPI - interface functions