<Return[D]><Top>

DeleteColorTransform

Declare Function Api_DeleteColorTransform& Lib "mscms" Alias "DeleteColorTransform" (ByRef hColorTransform&)

Declare Function DeleteColorTransform Lib "mscms" Alias "DeleteColorTransform" (ByRef hColorTransform As Long) As Long

指定したカラートランスフォームを削除する。

パラメータ
hColorTransform
    削除するカラートランスフォームのハンドルを指定する。

戻り値
    関数が成功すると、TRUE が返る。
    関数が失敗すると、FALSE が返る。拡張エラー情報を取得するには、GetLastError 関数を使う。