Comlite.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //------------------------------------------------------------------------------
  2. // File: COMLite.h
  3. //
  4. // Desc: This header file is to provide a migration path for users of 
  5. //       ActiveMovie betas 1 and 2.
  6. //
  7. // Copyright (c) 1992 - 2000, Microsoft Corporation.  All rights reserved.
  8. //------------------------------------------------------------------------------
  9. #ifndef _INC_COMLITE_
  10. #define _INC_COMLITE_
  11. #define QzInitialize            CoInitialize
  12. #define QzUninitialize          CoUninitialize
  13. #define QzFreeUnusedLibraries   CoFreeUnusedLibraries
  14. #define QzGetMalloc             CoGetMalloc
  15. #define QzTaskMemAlloc          CoTaskMemAlloc
  16. #define QzTaskMemRealloc        CoTaskMemRealloc
  17. #define QzTaskMemFree           CoTaskMemFree
  18. #define QzCreateFilterObject    CoCreateInstance
  19. #define QzCLSIDFromString       CLSIDFromString
  20. #define QzStringFromGUID2       StringFromGUID2
  21. #endif  // _INC_COMLITE_