ClanLib
2.3.7
|
Security descriptor. More...
#include <security_descriptor.h>
Public Member Functions | |
Construction | |
CL_SecurityDescriptor () | |
Constructs a security descriptor. More... | |
CL_SecurityDescriptor (const CL_SecurityDescriptor ©) | |
Constructs a SecurityDescriptor. More... | |
~CL_SecurityDescriptor () | |
Operations | |
CL_SecurityDescriptor & | operator= (const CL_SecurityDescriptor ©) |
Security descriptor.
CL_SecurityDescriptor::CL_SecurityDescriptor | ( | ) |
Constructs a security descriptor.
CL_SecurityDescriptor::CL_SecurityDescriptor | ( | const CL_SecurityDescriptor & | copy) |
Constructs a SecurityDescriptor.
copy | = Security Descriptor |
CL_SecurityDescriptor::~CL_SecurityDescriptor | ( | ) |
CL_SecurityDescriptor& CL_SecurityDescriptor::operator= | ( | const CL_SecurityDescriptor & | copy) |