ISchemaLocalizerSupport::Localize 方法 (structuredquery.h)
從輸入字串本地化關鍵詞。
語法
HRESULT Localize(
[in] LPCWSTR pszGlobalString,
[out, retval] LPWSTR *ppszLocalString
);
參數
[in] pszGlobalString
類型: LPCWSTR
要當地語系化之 Null 終止 Unicode 字串的指標。 它可能是兩種形式之一: (1) 一組關鍵詞,並以垂直線字元分隔, (Unicode 字符碼 007C) (例如“date modified|modified|modified|modifi date”) ,或 (2) “@some.dll,-12345” 格式的字符串。 此範例是指 some.dll 二進位檔的資源標識碼 12345。 該資源必須是先前 (1) 表單的字串。
[out, retval] ppszLocalString
類型: LPWSTR*
傳回以 Null 結尾的 Unicode 字串,該字串是當地語系化字串。 呼叫端應用程式必須藉由呼叫 CoTaskMemFree 釋放傳回的字串。 如果方法不成功,此參數會設定為 NULL。
傳回值
類型: HRESULT
如果成功,則傳回S_OK,否則傳回 S_FALSE。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP 搭配 SP2、Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 SP1 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | structuredquery.h |
可轉散發套件 | Windows 桌面搜尋 (WDS) 3.0 |