-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathAcmeTesting_x64.h
119 lines (85 loc) · 2.77 KB
/
AcmeTesting_x64.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.01.0620 */
/* at Tue Jan 19 01:14:07 2038
*/
/* Compiler settings for TestShared\AcmeTesting.idl:
Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.0620
protocol : dce , ms_ext, c_ext, robust
error checks: allocation ref bounds_check enum stub_data , use_epv
VC __declspec() decoration level:
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
DECLSPEC_UUID(), MIDL_INTERFACE()
*/
/* @@MIDL_FILE_HEADING( ) */
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif /* __RPCNDR_H_VERSION__ */
#ifndef __AcmeTesting_x64_h__
#define __AcmeTesting_x64_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifdef __cplusplus
extern "C"{
#endif
#ifndef __AcmeTesting_INTERFACE_DEFINED__
#define __AcmeTesting_INTERFACE_DEFINED__
/* interface AcmeTesting */
/* [version][uuid] */
typedef struct pair
{
int left;
int right;
} pair;
void Invert(
/* [in] */ handle_t IDL_handle,
/* [out][in] */ pair *onePair);
void Operate(
/* [in] */ handle_t IDL_handle,
/* [in] */ double left,
/* [in] */ double right,
/* [out] */ double *result);
void ChangeCase(
/* [in] */ handle_t IDL_handle,
/* [string][in] */ unsigned char *input,
/* [size_is][string][out] */ unsigned char *output);
void WriteOnStorage(
/* [in] */ handle_t IDL_handle);
unsigned long Shutdown(
/* [in] */ handle_t IDL_handle);
typedef struct _AcmeTesting_v1_0_epv_t
{
void ( *Invert )(
/* [in] */ handle_t IDL_handle,
/* [out][in] */ pair *onePair);
void ( *Operate )(
/* [in] */ handle_t IDL_handle,
/* [in] */ double left,
/* [in] */ double right,
/* [out] */ double *result);
void ( *ChangeCase )(
/* [in] */ handle_t IDL_handle,
/* [string][in] */ unsigned char *input,
/* [size_is][string][out] */ unsigned char *output);
void ( *WriteOnStorage )(
/* [in] */ handle_t IDL_handle);
unsigned long ( *Shutdown )(
/* [in] */ handle_t IDL_handle);
} AcmeTesting_v1_0_epv_t;
extern RPC_IF_HANDLE AcmeTesting_v1_0_c_ifspec;
extern RPC_IF_HANDLE AcmeTesting_v1_0_s_ifspec;
#endif /* __AcmeTesting_INTERFACE_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif