mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:32:59 +00:00
[HIDPARSER] Implement HidP_GetValueCaps
This commit is contained in:
parent
2d5a230810
commit
927e1d0968
1 changed files with 7 additions and 3 deletions
|
@ -590,7 +590,11 @@ HidP_GetValueCaps(
|
||||||
PUSHORT ValueCapsLength,
|
PUSHORT ValueCapsLength,
|
||||||
PHIDP_PREPARSED_DATA PreparsedData)
|
PHIDP_PREPARSED_DATA PreparsedData)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
return HidP_GetSpecificValueCaps(ReportType,
|
||||||
ASSERT(FALSE);
|
HID_USAGE_PAGE_UNDEFINED,
|
||||||
return STATUS_NOT_IMPLEMENTED;
|
HIDP_LINK_COLLECTION_UNSPECIFIED,
|
||||||
|
0,
|
||||||
|
ValueCaps,
|
||||||
|
ValueCapsLength,
|
||||||
|
PreparsedData);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue