ISearchLanguageSupport::IsPrefixNormalized メソッド (searchapi.h)
クエリ トークンがドキュメント トークンのプレフィックスであるかどうかを判断します。大文字と小文字、幅、および (必要に応じて) 分音記号は無視します。
構文
HRESULT IsPrefixNormalized(
[in] LPCWSTR pwcsQueryToken,
[in] ULONG cwcQueryToken,
[in] LPCWSTR pwcsDocumentToken,
[in] ULONG cwcDocumentToken,
[out] ULONG *pulPrefixLength
);
パラメーター
[in] pwcsQueryToken
種類: LPCWSTR
検索するプレフィックスへのポインター。
[in] cwcQueryToken
種類: ULONG
pwcsQueryToken のサイズ。
[in] pwcsDocumentToken
種類: LPCWSTR
検索するドキュメントへのポインター。
[in] cwcDocumentToken
種類: ULONG
pwcsDocumentToken のサイズ。
[out] pulPrefixLength
種類: ULONG*
pwcsDocumentToken で一致する文字数へのポインターを返します。 通常、 pwcsQueryToken の文字数は必ずしもですが、必ずしもではありません。
戻り値
型: HRESULT
pwcsQueryToken が pwcsDocumentToken のプレフィックスである場合は、S_OKを返します。それ以外の場合はS_FALSEを返し、pulPrefixLength は 0 に設定されます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | WINDOWS XP と SP2、Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2003 SP1 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | searchapi.h |
再頒布可能パッケージ | Windows デスクトップ検索 (WDS) 3.0 |