InfoTdiQueryInformationEx should return failure if no entity was found.

svn path=/trunk/; revision=17984
This commit is contained in:
Filip Navara 2005-09-22 20:17:55 +00:00
parent c87bac8d51
commit e6e62c37b3

View file

@ -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;