mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[UMPNPMGR] PNP_QueryArbitratorFreeData and PNP_QueryArbitratorFreeSize don't do anything useful today.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user