static SafetyExecutive * GetInstance();
None.
SafetyExecutive
object. Gets a pointer to an instance of SafetyExecutive
.
When accessing the SafetyExecutive
class to determine whether to approve or deny operation execution, get a pointer to an instance of the class using this function and then make your function calls via the class. An instance of the SafetyExecutive
class is automatically generated when a session starts and is automatically released when that session ends.
CONFIDENTIAL