Converts an icon to a 32 bits-per-pixel format and copies to the new icon.
#Include <WinAPIEx.au3>
_WinAPI_Create32BitHICON ( $hIcon [, $fDelete] )
$hIcon | Handle to the icon to be converted. |
$fDelete | [可选参数] Specifies whether to delete the icon after the function is successful, valid values: TRUE - Icon will be deleted if the function succeeds. FALSE - Do not delete, you must release the icon themselves when you are finished using it. (Default) |
Success | Handle to the newly created icon. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |