IMetaDataTables::GetUserString 方法 (rometadataapi.h)
取得目前範圍內字串資料行中指定索引處的硬式編碼字串。
語法
HRESULT GetUserString(
[in] ULONG ixUserString,
[out] ULONG *pcbData,
[out] const BYTE **ppData
);
參數
[in] ixUserString
要從中擷取硬式編碼字串的索引值。
[out] pcbData
ppData 大小的指標。
[out] ppData
所傳回字串指標的指標。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | rometadataapi.h |