The
function SendChildren requests for the definitions of the user
process children from
D2000 Server. The function is terminated (return from
the function is performed) when all the definitions of the children are
received.
Declaration
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.
Pridať komentár