IWICPersistStream::LoadEx メソッド (wincodecsdk.h)
指定されたパラメーターを使用して、入力ストリームからデータを読み込みます。
構文
HRESULT LoadEx(
[in] IStream *pIStream,
[in] const GUID *pguidPreferredVendor,
[in] DWORD dwPersistOptions
);
パラメーター
[in] pIStream
種類: IStream*
入力ストリームへのポインター。
[in] pguidPreferredVendor
型: const GUID*
優先ベンダーの GUID へのポインター。
[in] dwPersistOptions
型: DWORD
ストリームの読み込みに使用される WICPersistOptions 。
戻り値
型: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
注釈
pguidPreferredVendor に対して NULL を渡して、優先設定がないことを示すことができます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | WINDOWS XP と SP2、Windows Vista [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリ | UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | wincodecsdk.h |
Library | Windowscodecs.lib |
[DLL] | Windowscodecs.dll |