예제 #1
0
 internal static extern Byte HidD_GetAttributes(SafeFileHandle hidDeviceObject, ref HidAttributes attributes);
예제 #2
0
파일: HidAPI.cs 프로젝트: OS-Q/T13E
 public static extern bool HidD_GetAttributes(IntPtr hidDeviceObject, out HidAttributes attributes);