IShellImageData::SetEncoderParams メソッド (shimgdata.h)
エンコーダー パラメーターを設定します。
構文
HRESULT SetEncoderParams(
[in] IPropertyBag *pbagEnc
);
パラメーター
[in] pbagEnc
種類: IPropertyBag*
エンコーダー プロパティを含む IPropertyBag へのポインター。
戻り値
種類: HRESULT
常に S_OKを返します。
注釈
pbagEnc で渡された IPropertyBag は、保存操作中に使用されます。 イメージとそれに加えられた編集 (Rotate や Scale など) は、IPersistFile または IPersistStream に対して QueryInterface を呼び出し、Save メソッドを呼び出すことで保存できます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
対象プラットフォーム | Windows |
ヘッダー | shimgdata.h |
[DLL] | Shell32.dll |