예제 #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);