IMFAttributes::GetStringLength 方法 (mfobjects.h)
擷取與索引鍵相關聯的字串值長度。
語法
HRESULT GetStringLength(
[in] REFGUID guidKey,
[out] UINT32 *pcchLength
);
參數
[in] guidKey
識別要擷取之值的 GUID。 屬性類型必須 MF_ATTRIBUTE_STRING。
[out] pcchLength
如果找到索引鍵且值為字串類型,此參數就會接收字串中的字元數,不包括終止 的NULL 字元。 若要取得字串值,請呼叫 IMFAttributes::GetString。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
|
找不到指定的索引鍵。 |
|
屬性值不是字串。 |
備註
如果已安裝 Windows Media Format 11 SDK 可轉散發元件,此介面可在下列平臺上使用:
- Windows XP with Service Pack 2 (SP2) 和更新版本。
- 已安裝 Windows XP Media Center Edition 2005 KB900325 (Windows XP Media Center 版本 2005) 和 KB925766 (2006 年 10 月更新匯總) 。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | mfobjects.h (include Mfidl.h) |
程式庫 | Mfuuid.lib |