NetDmxSecurityMgr_Register Constants

Syntax

typedef enum NetDmxSecurityMgr_Register 
{ 
   NetDmxSecurityMgr_Register_Default   = 0, 
   NetDmxSecurityMgr_Register_KeepAlive = 0x1 
} NetDmxSecurityMgr_Register; 

Summary

The NetDmxSecurityMgr_Register constants define flags for security handler registration.

Constants

Constant Description
NetDmxSecurityMgr_Register_Default [0] The security manager will not hold a reference to the security handler. The user is responsible for guaranteeing the handler is available until the registration is revoked.
NetDmxSecurityMgr_Register_KeepAlive [1] The security manager will hold a reference to the security handler until the registration is revoked.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Multimedia C API Help