windows-nt/Source/XPSP1/NT/ds/adsi/router/cdsocf.hxx

35 lines
837 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1996
//
// File: cdsocf.hxx
//
// Contents: ADSI Data Source Object Class Factory Code
//
// CDSOCF::CreateInstance
//
// History: 08-01-96 shanksh Created.
//
//----------------------------------------------------------------------------
//+------------------------------------------------------------------------
//
// Class: CDSOCF (tag)
//
// Purpose: Class factory for standard data source object
//
// Interface: IClassFactory
//
//-------------------------------------------------------------------------
class CDSOCF : public StdClassFactory
{
public:
STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
};