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

19 lines
461 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);
};