windows-nt/Source/XPSP1/NT/ds/adsi/nw312/cprovcf.hxx
2020-09-26 16:20:57 +08:00

19 lines
443 B
C++

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