IWICBitmapEncoder::SetPreview メソッド (wincodec.h)
イメージのグローバル プレビューを設定します。
構文
HRESULT SetPreview(
[in] IWICBitmapSource *pIPreview
);
パラメーター
[in] pIPreview
種類: IWICBitmapSource*
グローバル プレビューとして使用する IWICBitmapSource 。
戻り値
型: HRESULT
成功した場合はS_OK、それ以外の場合はエラー値を返します。
機能がエンコーダーでサポートされていない場合は、WINCODEC_ERR_UNSUPPORTEDOPERATIONを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | WINDOWS XP と SP2、Windows Vista [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリ | UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | wincodec.h |
Library | Windowscodecs.lib |
[DLL] | Windowscodecs.dll |