WindowsXP-SP1/ds/adsi/ldap/cprovcf.hxx
2020-09-30 16:53:49 +02:00

22 lines
459 B
C++

//+------------------------------------------------------------------------
//
// Class: CLDAPProviderCF (tag)
//
// Purpose: Class factory for standard Provider object.
//
// Interface: IClassFactory
//
//-------------------------------------------------------------------------
class CLDAPProviderCF : public StdClassFactory
{
public:
STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
};