アイコンのハンドルを解放する
Declare Function DestroyIcon Lib "user32.dll" _
(ByVal hIcon As Long) As Long
Declare Function DestroyIcon Lib "user32.dll" _
(ByVal hIcon As Integer) As Integer
BOOL DestroyIcon(
HICON hIcon
);
引数
hIcon
アイコンのハンドル戻り値
正常終了のとき 0以外
エラーのとき 0