mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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;
|
||||
UINT i;
|
||||
PVOID context = NULL;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
NTSTATUS Status = TDI_INVALID_PARAMETER;
|
||||
BOOL FoundEntity = FALSE;
|
||||
InfoRequest_f InfoRequest = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue