WindowsXP-SP1/ds/adsi/nds/csed.hxx

49 lines
821 B
C++
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

class CAcl;
class CAcl : INHERIT_TRACKING,
public ISupportErrorInfo,
public IADsAcl
{
public:
/* IUnknown methods */
STDMETHOD(QueryInterface)(THIS_ REFIID riid, LPVOID FAR* ppvObj) ;
DECLARE_STD_REFCOUNTING
DECLARE_IDispatch_METHODS
DECLARE_ISupportErrorInfo_METHODS
DECLARE_IADsAcl_METHODS
CAcl::CAcl();
CAcl::~CAcl();
static
HRESULT
CAcl::CreateSecurityDescriptor(
REFIID riid,
void **ppvObj
);
static
HRESULT
CAcl::AllocateSecurityDescriptorObject(
CAcl ** ppSecurityDescriptor
);
protected:
CDispatchMgr FAR * _pDispMgr;
LPWSTR _lpProtectedAttrName;
LPWSTR _lpSubjectName;
DWORD _dwPrivileges;
};