mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[UMPNPMGR] Implement PNP_DetectResourceConflict().
This commit is contained in:
parent
ad34c91d1c
commit
ce15c84309
1 changed files with 5 additions and 1 deletions
|
@ -2746,7 +2746,11 @@ PNP_DetectResourceConflict(
|
|||
BOOL *pbConflictDetected,
|
||||
DWORD ulFlags)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
DPRINT("PNP_DetectResourceConflict()\n");
|
||||
|
||||
if (pbConflictDetected != NULL)
|
||||
*pbConflictDetected = FALSE;
|
||||
|
||||
return CR_CALL_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue