home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / BorlandCompiler / freecommandLinetools.exe / Include / mtxdm.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-27  |  655 b   |  30 lines

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