Function Reference


_WinAPI_LoadShell32Icon

Extracts an icon from the shell32.dll file

#include <WinAPIIcons.au3>
_WinAPI_LoadShell32Icon ( $iIconID )

Parameters

$iIconID ID of the icon to extract

Return Value

Success: Handle to the specified icon
Failure: 0

Remarks

When you are done with the icon, call _WinAPI_DestroyIcon() to release the icon handle

Related

_WinAPI_DestroyIcon