source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/wpcevent.h@ 1166

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

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

File size: 919 bytes
Line 
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
12EXTERN_C DECLSPEC_SELECTANY const GUID WPCPROV = {0x01090065, 0xb467, 0x4503, {0x9b,0x28,0x53,0x37,0x66,0x76,0x10,0x87}};
13
14typedef 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
23EXTERN_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__*/
Note: See TracBrowser for help on using the repository browser.