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

35 lines
871 B
C++

//---------------------------------------------------------------------------
//
// 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);
};