Merge 13831:14550 from trunk
[reactos.git] / reactos / include / idl / pnp.idl
1 /*
2 * Plug and Play Manager interface definition
3 */
4
5 #define WORD unsigned short
6
7 [
8 uuid (809F4e40-A03D-11CE-8F69-08003E30051B),
9 version(1.0),
10 pointer_default(unique),
11 explicit_handle
12 ]
13 interface pnp
14 {
15 // unsigned long PNP_GetRootDeviceInstance(handle_t BindingHandle,
16 // [out, string, size_is(Length)] wchar_t *DeviceInstance,
17 // [in] unsigned long Length);
18 WORD PNP_GetVersion(handle_t BindingHandle);
19 }