static void SetDOClassInitializationCallback( InitDOClassesFunction fInitDOClasses );
Name | Description | |
---|---|---|
fInitDOClasses |
DO class initialization function. |
Registers a function to initialize the DO
class.
The DO
class initialization function set here will be called in the constructor of the NetZ object. If you use the user DO feature, set the InitDOClasses
function generated by the DDL compiler. This function does not need to be called if you do not use the user DO feature.
CONFIDENTIAL