コード例 #1
0
ファイル: HID.cs プロジェクト: grasmanek94/CodeDump
 public static extern int HidP_GetValueCaps(HID.Report_Type ReportType, [In] [Out] HID.HIDP_VALUE_CAPS[] ValueCaps, ref uint ValueCapsLength, IntPtr PreparsedData);
コード例 #2
0
ファイル: HID.cs プロジェクト: grasmanek94/CodeDump
 public static extern int HidP_GetCaps(IntPtr PreparsedData, ref HID.HIDP_CAPS Capabilities);
コード例 #3
0
ファイル: HID.cs プロジェクト: grasmanek94/CodeDump
 public static extern int HidP_GetSpecificValueCaps(HID.Report_Type ReportType, ushort UsagePage, ushort LinkCollection, ushort Usage, [In] [Out] HID.HIDP_VALUE_CAPS[] ValueCaps, ref uint ValueCapsLength, IntPtr PreparsedData);
コード例 #4
0
ファイル: HID.cs プロジェクト: grasmanek94/CodeDump
 public static extern bool HidD_GetAttributes(IntPtr HidDeviceObject, ref HID.HIDD_ATTRIBUTES Attributes);