mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:26:35 +00:00
[UMPNPMGR] Improve PNP_DeviceInstanceAction
- Rename parameters according to [MS_PNPR] (no longer available for download). - Remove unsupported PNP_DEVINST_MOVE and PNP_DEVINST_DISABLE actions. - Implement most of the PNP_DEVINST_SETUP action.
This commit is contained in:
parent
90d795b0bf
commit
c11491b750
2 changed files with 128 additions and 55 deletions
|
@ -551,8 +551,8 @@ interface pnp
|
|||
__stdcall
|
||||
PNP_DeviceInstanceAction(
|
||||
[in] handle_t hBinding,
|
||||
[in] DWORD ulAction,
|
||||
[in] DWORD ulFlags,
|
||||
[in] DWORD ulMajorAction,
|
||||
[in] DWORD ulMinorAction,
|
||||
[in, string, unique] LPWSTR pszDeviceInstance1,
|
||||
[in, string, unique] LPWSTR pszDeviceInstance2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue