Source code of Windows XP (NT5)
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.

23 lines
526 B

  1. #ifndef _CADSSECCF_HXX_
  2. #define _CADSSECCF_HXX_
  3. //+------------------------------------------------------------------------
  4. //
  5. // Class: CADsSecurityUtilityCF (tag)
  6. //
  7. // Purpose: Class factory for ADs Security Objects
  8. //
  9. // Interface: IClassFactory
  10. //
  11. //-------------------------------------------------------------------------
  12. class CADsSecurityUtilityCF : public StdClassFactory
  13. {
  14. public:
  15. STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
  16. };
  17. #endif // #ifndef _CADSSECCF_HXX_