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.

27 lines
574 B

  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