source: Daodan/MinGW/include/devguid.h@ 1111

Last change on this file since 1111 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 2.2 KB
Line 
1#ifndef _DEVGUID_H
2#define _DEVGUID_H
3#if __GNUC__ >=3
4#pragma GCC system_header
5#endif
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11extern const GUID GUID_DEVCLASS_WCEUSBS;
12extern const GUID GUID_DEVCLASS_USB;
13extern const GUID GUID_DEVCLASS_PNPPRINTERS;
14extern const GUID GUID_DEVCLASS_DOT4;
15extern const GUID GUID_DEVCLASS_DOT4PRINT;
16extern const GUID GUID_DEVCLASS_CDROM;
17extern const GUID GUID_DEVCLASS_COMPUTER;
18extern const GUID GUID_DEVCLASS_DISKDRIVE;
19extern const GUID GUID_DEVCLASS_DISPLAY;
20extern const GUID GUID_DEVCLASS_FDC;
21extern const GUID GUID_DEVCLASS_HDC;
22extern const GUID GUID_DEVCLASS_KEYBOARD;
23extern const GUID GUID_DEVCLASS_MEDIA;
24extern const GUID GUID_DEVCLASS_MODEM;
25extern const GUID GUID_DEVCLASS_MONITOR;
26extern const GUID GUID_DEVCLASS_MOUSE;
27extern const GUID GUID_DEVCLASS_MTD;
28extern const GUID GUID_DEVCLASS_MULTIFUNCTION;
29extern const GUID GUID_DEVCLASS_NET;
30extern const GUID GUID_DEVCLASS_NETCLIENT;
31extern const GUID GUID_DEVCLASS_NETSERVICE;
32extern const GUID GUID_DEVCLASS_NETTRANS;
33extern const GUID GUID_DEVCLASS_PCMCIA;
34extern const GUID GUID_DEVCLASS_PORTS;
35extern const GUID GUID_DEVCLASS_PRINTER;
36extern const GUID GUID_DEVCLASS_SCSIADAPTER;
37extern const GUID GUID_DEVCLASS_SYSTEM;
38extern const GUID GUID_DEVCLASS_UNKNOWN;
39extern const GUID GUID_DEVCLASS_FLOPPYDISK;
40extern const GUID GUID_DEVCLASS_PROCESSOR;
41extern const GUID GUID_DEVCLASS_MULTIPORTSERIAL;
42extern const GUID GUID_DEVCLASS_SMARTCARDREADER;
43extern const GUID GUID_DEVCLASS_VOLUMESNAPSHOT;
44extern const GUID GUID_DEVCLASS_1394DEBUG;
45extern const GUID GUID_DEVCLASS_1394;
46extern const GUID GUID_DEVCLASS_INFRARED;
47extern const GUID GUID_DEVCLASS_IMAGE;
48extern const GUID GUID_DEVCLASS_TAPEDRIVE;
49extern const GUID GUID_DEVCLASS_VOLUME;
50extern const GUID GUID_DEVCLASS_BATTERY;
51extern const GUID GUID_DEVCLASS_HIDCLASS;
52extern const GUID GUID_DEVCLASS_61883;
53extern const GUID GUID_DEVCLASS_LEGACYDRIVER;
54extern const GUID GUID_DEVCLASS_SDHOST;
55extern const GUID GUID_DEVCLASS_AVC;
56extern const GUID GUID_DEVCLASS_ENUM1394;
57extern const GUID GUID_DEVCLASS_MEDIUMCHANGER;
58extern const GUID GUID_DEVCLASS_NTAPM;
59extern const GUID GUID_DEVCLASS_SBP2;
60extern const GUID GUID_DEVCLASS_BLUETOOTH;
61extern const GUID GUID_DEVCLASS_PROBES;
62#ifdef __cplusplus
63}
64#endif
65#endif /* _DEVGUID_H */
Note: See TracBrowser for help on using the repository browser.