1.1 --- a/pinvoke-interop-assistant-input.c Sun Feb 15 23:16:57 2015 +0100
1.2 +++ b/pinvoke-interop-assistant-input.c Sun Feb 22 20:56:08 2015 +0100
1.3 @@ -139,3 +139,16 @@
1.4 PUSHORT ValueCapsLength,
1.5 PHIDP_PREPARSED_DATA PreparsedData
1.6 );
1.7 +
1.8 +NTSTATUS __stdcall
1.9 +HidP_GetUsageValue (
1.10 + HIDP_REPORT_TYPE ReportType,
1.11 + USAGE UsagePage,
1.12 + USHORT LinkCollection,
1.13 + USAGE Usage,
1.14 + PULONG UsageValue,
1.15 + PHIDP_PREPARSED_DATA PreparsedData,
1.16 + PCHAR Report,
1.17 + ULONG ReportLength
1.18 + );
1.19 +