Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
1010 B

//---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1995
//
// File: cpobjcf.hxx
//
// Contents: Windows NT 4.0 Property Attribute Object Class Factory
//
// CIISPropertyAttributeCF::CreateInstance
//
// History: 21-01-98 sophiac Created.
//
//----------------------------------------------------------------------------
#ifndef _CPOBJCF_HXX_
#define _CPOBJCF_HXX
//+------------------------------------------------------------------------
//
// Class: CIISPropertyAttributeCF (tag)
//
// Purpose: Class factory for standard Domain object.
//
// Interface: IClassFactory
//
//-------------------------------------------------------------------------
class CIISPropertyAttributeCF : public StdClassFactory
{
public:
STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
};
#endif // #ifndef _CPOBJCF_HXX_