Nui
eventtoken.h
Go to the documentation of this file.
1 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
2 
3 /* File created by MIDL compiler version 8.01.0618 */
4 /* @@MIDL_FILE_HEADING( ) */
5 #pragma once
6 
7 /* verify that the <rpcndr.h> version is high enough to compile this file*/
8 #ifndef __REQUIRED_RPCNDR_H_VERSION__
9 # define __REQUIRED_RPCNDR_H_VERSION__ 500
10 #endif
11 
12 /* verify that the <rpcsal.h> version is high enough to compile this file*/
13 #ifndef __REQUIRED_RPCSAL_H_VERSION__
14 # define __REQUIRED_RPCSAL_H_VERSION__ 100
15 #endif
16 
17 #include "rpc.h"
18 #include "rpcndr.h"
19 
20 #ifndef __RPCNDR_H_VERSION__
21 # error this stub requires an updated version of <rpcndr.h>
22 #endif /* __RPCNDR_H_VERSION__ */
23 
24 #ifndef __eventtoken_h__
25 # define __eventtoken_h__
26 
27 # if defined(_MSC_VER) && (_MSC_VER >= 1020)
28 # pragma once
29 # endif
30 
31 /* Forward Declarations */
32 
33 # ifdef __cplusplus
34 extern "C" {
35 # endif
36 
37 /* interface __MIDL_itf_eventtoken_0000_0000 */
38 /* [local] */
39 
40 // Microsoft Windows
41 // Copyright (c) Microsoft Corporation. All rights reserved.
42 # pragma once
43  typedef struct EventRegistrationToken
44  {
45  __int64 value;
47 
50 
51  /* Additional Prototypes for ALL interfaces */
52 
53  /* end of Additional Prototypes */
54 
55 # ifdef __cplusplus
56 }
57 # endif
58 
59 #endif
struct EventRegistrationToken EventRegistrationToken
RPC_IF_HANDLE __MIDL_itf_eventtoken_0000_0000_v0_0_s_ifspec
RPC_IF_HANDLE __MIDL_itf_eventtoken_0000_0000_v0_0_c_ifspec
Definition: eventtoken.h:44
__int64 value
Definition: eventtoken.h:45