windows-nt/Source/XPSP1/NT/inetsrv/iis/admin/adsi/adsiis/cprovcf.hxx

22 lines
521 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1997
//
// File: cprovcf.hxx
//
// Contents: Class factory for standard Provider object.
//
// History: 01-30-95 krishnag Created.
//
//----------------------------------------------------------------------------
class CIISProviderCF : public StdClassFactory
{
public:
STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
};