最終更新:2018-08-10 (金) 01:59:30 (2080d)  

SetupDiEnumDeviceInfo
Top / SetupDiEnumDeviceInfo

returns a SP_DEVINFO_DATA structure that specifies a device information element in a device information set.

https://docs.microsoft.com/en-us/windows/desktop/api/setupapi/nf-setupapi-setupdienumdeviceinfo

WINSETUPAPI BOOL SetupDiEnumDeviceInfo(
  HDEVINFO         DeviceInfoSet,
  DWORD            MemberIndex,
  PSP_DEVINFO_DATA DeviceInfoData
);

メモ

関連