forked from waldo-irc/CVE-2021-21551
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IWinSpool_h.h
317 lines (215 loc) · 7.08 KB
/
IWinSpool_h.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.01.0622 */
/* at Mon Jan 18 19:14:07 2038
*/
/* Compiler settings for IWinSpool.idl:
Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.0622
protocol : all , ms_ext, c_ext, robust
error checks: allocation ref bounds_check enum stub_data
VC __declspec() decoration level:
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
DECLSPEC_UUID(), MIDL_INTERFACE()
*/
/* @@MIDL_FILE_HEADING( ) */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 500
#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 __IWinSpool_h_h__
#define __IWinSpool_h_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
/* header files for imported files */
#include "oaidl.h"
#ifdef __cplusplus
extern "C"{
#endif
#ifndef __winspool_INTERFACE_DEFINED__
#define __winspool_INTERFACE_DEFINED__
/* interface winspool */
/* [unique][endpoint][ms_union][version][uuid] */
typedef struct _DEVMODE_CONTAINER
{
DWORD cbBuf;
/* [unique][size_is] */ BYTE *pDevMode;
} DEVMODE_CONTAINER;
typedef struct _RPC_V2_NOTIFY_OPTIONS_TYPE
{
unsigned short Type;
unsigned short Reserved0;
DWORD Reserved1;
DWORD Reserved2;
DWORD Count;
/* [unique][size_is] */ unsigned short *pFields;
} RPC_V2_NOTIFY_OPTIONS_TYPE;
typedef struct _RPC_V2_NOTIFY_OPTIONS
{
DWORD Version;
DWORD Reserved;
DWORD Count;
/* [unique][size_is] */ RPC_V2_NOTIFY_OPTIONS_TYPE *pTypes;
} RPC_V2_NOTIFY_OPTIONS;
typedef unsigned short LANGID;
typedef /* [context_handle] */ void *GDI_HANDLE;
typedef /* [context_handle] */ void *PRINTER_HANDLE;
typedef /* [handle] */ wchar_t *STRING_HANDLE;
DWORD RpcEnumPrinters(
/* [in] */ handle_t IDL_handle);
DWORD RpcOpenPrinter(
/* [unique][string][in] */ STRING_HANDLE pPrinterName,
/* [out] */ PRINTER_HANDLE *pHandle,
/* [unique][string][in] */ wchar_t *pDatatype,
/* [in] */ DEVMODE_CONTAINER *pDevModeContainer,
/* [in] */ DWORD AccessRequired);
DWORD RpcSetJob(
/* [in] */ handle_t IDL_handle);
DWORD RpcGetJob(
/* [in] */ handle_t IDL_handle);
DWORD RpcEnumJobs(
/* [in] */ handle_t IDL_handle);
DWORD RpcAddPrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcDeletePrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcSetPrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcGetPrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcAddPrinterDriver(
/* [in] */ handle_t IDL_handle);
DWORD RpcEnumPrinterDrivers(
/* [in] */ handle_t IDL_handle);
DWORD RpcGetPrinterDriver(
/* [in] */ handle_t IDL_handle);
DWORD RpcGetPrinterDriverDirectory(
/* [in] */ handle_t IDL_handle);
DWORD RpcDeletePrinterDriver(
/* [in] */ handle_t IDL_handle);
DWORD RpcAddPrintProcessor(
/* [in] */ handle_t IDL_handle);
DWORD RpcEnumPrintProcessors(
/* [in] */ handle_t IDL_handle);
DWORD RpcGetPrintProcessorDirectory(
/* [in] */ handle_t IDL_handle);
DWORD RpcStartDocPrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcStartPagePrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcWritePrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcEndPagePrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcAbortPrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcReadPrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcEndDocPrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcAddJob(
/* [in] */ handle_t IDL_handle);
DWORD RpcScheduleJob(
/* [in] */ handle_t IDL_handle);
DWORD RpcGetPrinterData(
/* [in] */ handle_t IDL_handle);
DWORD RpcSetPrinterData(
/* [in] */ handle_t IDL_handle);
DWORD RpcWaitForPrinterChange(
/* [in] */ handle_t IDL_handle);
DWORD RpcClosePrinter(
/* [out][in] */ PRINTER_HANDLE *phPrinter);
DWORD RpcAddForm(
/* [in] */ handle_t IDL_handle);
DWORD RpcDeleteForm(
/* [in] */ handle_t IDL_handle);
DWORD RpcGetForm(
/* [in] */ handle_t IDL_handle);
DWORD RpcSetForm(
/* [in] */ handle_t IDL_handle);
DWORD RpcEnumForms(
/* [in] */ handle_t IDL_handle);
DWORD RpcEnumPorts(
/* [in] */ handle_t IDL_handle);
DWORD RpcEnumMonitors(
/* [in] */ handle_t IDL_handle);
void Opnum37NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
void Opnum38NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
DWORD RpcDeletePort(
/* [in] */ handle_t IDL_handle);
DWORD RpcCreatePrinterIC(
/* [in] */ handle_t IDL_handle);
DWORD RpcPlayGdiScriptOnPrinterIC(
/* [in] */ handle_t IDL_handle);
DWORD RpcDeletePrinterIC(
/* [in] */ handle_t IDL_handle);
void Opnum43NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
void Opnum44NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
void Opnum45NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
DWORD RpcAddMonitor(
/* [in] */ handle_t IDL_handle);
DWORD RpcDeleteMonitor(
/* [in] */ handle_t IDL_handle);
DWORD RpcDeletePrintProcessor(
/* [in] */ handle_t IDL_handle);
void Opnum49NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
void Opnum50NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
DWORD RpcEnumPrintProcessorDatatypes(
/* [in] */ handle_t IDL_handle);
DWORD RpcResetPrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcGetPrinterDriver2(
/* [in] */ handle_t IDL_handle);
void Opnum54NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
void Opnum55NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
DWORD RpcFindClosePrinterChangeNotification(
/* [in] */ handle_t IDL_handle);
void Opnum57NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
DWORD RpcReplyOpenPrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcRouterReplyPrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcReplyClosePrinter(
/* [in] */ handle_t IDL_handle);
DWORD RpcAddPortEx(
/* [in] */ handle_t IDL_handle);
DWORD RpcRemoteFindFirstPrinterChangeNotification(
/* [in] */ handle_t IDL_handle);
void Opnum63NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
void Opnum64NotUsedOnWire(
/* [in] */ handle_t IDL_handle);
DWORD RpcRemoteFindFirstPrinterChangeNotificationEx(
/* [in] */ PRINTER_HANDLE hPrinter,
/* [in] */ DWORD fdwFlags,
/* [in] */ DWORD fdwOptions,
/* [unique][string][in] */ wchar_t *pszLocalMachine,
/* [in] */ DWORD dwPrinterLocal,
/* [unique][in] */ RPC_V2_NOTIFY_OPTIONS *pOptions);
extern RPC_IF_HANDLE winspool_v1_0_c_ifspec;
extern RPC_IF_HANDLE winspool_v1_0_s_ifspec;
#endif /* __winspool_INTERFACE_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
handle_t __RPC_USER STRING_HANDLE_bind ( STRING_HANDLE );
void __RPC_USER STRING_HANDLE_unbind( STRING_HANDLE, handle_t );
void __RPC_USER PRINTER_HANDLE_rundown( PRINTER_HANDLE );
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif