You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's defined as out:
[out] PSP_CLASSIMAGELIST_DATA ClassImageListData
But this doesn't work correctly as:
The cbSize field of this structure must be initialized with the size of the structure, in bytes, before calling this function or it will fail.
The text was updated successfully, but these errors were encountered:
https://learn.microsoft.com/en-us/windows/win32/api/setupapi/nf-setupapi-setupdigetclassimagelist
It's defined as out:
[out] PSP_CLASSIMAGELIST_DATA ClassImageListData
But this doesn't work correctly as:
The cbSize field of this structure must be initialized with the size of the structure, in bytes, before calling this function or it will fail.
The text was updated successfully, but these errors were encountered: