source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/eventtoken.h@ 1186

Last change on this file since 1186 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 712 bytes
Line 
1/*** Autogenerated by WIDL 6.4 from include/eventtoken.idl - Do not edit ***/
2
3#ifdef _WIN32
4#ifndef __REQUIRED_RPCNDR_H_VERSION__
5#define __REQUIRED_RPCNDR_H_VERSION__ 475
6#endif
7#include <rpc.h>
8#include <rpcndr.h>
9#endif
10
11#ifndef COM_NO_WINDOWS_H
12#include <windows.h>
13#include <ole2.h>
14#endif
15
16#ifndef __eventtoken_h__
17#define __eventtoken_h__
18
19/* Forward declarations */
20
21/* Headers for imported files */
22
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28struct EventRegistrationToken {
29 INT64 value;
30};
31typedef struct EventRegistrationToken EventRegistrationToken;
32/* Begin additional prototypes for all interfaces */
33
34
35/* End additional prototypes */
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif /* __eventtoken_h__ */
Note: See TracBrowser for help on using the repository browser.