コード例 #1
0
ファイル: WinApi.cs プロジェクト: kav-it/SharpLib
 internal static extern bool SetupDiEnumDeviceInterfaces(IntPtr lpDeviceInfoSet, ref  SpDeviInfoData deviceInfoData, ref Guid gClass, uint nIndex, ref SpDeviceInterfaceData interfaceData);
コード例 #2
0
ファイル: WinApi.cs プロジェクト: kav-it/SharpLib
 internal static extern bool SetupDiEnumDeviceInfo(IntPtr lpDeviceInfoSet, int index, ref  SpDeviInfoData deviceInfoData);