Porovnávané verzie

Kľúč

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

Declaration


Blok kódu
languageesl
themeConfluence
unsigned int (_stdcall * CreateThread)(void * Proc, void * Par);
Parameters


Proc

Address of the executive procedure of a new thread. The procedure must be defined as follows:

Blok kódu
languageesl
themeConfluence
void _stdcall ProtocolThread(void * Par)


Warning: the Stdcall call convention is required !!!

ParPointer to the parameters transferred to a new thread.
Description
The function creates and initializes a new thread.
Return value
ID of the thread.

Info
titleRelated pages:

D2000 KomAPI - call-back functions