windows-nt/Source/XPSP1/NT/ds/adsi/router/cseccf.hxx
2020-09-26 16:20:57 +08:00

24 lines
526 B
C++

#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_