Extracts an icon from the shell32.dll file
#include <WinAPIIcons.au3>
_WinAPI_LoadShell32Icon ( $iIconID )
$iIconID | ID of the icon to extract |
Success: | Handle to the specified icon |
Failure: | 0 |
When you are done with the icon, call _WinAPI_DestroyIcon() to release the icon handle