Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts the input string (which usually contains the Hiragana character) to converted strings.
Syntax
HRESULT GetConversion(
[in] BSTR string,
[in] LONG start,
[in] LONG length,
[out, retval] BSTR *result
);
Parameters
[in] string
A string of phonetic characters to convert.
[in] start
The starting character from which IFELanguage begins conversion. The first character of string is represented by 1 (not 0).
[in] length
The number of characters to convert. If this value is -1, all of the remaining characters from start are converted.
[out, retval] result
The converted string. This string is allocated by SysAllocStringLen and must be freed by the client.
Return value
S_OK if successful, otherwise E_FAIL.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | msime.h |