OSDN Git Service

* NEWS: Add and adjust release notes for 4.0.
[mingw/mingw-org-wsl.git] / include / devguid.h
1 /**
2  * @file devguid.h
3  * Copyright 2012, 2013 MinGW.org project
4  *
5  * Permission is hereby granted, free of charge, to any person obtaining a
6  * copy of this software and associated documentation files (the "Software"),
7  * to deal in the Software without restriction, including without limitation
8  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9  * and/or sell copies of the Software, and to permit persons to whom the
10  * Software is furnished to do so, subject to the following conditions:
11  * 
12  * The above copyright notice and this permission notice (including the next
13  * paragraph) shall be included in all copies or substantial portions of the
14  * Software.
15  * 
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22  * DEALINGS IN THE SOFTWARE.
23  */
24 #ifndef _DEVGUID_H
25 #define _DEVGUID_H
26 #pragma GCC system_header
27 #include <_mingw.h>
28
29 #ifdef __cplusplus
30 extern "C" { 
31 #endif 
32
33 extern const GUID GUID_DEVCLASS_WCEUSBS;
34 extern const GUID GUID_DEVCLASS_USB;
35 extern const GUID GUID_DEVCLASS_PNPPRINTERS;
36 extern const GUID GUID_DEVCLASS_DOT4;
37 extern const GUID GUID_DEVCLASS_DOT4PRINT;
38 extern const GUID GUID_DEVCLASS_CDROM;
39 extern const GUID GUID_DEVCLASS_COMPUTER;
40 extern const GUID GUID_DEVCLASS_DISKDRIVE;
41 extern const GUID GUID_DEVCLASS_DISPLAY;
42 extern const GUID GUID_DEVCLASS_FDC;
43 extern const GUID GUID_DEVCLASS_HDC;
44 extern const GUID GUID_DEVCLASS_KEYBOARD;
45 extern const GUID GUID_DEVCLASS_MEDIA;
46 extern const GUID GUID_DEVCLASS_MODEM;
47 extern const GUID GUID_DEVCLASS_MONITOR;
48 extern const GUID GUID_DEVCLASS_MOUSE;
49 extern const GUID GUID_DEVCLASS_MTD;
50 extern const GUID GUID_DEVCLASS_MULTIFUNCTION;
51 extern const GUID GUID_DEVCLASS_NET;
52 extern const GUID GUID_DEVCLASS_NETCLIENT;
53 extern const GUID GUID_DEVCLASS_NETSERVICE;
54 extern const GUID GUID_DEVCLASS_NETTRANS;
55 extern const GUID GUID_DEVCLASS_PCMCIA;
56 extern const GUID GUID_DEVCLASS_PORTS;
57 extern const GUID GUID_DEVCLASS_PRINTER;
58 extern const GUID GUID_DEVCLASS_SCSIADAPTER;
59 extern const GUID GUID_DEVCLASS_SYSTEM;
60 extern const GUID GUID_DEVCLASS_UNKNOWN;
61 extern const GUID GUID_DEVCLASS_FLOPPYDISK;
62 extern const GUID GUID_DEVCLASS_PROCESSOR;
63 extern const GUID GUID_DEVCLASS_MULTIPORTSERIAL;
64 extern const GUID GUID_DEVCLASS_SMARTCARDREADER;
65 extern const GUID GUID_DEVCLASS_VOLUMESNAPSHOT;
66 extern const GUID GUID_DEVCLASS_1394DEBUG;
67 extern const GUID GUID_DEVCLASS_1394;
68 extern const GUID GUID_DEVCLASS_INFRARED;
69 extern const GUID GUID_DEVCLASS_IMAGE;
70 extern const GUID GUID_DEVCLASS_TAPEDRIVE;
71 extern const GUID GUID_DEVCLASS_VOLUME;
72 extern const GUID GUID_DEVCLASS_BATTERY;
73 extern const GUID GUID_DEVCLASS_HIDCLASS;
74 extern const GUID GUID_DEVCLASS_61883;
75 extern const GUID GUID_DEVCLASS_LEGACYDRIVER;
76 extern const GUID GUID_DEVCLASS_SDHOST;
77 extern const GUID GUID_DEVCLASS_AVC;
78 extern const GUID GUID_DEVCLASS_ENUM1394;
79 extern const GUID GUID_DEVCLASS_MEDIUMCHANGER;
80 extern const GUID GUID_DEVCLASS_NTAPM;
81 extern const GUID GUID_DEVCLASS_SBP2;
82 extern const GUID GUID_DEVCLASS_BLUETOOTH;
83 extern const GUID GUID_DEVCLASS_PROBES;
84 #ifdef __cplusplus
85 }
86 #endif
87 #endif /* _DEVGUID_H */