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.
|
|
#ifndef _CADSSECCF_HXX_
#define _CADSSECCF_HXX_
//+------------------------------------------------------------------------
//
// Class: CADsSecurityUtilityCF (tag)
//
// Purpose: Class factory for ADs Security Objects
//
// Interface: IClassFactory
//
//-------------------------------------------------------------------------
class CADsSecurityUtilityCF : public StdClassFactory { public: STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv); };
#endif // #ifndef _CADSSECCF_HXX_
|