50 lines
1.3 KiB
Modula-2
50 lines
1.3 KiB
Modula-2
|
|
||
|
LIBRARY HID.DLL
|
||
|
|
||
|
EXPORTS
|
||
|
HidD_Hello
|
||
|
HidD_GetHidGuid
|
||
|
HidD_GetPreparsedData
|
||
|
HidD_FreePreparsedData
|
||
|
HidD_GetAttributes
|
||
|
HidD_FlushQueue
|
||
|
HidD_GetConfiguration
|
||
|
HidD_SetConfiguration
|
||
|
HidD_GetNumInputBuffers
|
||
|
HidD_SetNumInputBuffers
|
||
|
HidD_GetSerialNumberString
|
||
|
HidD_GetManufacturerString
|
||
|
HidD_GetProductString
|
||
|
HidD_GetIndexedString
|
||
|
HidD_GetPhysicalDescriptor
|
||
|
HidD_SetFeature
|
||
|
HidD_GetFeature
|
||
|
HidD_GetInputReport
|
||
|
HidD_SetOutputReport
|
||
|
HidD_GetMsGenreDescriptor
|
||
|
HidP_GetCaps
|
||
|
HidP_GetButtonCaps
|
||
|
HidP_GetSpecificButtonCaps
|
||
|
HidP_GetValueCaps
|
||
|
HidP_GetSpecificValueCaps
|
||
|
HidP_GetLinkCollectionNodes
|
||
|
HidP_GetExtendedAttributes
|
||
|
HidP_InitializeReportForID
|
||
|
HidP_GetUsages
|
||
|
HidP_SetUsages
|
||
|
HidP_GetUsagesEx
|
||
|
HidP_UnsetUsages
|
||
|
HidP_MaxUsageListLength
|
||
|
HidP_GetUsageValue
|
||
|
HidP_GetScaledUsageValue
|
||
|
HidP_GetUsageValueArray
|
||
|
HidP_SetUsageValue
|
||
|
HidP_SetScaledUsageValue
|
||
|
HidP_SetUsageValueArray
|
||
|
HidP_UsageListDifference
|
||
|
HidP_TranslateUsagesToI8042ScanCodes
|
||
|
HidP_GetData
|
||
|
HidP_SetData
|
||
|
HidP_MaxDataListLength
|
||
|
HidservInstaller
|