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.

24 lines
588 B

  1. //----------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000.
  5. //
  6. // File: adsxmlcf.hxx
  7. //
  8. // Contents: Header for the class factory for creating ADsXML extension.
  9. //
  10. //----------------------------------------------------------------------------
  11. #ifndef __ADSXMLCF_HXX__
  12. #define __ADSXMLCF_HXX__
  13. #include "cadsxml.hxx"
  14. class CADsXMLCF : public StdClassFactory
  15. {
  16. public:
  17. STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
  18. };
  19. #endif //__ADSXMLCF_HXX__