Registers a string into the dictionary of this Active Input Method Editor.
Syntax
HRESULT RegisterWord( LPWSTR szReading, DWORD dwStyle, LPWSTR szString );
Parameters
- szReading
- [in] Address of a string value that contains the reading string of the registered string.
- dwStyle
- [in] Unsigned long integer value that specifies the style of the registered string.
- szString
- [in] Address of a string value that contains the string to be registered.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImeRegisterWord function documented in the Microsoft® Windows® 2000 Driver Development Kit.