[HIDPARSER] Remove HIDPARSER specific error codes, and remplace them by HIDP_* NTSTATUS codes

Remove now useless TranslateHidParserStatus() function.
This commit is contained in:
Hervé Poussineau 2020-04-17 23:54:14 +02:00
parent c151f8a1c7
commit c4055c455f
7 changed files with 117 additions and 212 deletions

View file

@ -181,7 +181,7 @@ HidParser_StoreCollection(
return CurrentOffset - InitialOffset;
}
HIDPARSER_STATUS
NTSTATUS
HidParser_BuildCollectionContext(
IN PHID_COLLECTION RootCollection,
IN PVOID Context,
@ -213,7 +213,7 @@ HidParser_BuildCollectionContext(
//
// done
//
return HIDPARSER_STATUS_SUCCESS;
return HIDP_STATUS_SUCCESS;
}
PHID_REPORT