IixssoQuery::CodePage property
[Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.]
Contains the code page to be used for this query.
This property is read/write.
Syntax
HRESULT put_CodePage(
[in] LONG val
);
HRESULT get_CodePage(
[out, retval] LONG *val
);
Property value
Sets the code page identifier.
Remarks
A code page is a set of typographical characters used to represent text, which can differ by language or locale. Code pages are designated by numbers such as ANSI code page 1252 for American English and OEM code page 932 for Japanese Kanji. Code pages are used to parse the query string and other strings such as column names, and to convert back and forth between URL sequences and query strings in the SetQueryFromURL and QueryToURL methods.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
End of client support |
Windows 7 |
End of server support |
Windows Server 2008 R2 |
DLL |
|
See also