KMSServer_h.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* Modified by Hotbird64 for use with MingW and gcc */
  3. /* File created by MIDL compiler version 8.00.0595 */
  4. /* at Thu Oct 18 15:24:14 2012
  5. */
  6. /* Compiler settings for KMSServer.idl:
  7. Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.00.0595
  8. protocol : dce , ms_ext, c_ext, robust
  9. error checks: allocation ref bounds_check enum stub_data
  10. VC __declspec() decoration level:
  11. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  12. DECLSPEC_UUID(), MIDL_INTERFACE()
  13. */
  14. /* @@MIDL_FILE_HEADING( ) */
  15. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  16. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  17. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  18. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  19. #endif
  20. //#include "rpc.h"
  21. #include "rpcndr.h"
  22. #ifndef __RPCNDR_H_VERSION__
  23. #error this stub requires an updated version of <rpcndr.h>
  24. #endif // __RPCNDR_H_VERSION__
  25. #ifndef __KMSServer_h_h__
  26. #define __KMSServer_h_h__
  27. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  28. #pragma once
  29. #endif
  30. /* Forward Declarations */
  31. #ifdef __cplusplus
  32. extern "C"{
  33. #endif
  34. #ifndef __KMSServer_INTERFACE_DEFINED__
  35. #define __KMSServer_INTERFACE_DEFINED__
  36. /* interface KMSServer */
  37. /* [version][uuid] */
  38. int RequestActivation(
  39. /* [in] */ handle_t IDL_handle,
  40. /* [in] */ int requestSize,
  41. /* [size_is][in] */ unsigned char *request,
  42. /* [out] */ int *responseSize,
  43. /* [size_is][size_is][out] */ unsigned char **response);
  44. extern RPC_IF_HANDLE KMSServer_v1_0_c_ifspec;
  45. extern RPC_IF_HANDLE KMSServer_v1_0_s_ifspec;
  46. #endif /* __KMSServer_INTERFACE_DEFINED__ */
  47. /* Additional Prototypes for ALL interfaces */
  48. /* end of Additional Prototypes */
  49. #ifdef __cplusplus
  50. }
  51. #endif
  52. #endif