PermissiveSecurityDescriptor Class Reference

Represents a securty descriptor granting all access to everyone. More...

#include <loader.h>

List of all members.

Public Member Functions

 PermissiveSecurityDescriptor ()
 operator SECURITY_ATTRIBUTES * ()
 ~PermissiveSecurityDescriptor ()

Private Attributes

SECURITY_DESCRIPTOR m_SD
SECURITY_ATTRIBUTES m_SA
bool m_Used


Detailed Description

Represents a securty descriptor granting all access to everyone.

Constructor & Destructor Documentation

PermissiveSecurityDescriptor::PermissiveSecurityDescriptor (  )  [inline]

PermissiveSecurityDescriptor::~PermissiveSecurityDescriptor (  )  [inline]


Member Function Documentation

PermissiveSecurityDescriptor::operator SECURITY_ATTRIBUTES * (  )  [inline]


Member Data Documentation

SECURITY_ATTRIBUTES PermissiveSecurityDescriptor::m_SA [private]

SECURITY_DESCRIPTOR PermissiveSecurityDescriptor::m_SD [private]


The documentation for this class was generated from the following file:
SourceForge.net Logo