ImageList_Destroy関数 (commctrl.h)
イメージ リストを破棄します。
構文
BOOL ImageList_Destroy(
[in, optional] HIMAGELIST himl
);
パラメーター
[in, optional] himl
種類: HIMAGELIST
破棄するイメージ リストへのハンドル。
戻り値
種類: BOOL
成功した場合は 0 以外、それ以外の場合は 0 を返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
対象プラットフォーム | Windows |
ヘッダー | commctrl.h |
Library | Comctl32.lib |
[DLL] | Comctl32.dll |
API セット | ext-ms-win-shell-comctl32-init-l1-1-1 (Windows 10 バージョン 10.0.14393 で導入) |