コード例 #1
0
ファイル: DM.cs プロジェクト: grasmanek94/CodeDump
 public static extern bool SetupDiGetDeviceRegistryProperty(IntPtr DeviceInfoSet, ref DM.SP_DEVINFO_DATA DeviceInfoData, int Property, ref int PrropertyRegDataType, ref char[] PropertyBuffer, int PropertyBufferSize, ref int RequireSize);
コード例 #2
0
ファイル: DM.cs プロジェクト: grasmanek94/CodeDump
 public static extern bool SetupDiGetDeviceInterfaceDetail(IntPtr DeviceInfoSet, ref DM.SP_DEVICE_INTERFACE_DATA DeviceInterfaceData, IntPtr DeviceInterfaceDetailData, int DeviceInterfaceDetailDataSize, ref int DeviceInterfacedetaildataSize, IntPtr DeviceInfoData);
コード例 #3
0
ファイル: DM.cs プロジェクト: grasmanek94/CodeDump
 public static extern bool SetupDiEnumDeviceInterfaces(IntPtr DeviceInfoSet, ref DM.SP_DEVINFO_DATA DeviceInfoData, ref Guid InterfaceClassGuid, uint MemberIndex, ref DM.SP_DEVICE_INTERFACE_DATA DeviceInterfaceData);
コード例 #4
0
ファイル: DM.cs プロジェクト: grasmanek94/CodeDump
 public static extern bool SetupDiGetDeviceInstanceId(IntPtr DeviceInfoSet, ref DM.SP_DEVINFO_DATA DeviceInfoData, StringBuilder DeviceInstanceId, int DeviceInstanceIdSize, out int RequiredSize);
コード例 #5
0
ファイル: DM.cs プロジェクト: grasmanek94/CodeDump
 public static extern bool SetupDiEnumDeviceInfo(IntPtr DeviceInfoSet, uint MemberIndex, ref DM.SP_DEVINFO_DATA DeviceInfoData);