IWICMetadataHandlerInfo::GetDeviceModels メソッド (wincodecsdk.h)
メタデータ ハンドラーをサポートするデバイス モデルを取得します。
構文
HRESULT GetDeviceModels(
[in] UINT cchDeviceModels,
[in, out] WCHAR *wzDeviceModels,
[out] UINT *pcchActual
);
パラメーター
[in] cchDeviceModels
型: UINT
wzDeviceModels バッファーの長さ。
[in, out] wzDeviceModels
種類: WCHAR*
メタデータ ハンドラーでサポートされているデバイス モデルを受け取るポインター。
[out] pcchActual
種類: UINT*
デバイス モデルを取得するために必要な実際の長さ。
戻り値
種類: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
サポートされている最小のクライアント | WINDOWS XP と SP2、Windows Vista [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリ | UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | wincodecsdk.h |
Library | Windowscodecs.lib |
[DLL] | Windowscodecs.dll |