ReactOS 0.4.15-dev-7788-g1ad9096
ctx.h
Go to the documentation of this file.
1
2#pragma warning( disable: 4049 ) /* more than 64k source lines */
3
4/* this ALWAYS GENERATED file contains the definitions for the interfaces */
5
6
7 /* File created by MIDL compiler version 5.03.0280 */
8/* at Fri Mar 24 18:32:16 2006
9 */
10/* Compiler settings for ctx.idl:
11 Os (OptLev=s), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
12 error checks: allocation ref bounds_check enum stub_data
13 VC __declspec() decoration level:
14 __declspec(uuid()), __declspec(selectany), __declspec(novtable)
15 DECLSPEC_UUID(), MIDL_INTERFACE()
16*/
17//@@MIDL_FILE_HEADING( )
18
19
20/* verify that the <rpcndr.h> version is high enough to compile this file*/
21#ifndef __REQUIRED_RPCNDR_H_VERSION__
22#define __REQUIRED_RPCNDR_H_VERSION__ 440
23#endif
24
25#include "rpc.h"
26#include "rpcndr.h"
27
28#ifndef __ctx_h__
29#define __ctx_h__
30
31/* Forward Declarations */
32
33#ifdef __cplusplus
34extern "C"{
35#endif
36
39
40#ifndef __hello_INTERFACE_DEFINED__
41#define __hello_INTERFACE_DEFINED__
42
43/* interface hello */
44/* [implicit_handle][version][uuid] */
45
46typedef long CTXTYPE;
47
48typedef /* [context_handle] */ CTXTYPE __RPC_FAR *PCTXTYPE;
49
50void CtxOpen(
51 /* [out] */ PCTXTYPE __RPC_FAR *pphContext,
52 /* [in] */ long Value);
53
54void CtxHello(
55 /* [in] */ PCTXTYPE phContext);
56
57void CtxClose(
58 /* [out][in] */ PCTXTYPE __RPC_FAR *pphContext);
59
60
61extern handle_t hBinding;
62
63
66#endif /* __hello_INTERFACE_DEFINED__ */
67
68/* Additional Prototypes for ALL interfaces */
69
71
72/* end of Additional Prototypes */
73
74#ifdef __cplusplus
75}
76#endif
77
78#endif
79
80
long CTXTYPE
Definition: ctx.h:46
void CtxOpen(PCTXTYPE __RPC_FAR *pphContext, long Value)
Definition: ctx_c.c:76
void __RPC_USER PCTXTYPE_rundown(PCTXTYPE)
Definition: server.c:62
RPC_IF_HANDLE hello_v1_0_c_ifspec
Definition: ctx_c.c:69
void __RPC_FAR *__RPC_USER MIDL_user_allocate(size_t)
Definition: irotp.c:371
void __RPC_USER MIDL_user_free(void __RPC_FAR *)
Definition: rpcserver.c:62
RPC_IF_HANDLE hello_v1_0_s_ifspec
Definition: ctx_s.c:61
void CtxClose(PCTXTYPE __RPC_FAR *pphContext)
Definition: ctx_c.c:179
handle_t hBinding
Definition: ctx_c.c:54
void CtxHello(PCTXTYPE phContext)
Definition: ctx_c.c:130
CTXTYPE __RPC_FAR * PCTXTYPE
Definition: ctx.h:48
#define __RPC_FAR
Definition: rpc.h:56
#define __RPC_USER
Definition: rpc.h:65
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _Out_opt_ PUSHORT _Inout_opt_ PUNICODE_STRING Value
Definition: wdfregistry.h:413