In This Topic ▼

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help