ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSYS2/mingw32/i686-w64-mingw32/include/wpcevent.h
Revision: 1166
Committed: Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy
Content type: text/x-chdr
File size: 919 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File Contents

# Content
1 /**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
5 */
6
7 #ifndef __WPCEVENT_H__
8 #define __WPCEVENT_H__
9
10 #include <evntprov.h>
11
12 EXTERN_C DECLSPEC_SELECTANY const GUID WPCPROV = {0x01090065, 0xb467, 0x4503, {0x9b,0x28,0x53,0x37,0x66,0x76,0x10,0x87}};
13
14 typedef enum tagWPC_ARGS_FILEDOWNLOADEVENT {
15 WPC_ARGS_FILEDOWNLOADEVENT_URL = 0,
16 WPC_ARGS_FILEDOWNLOADEVENT_APPNAME,
17 WPC_ARGS_FILEDOWNLOADEVENT_VERSION,
18 WPC_ARGS_FILEDOWNLOADEVENT_BLOCKED,
19 WPC_ARGS_FILEDOWNLOADEVENT_PATH,
20 WPC_ARGS_FILEDOWNLOADEVENT_CARGS
21 } WPC_ARGS_FILEDOWNLOADEVENT;
22
23 EXTERN_C DECLSPEC_SELECTANY const EVENT_DESCRIPTOR WPCEVENT_WEB_FILEDOWNLOAD = {0xa,0x0,0x10,0x4,0x18,0xa,0x8000000000000030};
24
25 #define WPCEVENT_WEB_FILEDOWNLOAD_value 0xa
26
27 #endif /*__WPCEVENT_H__*/