|
|
C_RegisterLicenceNotFoundHandler |
C_RegisterLicenceNotFoundHandler is used to register an application-defined callback function that can be called if the program licence cannot be found. If the licence cannot be found, and a handler callback is registered, then the callback will be invoked to allow the application to determine if and how to attempt reconnection.
void C_RegisterLicenceNotFoundHandler(
TLicenceNotFoundHandlerProc LicenceNotFoundHandlerProc,
int *lpStatus
);
The callback function that is called in case the licence cannot be found. Pass NULL to remove the handler.
Points to a variable in which the status result for the function call will be returned.