CSecurityAttributes Class
Visual Studio 2012
This class is a thin wrapper for the security attributes structure.
Important
|
|---|
|
This class and its members cannot be used in applications that execute in the Windows Runtime. |
class CSecurityAttributes : public SECURITY_ATTRIBUTES
The SECURITY_ATTRIBUTES structure contains a security descriptor used for the creation of an object and specifies whether the handle retrieved by specifying this structure is inheritable.
For an introduction to the access control model in Windows, see Access Control in the Windows SDK.
Important