mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[UMPNPMGR][SETUPAPI] PNP_RegisterNotification() has got 9 parameters.
This commit is contained in:
parent
18e835b605
commit
7eb6e42626
3 changed files with 26 additions and 11 deletions
|
@ -875,12 +875,14 @@ interface pnp
|
|||
__stdcall
|
||||
PNP_RegisterNotification(
|
||||
[in] handle_t hBinding,
|
||||
[in] DWORD dwUnknown2,
|
||||
[in] DWORD dwUnknown3,
|
||||
[in] DWORD ulUnknown2,
|
||||
[in] DWORD ulUnknown3,
|
||||
[in, size_is(ulNotificationFilterSize)] BYTE *pNotificationFilter,
|
||||
[in] DWORD ulNotificationFilterSize,
|
||||
[in] DWORD ulFlags,
|
||||
[out] DWORD *pulNotifyData);
|
||||
[out] DWORD *pulNotifyData,
|
||||
[in] DWORD ulUnknown8,
|
||||
[out] DWORD *pulUnknown9);
|
||||
|
||||
/* Function 60 */
|
||||
DWORD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue