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

模拟服务器

开发平台:

C/C++

  1. //  Copyright (C) 1995-1999 Microsoft Corporation.  All rights reserved.
  2. #ifndef __MTXDM_H__
  3. #define __MTXDM_H__
  4. // mtxdm.h
  5. // Defines legacy mtxdm startup interface, remove asap, when all dispensers stop doing this.
  6. // New stuff is in ccpublic.idl and dispman.idl
  7. #include "comsvcs.h"
  8. #ifdef __cplusplus
  9. extern "C"{
  10. #endif 
  11. //
  12. // GetDispenserManager
  13. // A Dispenser calls this API to get a reference to DispenserManager.
  14. //
  15. __declspec(dllimport) HRESULT __cdecl GetDispenserManager(IDispenserManager**);
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif