mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[HID]
- Fix function signatures - Fix build svn path=/trunk/; revision=59218
This commit is contained in:
@@ -126,7 +126,7 @@ HIDAPI
|
||||
NTSTATUS WINAPI
|
||||
HidP_GetButtonCaps(IN HIDP_REPORT_TYPE ReportType,
|
||||
OUT PHIDP_BUTTON_CAPS ButtonCaps,
|
||||
IN OUT PULONG ButtonCapsLength,
|
||||
IN OUT PUSHORT ButtonCapsLength,
|
||||
IN PHIDP_PREPARSED_DATA PreparsedData)
|
||||
{
|
||||
return HidP_GetSpecificButtonCaps(ReportType, 0, 0, 0, ButtonCaps,
|
||||
@@ -343,7 +343,7 @@ HIDAPI
|
||||
NTSTATUS WINAPI
|
||||
HidP_GetValueCaps(IN HIDP_REPORT_TYPE ReportType,
|
||||
OUT PHIDP_VALUE_CAPS ValueCaps,
|
||||
IN OUT PULONG ValueCapsLength,
|
||||
IN OUT PUSHORT ValueCapsLength,
|
||||
IN PHIDP_PREPARSED_DATA PreparsedData)
|
||||
{
|
||||
return HidP_GetSpecificValueCaps(ReportType, 0, 0, 0, ValueCaps,
|
||||
|
||||
@@ -99,7 +99,7 @@ HidP_GetSpecificButtonCaps(IN HIDP_REPORT_TYPE ReportType,
|
||||
IN USHORT LinkCollection,
|
||||
IN USAGE Usage,
|
||||
OUT PHIDP_BUTTON_CAPS ButtonCaps,
|
||||
IN OUT PULONG ButtonCapsLength,
|
||||
IN OUT PUSHORT ButtonCapsLength,
|
||||
IN PHIDP_PREPARSED_DATA PreparsedData)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
@@ -117,7 +117,7 @@ HidP_GetSpecificValueCaps(IN HIDP_REPORT_TYPE ReportType,
|
||||
IN USHORT LinkCollection,
|
||||
IN USAGE Usage,
|
||||
OUT PHIDP_VALUE_CAPS ValueCaps,
|
||||
IN OUT PULONG ValueCapsLength,
|
||||
IN OUT PUSHORT ValueCapsLength,
|
||||
IN PHIDP_PREPARSED_DATA PreparsedData)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
|
||||
Reference in New Issue
Block a user