You are reading help file online using chmlib.com
|
ISpPhoneConverter::PhoneToId converts a character phoneme string to an ID code string.
The English and Chinese phoneme sets require the phonemes to be space separated. The Japanese phoneme set requires the phoneme character form to be continuous. See the individual entries for more details about the character sets.
HRESULT PhoneToId(
const WCHAR *pszPhone,
SPPHONEID *pId
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | One or more parameters are invalid, or phoneme not found. |
SPERR_UNINITIALIZED | Interface not initialized. |
E_FAIL | pId is invalid or bad. |
E_FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|