mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
InfoTdiQueryInformationEx should return failure if no entity was found.
svn path=/trunk/; revision=17984
This commit is contained in:
parent
c87bac8d51
commit
e6e62c37b3
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ TDI_STATUS InfoTdiQueryInformationEx(
|
||||||
KIRQL OldIrql;
|
KIRQL OldIrql;
|
||||||
UINT i;
|
UINT i;
|
||||||
PVOID context = NULL;
|
PVOID context = NULL;
|
||||||
NTSTATUS Status = STATUS_SUCCESS;
|
NTSTATUS Status = TDI_INVALID_PARAMETER;
|
||||||
BOOL FoundEntity = FALSE;
|
BOOL FoundEntity = FALSE;
|
||||||
InfoRequest_f InfoRequest = NULL;
|
InfoRequest_f InfoRequest = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue