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

24 lines
526 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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_