[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:
Eric Kohl 2020-02-23 10:43:37 +01:00
parent 90d795b0bf
commit c11491b750
2 changed files with 128 additions and 55 deletions

View file

@ -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);