source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/sens.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: 1.1 KB
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#ifndef __SENS_H__
7#define __SENS_H__
8
9#define CONNECTION_LAN 0x00000001
10#define CONNECTION_WAN 0x00000002
11#define CONNECTION_AOL 0x00000004
12
13DEFINE_GUID(SENSGUID_PUBLISHER,0x5fee1bd6,0x5b9b,0x11d1,0x8d,0xd2,0x00,0xaa,0x00,0x4a,0xbd,0x5e);
14DEFINE_GUID(SENSGUID_SUBSCRIBER_LCE,0xd3938ab0,0x5b9d,0x11d1,0x8d,0xd2,0x00,0xaa,0x00,0x4a,0xbd,0x5e);
15DEFINE_GUID(SENSGUID_SUBSCRIBER_WININET,0xd3938ab5,0x5b9d,0x11d1,0x8d,0xd2,0x00,0xaa,0x00,0x4a,0xbd,0x5e);
16DEFINE_GUID(SENSGUID_EVENTCLASS_NETWORK,0xd5978620,0x5b9f,0x11d1,0x8d,0xd2,0x00,0xaa,0x00,0x4a,0xbd,0x5e);
17DEFINE_GUID(SENSGUID_EVENTCLASS_LOGON,0xd5978630,0x5b9f,0x11d1,0x8d,0xd2,0x00,0xaa,0x00,0x4a,0xbd,0x5e);
18DEFINE_GUID(SENSGUID_EVENTCLASS_ONNOW,0xd5978640,0x5b9f,0x11d1,0x8d,0xd2,0x00,0xaa,0x00,0x4a,0xbd,0x5e);
19DEFINE_GUID(SENSGUID_EVENTCLASS_LOGON2,0xd5978650,0x5b9f,0x11d1,0x8d,0xd2,0x00,0xaa,0x00,0x4a,0xbd,0x5e);
20
21#endif
Note: See TracBrowser for help on using the repository browser.