HidD_FlushQueue(HidDeviceObject) => DllCall('hid\HidD_FlushQueue', 'ptr', HidDeviceObject, 'uchar')
HidD_FreePreparsedData(PreparsedData) => DllCall('hid\HidD_FreePreparsedData', 'ptr', PreparsedData, 'uchar')
HidD_GetAttributes(HidDeviceObject, Attributes) => DllCall('hid\HidD_GetAttributes', 'ptr', HidDeviceObject, 'ptr', Attributes, 'uchar')
HidD_GetConfiguration(HidDeviceObject, Configuration, ConfigurationLength) => DllCall('hid\HidD_GetConfiguration', 'ptr', HidDeviceObject, 'ptr', Configuration, 'uint', ConfigurationLength, 'uchar')
HidD_GetFeature(HidDeviceObject, ReportBuffer, ReportBufferLength) => DllCall('hid\HidD_GetFeature', 'ptr', HidDeviceObject, 'ptr', ReportBuffer, 'uint', ReportBufferLength, 'uchar')
HidD_GetIndexedString(HidDeviceObject, StringIndex, Buffer, BufferLength) => DllCall('hid\HidD_GetIndexedString', 'ptr', HidDeviceObject, 'uint', StringIndex, 'ptr', Buffer, 'uint', BufferLength, 'uchar')
HidD_GetInputReport(HidDeviceObject, ReportBuffer, ReportBufferLength) => DllCall('hid\HidD_GetInputReport', 'ptr', HidDeviceObject, 'ptr', ReportBuffer, 'uint', ReportBufferLength, 'uchar')
HidD_GetManufacturerString(HidDeviceObject, Buffer, BufferLength) => DllCall('hid\HidD_GetManufacturerString', 'ptr', HidDeviceObject, 'ptr', Buffer, 'uint', BufferLength, 'uchar')
HidD_GetMsGenreDescriptor(HidDeviceObject, Buffer, BufferLength) => DllCall('hid\HidD_GetMsGenreDescriptor', 'ptr', HidDeviceObject, 'ptr', Buffer, 'uint', BufferLength, 'uchar')
HidD_GetNumInputBuffers(HidDeviceObject, NumberBuffers) => DllCall('hid\HidD_GetNumInputBuffers', 'ptr', HidDeviceObject, 'ptr', NumberBuffers, 'uchar')
HidD_GetPhysicalDescriptor(HidDeviceObject, Buffer, BufferLength) => DllCall('hid\HidD_GetPhysicalDescriptor', 'ptr', HidDeviceObject, 'ptr', Buffer, 'uint', BufferLength, 'uchar')
HidD_GetPreparsedData(HidDeviceObject, PreparsedData) => DllCall('hid\HidD_GetPreparsedData', 'ptr', HidDeviceObject, 'ptr', PreparsedData, 'uchar')
HidD_GetProductString(HidDeviceObject, Buffer, BufferLength) => DllCall('hid\HidD_GetProductString', 'ptr', HidDeviceObject, 'ptr', Buffer, 'uint', BufferLength, 'uchar')
HidD_GetSerialNumberString(HidDeviceObject, Buffer, BufferLength) => DllCall('hid\HidD_GetSerialNumberString', 'ptr', HidDeviceObject, 'ptr', Buffer, 'uint', BufferLength, 'uchar')
HidD_SetConfiguration(HidDeviceObject, Configuration, ConfigurationLength) => DllCall('hid\HidD_SetConfiguration', 'ptr', HidDeviceObject, 'ptr', Configuration, 'uint', ConfigurationLength, 'uchar')
HidD_SetFeature(HidDeviceObject, ReportBuffer, ReportBufferLength) => DllCall('hid\HidD_SetFeature', 'ptr', HidDeviceObject, 'ptr', ReportBuffer, 'uint', ReportBufferLength, 'uchar')
HidD_SetNumInputBuffers(HidDeviceObject, NumberBuffers) => DllCall('hid\HidD_SetNumInputBuffers', 'ptr', HidDeviceObject, 'uint', NumberBuffers, 'uchar')
HidD_SetOutputReport(HidDeviceObject, ReportBuffer, ReportBufferLength) => DllCall('hid\HidD_SetOutputReport', 'ptr', HidDeviceObject, 'ptr', ReportBuffer, 'uint', ReportBufferLength, 'uchar')
HidP_GetButtonCaps(ReportType, ButtonCaps, ButtonCapsLength, PreparsedData) => DllCall('hid\HidP_GetButtonCaps', 'int', ReportType, 'ptr', ButtonCaps, 'ptr', ButtonCapsLength, 'ptr', PreparsedData, 'int')
HidP_GetCaps(PreparsedData, Capabilities) => DllCall('hid\HidP_GetCaps', 'ptr', PreparsedData, 'ptr', Capabilities, 'int')
HidP_GetData(ReportType, DataList, DataLength, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_GetData', 'int', ReportType, 'ptr', DataList, 'ptr', DataLength, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_GetExtendedAttributes(ReportType, DataIndex, PreparsedData, Attributes, LengthAttributes) => DllCall('hid\HidP_GetExtendedAttributes', 'int', ReportType, 'ushort', DataIndex, 'ptr', PreparsedData, 'ptr', Attributes, 'ptr', LengthAttributes, 'int')
HidP_GetLinkCollectionNodes(LinkCollectionNodes, LinkCollectionNodesLength, PreparsedData) => DllCall('hid\HidP_GetLinkCollectionNodes', 'ptr', LinkCollectionNodes, 'ptr', LinkCollectionNodesLength, 'ptr', PreparsedData, 'int')
HidP_GetScaledUsageValue(ReportType, UsagePage, LinkCollection, Usage, UsageValue, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_GetScaledUsageValue', 'int', ReportType, 'ushort', UsagePage, 'ushort', LinkCollection, 'ushort', Usage, 'ptr', UsageValue, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_GetSpecificButtonCaps(ReportType, UsagePage, LinkCollection, Usage, ButtonCaps, ButtonCapsLength, PreparsedData) => DllCall('hid\HidP_GetSpecificButtonCaps', 'int', ReportType, 'ushort', UsagePage, 'ushort', LinkCollection, 'ushort', Usage, 'ptr', ButtonCaps, 'ptr', ButtonCapsLength, 'ptr', PreparsedData, 'int')
HidP_GetSpecificValueCaps(ReportType, UsagePage, LinkCollection, Usage, ValueCaps, ValueCapsLength, PreparsedData) => DllCall('hid\HidP_GetSpecificValueCaps', 'int', ReportType, 'ushort', UsagePage, 'ushort', LinkCollection, 'ushort', Usage, 'ptr', ValueCaps, 'ptr', ValueCapsLength, 'ptr', PreparsedData, 'int')
HidP_GetUsageValue(ReportType, UsagePage, LinkCollection, Usage, UsageValue, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_GetUsageValue', 'int', ReportType, 'ushort', UsagePage, 'ushort', LinkCollection, 'ushort', Usage, 'ptr', UsageValue, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_GetUsageValueArray(ReportType, UsagePage, LinkCollection, Usage, UsageValue, UsageValueByteLength, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_GetUsageValueArray', 'int', ReportType, 'ushort', UsagePage, 'ushort', LinkCollection, 'ushort', Usage, 'ptr', UsageValue, 'ushort', UsageValueByteLength, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_GetUsages(ReportType, UsagePage, LinkCollection, UsageList, UsageLength, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_GetUsages', 'int', ReportType, 'ushort', UsagePage, 'ushort', LinkCollection, 'ptr', UsageList, 'ptr', UsageLength, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_GetUsagesEx(ReportType, LinkCollection, ButtonList, UsageLength, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_GetUsagesEx', 'int', ReportType, 'ushort', LinkCollection, 'ptr', ButtonList, 'ptr', UsageLength, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_GetValueCaps(ReportType, ValueCaps, ValueCapsLength, PreparsedData) => DllCall('hid\HidP_GetValueCaps', 'int', ReportType, 'ptr', ValueCaps, 'ptr', ValueCapsLength, 'ptr', PreparsedData, 'int')
HidP_InitializeReportForID(ReportType, ReportID, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_InitializeReportForID', 'int', ReportType, 'uchar', ReportID, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_MaxDataListLength(ReportType, PreparsedData) => DllCall('hid\HidP_MaxDataListLength', 'int', ReportType, 'ptr', PreparsedData, 'uint')
HidP_MaxUsageListLength(ReportType, UsagePage, PreparsedData) => DllCall('hid\HidP_MaxUsageListLength', 'int', ReportType, 'ushort', UsagePage, 'ptr', PreparsedData, 'uint')
HidP_SetData(ReportType, DataList, DataLength, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_SetData', 'int', ReportType, 'ptr', DataList, 'ptr', DataLength, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_SetScaledUsageValue(ReportType, UsagePage, LinkCollection, Usage, UsageValue, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_SetScaledUsageValue', 'int', ReportType, 'ushort', UsagePage, 'ushort', LinkCollection, 'ushort', Usage, 'int', UsageValue, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_SetUsageValue(ReportType, UsagePage, LinkCollection, Usage, UsageValue, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_SetUsageValue', 'int', ReportType, 'ushort', UsagePage, 'ushort', LinkCollection, 'ushort', Usage, 'uint', UsageValue, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_SetUsageValueArray(ReportType, UsagePage, LinkCollection, Usage, UsageValue, UsageValueByteLength, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_SetUsageValueArray', 'int', ReportType, 'ushort', UsagePage, 'ushort', LinkCollection, 'ushort', Usage, 'ptr', UsageValue, 'ushort', UsageValueByteLength, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_SetUsages(ReportType, UsagePage, LinkCollection, UsageList, UsageLength, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_SetUsages', 'int', ReportType, 'ushort', UsagePage, 'ushort', LinkCollection, 'ptr', UsageList, 'ptr', UsageLength, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_TranslateUsagesToI8042ScanCodes(ChangedUsageList, UsageListLength, KeyAction, ModifierState, InsertCodesProcedure, InsertCodesContext) => DllCall('hid\HidP_TranslateUsagesToI8042ScanCodes', 'ptr', ChangedUsageList, 'uint', UsageListLength, 'int', KeyAction, 'ptr', ModifierState, 'ptr', InsertCodesProcedure, 'ptr', InsertCodesContext, 'int')
HidP_UnsetUsages(ReportType, UsagePage, LinkCollection, UsageList, UsageLength, PreparsedData, Report, ReportLength) => DllCall('hid\HidP_UnsetUsages', 'int', ReportType, 'ushort', UsagePage, 'ushort', LinkCollection, 'ptr', UsageList, 'ptr', UsageLength, 'ptr', PreparsedData, 'ptr', Report, 'uint', ReportLength, 'int')
HidP_UsageListDifference(PreviousUsageList, CurrentUsageList, BreakUsageList, MakeUsageList, UsageListLength) => DllCall('hid\HidP_UsageListDifference', 'ptr', PreviousUsageList, 'ptr', CurrentUsageList, 'ptr', BreakUsageList, 'ptr', MakeUsageList, 'uint', UsageListLength, 'int')
暂无讨论,说说你的看法吧