NetDmxSecurityMgr_Register Constants

Summary

The NetDmxSecurityMgr_Register constants define flags for security handler registration.

Syntax

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

Members

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.

See Also

ILMNetDmxSecurityMgr::RegisterProcessSecurity

ILMNetDmxSecurityMgr::RegisterGraphSecurity

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.