Porovnávané verzie

Kľúč

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

Function
The function SendChildren requests for the definitions of the user process children from the D2000 Server. The function is terminated (return from the function is performed) when all the definitions of the children are received.
Declaration


Blok kódu
languagecpp
themeConfluence
void SendChildren(NewDefinitionProc proc)
Parameters
The parameter proc is a pointer to the function NewDefinitionProc, which will handle configuration messages. The function SendChildren always waits till all configuration messages are processed by the function NewDefinitionProc.

Info
titleRelated pages:

ObjApi - Initialisation functions