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
983 B

//---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1995
//
// File: cipseccf.hxx
//
// Contents: Windows NT 4.0 IP Security Object Class Factory
//
// CIISIPSecurityCF::CreateInstance
//
// History: 21-04-97 sophiac Created.
//
//----------------------------------------------------------------------------
#ifndef _CNAMSCF_HXX_
#define _CNAMSCF_HXX
//+------------------------------------------------------------------------
//
// Class: CIISIPSecurityCF (tag)
//
// Purpose: Class factory for standard Domain object.
//
// Interface: IClassFactory
//
//-------------------------------------------------------------------------
class CIISIPSecurityCF : public StdClassFactory
{
public:
STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
};
#endif // #ifndef _CNAMSCG_HXX_