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.

35 lines
907 B

  1. //---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1997
  5. //
  6. // File: cmimecf.hxx
  7. //
  8. // Contents: MimeType object Class Factory
  9. //
  10. // History: 04-1-97 krishnag Created.
  11. //
  12. //----------------------------------------------------------------------------
  13. #ifndef _CNAMSCF_HXX_
  14. #define _CNAMSCF_HXX
  15. //+------------------------------------------------------------------------
  16. //
  17. // Class: CIISMimeTypeCF (tag)
  18. //
  19. // Purpose: Class factory for standard Domain object.
  20. //
  21. // Interface: IClassFactory
  22. //
  23. //-------------------------------------------------------------------------
  24. class CIISMimeTypeCF : public StdClassFactory
  25. {
  26. public:
  27. STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
  28. };
  29. #endif // #ifndef _CNAMSCG_HXX_