mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[UMPNPMGR] PNP_QueryArbitratorFreeData and PNP_QueryArbitratorFreeSize don't do anything useful today.
This commit is contained in:
parent
0d20e8988d
commit
e71a94da20
1 changed files with 3 additions and 2 deletions
|
@ -3433,7 +3433,6 @@ PNP_QueryArbitratorFreeData(
|
|||
RESOURCEID ResourceID,
|
||||
DWORD ulFlags)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return CR_CALL_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
@ -3448,7 +3447,9 @@ PNP_QueryArbitratorFreeSize(
|
|||
RESOURCEID ResourceID,
|
||||
DWORD ulFlags)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
if (pulSize != NULL)
|
||||
*pulSize = 0;
|
||||
|
||||
return CR_CALL_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue