modified: myjupyterlab.sh
[GalaxyCodeBases.git] / etc / Windows / vlmcsd_old_vancepym / KMSServer_h.h
blobb947e5d933702441d7e36b9efdd90f4dacc72e8c
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
5 /* Modified by Hotbird64 for use with MingW and gcc */
8 /* File created by MIDL compiler version 8.00.0595 */
9 /* at Thu Oct 18 15:24:14 2012
11 /* Compiler settings for KMSServer.idl:
12 Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.00.0595
13 protocol : dce , ms_ext, c_ext, robust
14 error checks: allocation ref bounds_check enum stub_data
15 VC __declspec() decoration level:
16 __declspec(uuid()), __declspec(selectany), __declspec(novtable)
17 DECLSPEC_UUID(), MIDL_INTERFACE()
19 /* @@MIDL_FILE_HEADING( ) */
21 #pragma warning( disable: 4049 ) /* more than 64k source lines */
24 /* verify that the <rpcndr.h> version is high enough to compile this file*/
25 #ifndef __REQUIRED_RPCNDR_H_VERSION__
26 #define __REQUIRED_RPCNDR_H_VERSION__ 475
27 #endif
29 //#include "rpc.h"
30 #include "rpcndr.h"
32 #ifndef __RPCNDR_H_VERSION__
33 #error this stub requires an updated version of <rpcndr.h>
34 #endif // __RPCNDR_H_VERSION__
37 #ifndef __KMSServer_h_h__
38 #define __KMSServer_h_h__
40 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
41 #pragma once
42 #endif
44 /* Forward Declarations */
46 #ifdef __cplusplus
47 extern "C"{
48 #endif
51 #ifndef __KMSServer_INTERFACE_DEFINED__
52 #define __KMSServer_INTERFACE_DEFINED__
54 /* interface KMSServer */
55 /* [version][uuid] */
57 int RequestActivation(
58 /* [in] */ handle_t IDL_handle,
59 /* [in] */ int requestSize,
60 /* [size_is][in] */ unsigned char *request,
61 /* [out] */ int *responseSize,
62 /* [size_is][size_is][out] */ unsigned char **response);
66 extern RPC_IF_HANDLE KMSServer_v1_0_c_ifspec;
67 extern RPC_IF_HANDLE KMSServer_v1_0_s_ifspec;
68 #endif /* __KMSServer_INTERFACE_DEFINED__ */
70 /* Additional Prototypes for ALL interfaces */
72 /* end of Additional Prototypes */
74 #ifdef __cplusplus
76 #endif
78 #endif