mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Fix PNP_DeviceInstanceAction prototype.
svn path=/trunk/; revision=44980
This commit is contained in:
@@ -489,8 +489,8 @@ interface pnp
|
||||
cpp_quote("#define PNP_DEVINST_REENUMERATE 0x7")
|
||||
DWORD PNP_DeviceInstanceAction(
|
||||
[in] handle_t hBinding,
|
||||
[in] DWORD ulMajorAction,
|
||||
[in] DWORD ulMinorAction,
|
||||
[in] DWORD ulAction,
|
||||
[in] DWORD ulFlags,
|
||||
[in, string, unique] LPWSTR pszDeviceInstance1,
|
||||
[in, string, unique] LPWSTR pszDeviceInstance2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user