windows-nt/Source/XPSP1/NT/ds/adsi/nw312/cprovcf.hxx

19 lines
443 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+------------------------------------------------------------------------
//
// 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);
};