SHGFI_ICON_LOCATION is not a valid flag #3

Closed
opened 2024-10-14 12:19:18 +01:00 by Ruben · 2 comments
Owner

current_icon.getIconHandle() uses the wrong flag, it should be SHGFI_ICONLOCATION and not SHGFI_ICON_LOCATION as said in the Microsoft docs

SHGFI_ICON_LOCATION = 0x000001000 # Fetch icon location

current_icon.getIconHandle() uses the wrong flag, it should be SHGFI_ICONLOCATION and not SHGFI_ICON_LOCATION as said in the [Microsoft docs](learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shgetfileinfow) `SHGFI_ICON_LOCATION = 0x000001000 # Fetch icon location`
Ruben added reference dev 2024-10-24 18:39:28 +01:00
Ruben added this to the v0.1.0a milestone 2024-11-08 20:10:05 +00:00
Author
Owner

This flag remains useless so will be removed for v0.1.0a

This flag remains useless so will be removed for v0.1.0a
Author
Owner

Links to #7

Links to #7
Ruben closed this issue 2025-02-05 19:48:48 +00:00
Commenting is not possible because the repository is archived.
No description provided.