GetFrame メソッドのプロキシ関数。
構文
HRESULT IWICBitmapDecoder_GetFrame_Proxy(
_In_ IWICBitmapDecoder *THIS_PTR,
_In_ UINT index,
_Out_ IWICBitmapFrameDecode **ppIBitmapFrame
);
パラメーター
-
THIS_PTR [in]
-
種類: IWICBitmapDecoder*
この IWICBitmapDecoder オブジェクトへのポインター。
-
index [in]
-
型: UINT
取得する特定のフレーム。
-
ppIBitmapFrame [out]
-
種類: IWICBitmapFrameDecode**
IWICBitmapFrameDecode へのポインターを受け取るポインター。
戻り値
種類: HRESULT
この関数が成功すると、 S_OKが返されます。 それ以外の場合は、 HRESULT エラー コードが返されます。
解説
必要条件
| 要件 | 値 |
|---|---|
| サポートされている最小のクライアント |
WINDOWS XP と SP2、Windows Vista [デスクトップ アプリのみ] |
| サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |
| [DLL] |
|