mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +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,
|
RESOURCEID ResourceID,
|
||||||
DWORD ulFlags)
|
DWORD ulFlags)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
|
||||||
return CR_CALL_NOT_IMPLEMENTED;
|
return CR_CALL_NOT_IMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3448,7 +3447,9 @@ PNP_QueryArbitratorFreeSize(
|
||||||
RESOURCEID ResourceID,
|
RESOURCEID ResourceID,
|
||||||
DWORD ulFlags)
|
DWORD ulFlags)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
if (pulSize != NULL)
|
||||||
|
*pulSize = 0;
|
||||||
|
|
||||||
return CR_CALL_NOT_IMPLEMENTED;
|
return CR_CALL_NOT_IMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue