]> git.proxmox.com Git - rustc.git/blob - src/vendor/winapi/src/shared/dinputd.rs
New upstream version 1.31.0+dfsg1
[rustc.git] / src / vendor / winapi / src / shared / dinputd.rs
1 // Copyright © 2017 winapi-rs developers
2 // Licensed under the Apache License, Version 2.0
3 // <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
4 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
5 // All files in the project carrying such notice may not be copied, modified, or distributed
6 // except according to those terms.
7 DEFINE_GUID!{IID_IDirectInputEffectDriver,
8 0x02538130, 0x898f, 0x11d0, 0x9a, 0xd0, 0x00, 0xa0, 0xc9, 0xa0, 0x6e, 0x35}
9 DEFINE_GUID!{IID_IDirectInputJoyConfig,
10 0x1de12ab1, 0xc9f5, 0x11cf, 0xbf, 0xc7, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}
11 DEFINE_GUID!{IID_IDirectInputPIDDriver,
12 0xeec6993a, 0xb3fd, 0x11d2, 0xa9, 0x16, 0x00, 0xc0, 0x4f, 0xb9, 0x86, 0x38}
13 DEFINE_GUID!{IID_IDirectInputJoyConfig8,
14 0xeb0d7dfa, 0x1990, 0x4f27, 0xb4, 0xd6, 0xed, 0xf2, 0xee, 0xc4, 0xa4, 0x4c}
15 DEFINE_GUID!{GUID_KeyboardClass,
16 0x4d36e96b, 0xe325, 0x11ce, 0xbf, 0xc1, 0x08, 0x00, 0x2b, 0xe1, 0x03, 0x18}
17 DEFINE_GUID!{GUID_MediaClass,
18 0x4d36e96c, 0xe325, 0x11ce, 0xbf, 0xc1, 0x08, 0x00, 0x2b, 0xe1, 0x03, 0x18}
19 DEFINE_GUID!{GUID_MouseClass,
20 0x4d36e96f, 0xe325, 0x11ce, 0xbf, 0xc1, 0x08, 0x00, 0x2b, 0xe1, 0x03, 0x18}
21 DEFINE_GUID!{GUID_HIDClass,
22 0x745a17a0, 0x74d3, 0x11d0, 0xb6, 0xfe, 0x00, 0xa0, 0xc9, 0x0f, 0x57, 0xda}