Exemplo n.º 1
0
 public static extern bool SetupDiGetDeviceInstanceIdW(
     IntPtr DeviceInfoSet,
     ref NativeStructs.SP_DEVINFO_DATA DeviceInfoData,
     IntPtr DeviceInstanceId,
     uint DeviceInstanceIdSize,
     out uint RequiredSize);
Exemplo n.º 2
0
 public static extern bool SetupDiEnumDeviceInfo(
     IntPtr DeviceInfoSet,
     uint MemberIndex,
     ref NativeStructs.SP_DEVINFO_DATA DeviceInfoData);