WindowsXP-SP1/ds/adsi/msext/cusers.hxx

53 lines
1.1 KiB
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 CLDAPUserCollection;
class CLDAPUserCollection : INHERIT_TRACKING,
public ISupportErrorInfo,
public IADsMembers
{
public:
/* IUnknown methods */
STDMETHOD(QueryInterface)(THIS_ REFIID riid, LPVOID FAR* ppvObj) ;
DECLARE_STD_REFCOUNTING
DECLARE_IDispatch_METHODS
DECLARE_ISupportErrorInfo_METHODS
DECLARE_IADsMembers_METHODS
CLDAPUserCollection::CLDAPUserCollection();
CLDAPUserCollection::~CLDAPUserCollection();
static
HRESULT
CLDAPUserCollection::CreateUserCollection(
BSTR bstrADsPath,
VARIANT varMembers,
CCredentials& Credentials,
REFIID riid,
void **ppvObj
);
static
HRESULT
CLDAPUserCollection::AllocateUserCollectionObject(
CCredentials& Credentials,
CLDAPUserCollection ** ppUser
);
protected:
CDispatchMgr FAR * _pDispMgr;
VARIANT _vMembers;
VARIANT _vFilter;
BSTR _ADsPath;
CCredentials _Credentials;
};