TcTryToReleaseOpState method
The method TcTryToReleaseOpState releases resources, e.g. data pointers, in order to prepare for exiting the OP state.
Syntax
BOOL TcTryToReleaseOpState(void)
Parameters
Return value
TRUE or FALSE is returned.
Description
The method TcTryToReleaseOpState releases resources, e.g. data pointers, in order to prepare for exiting the OP state. Must be implemented in order to cancel possible mutual dependencies of module instances.
It is only called if another module holds a reference to this module.