Creates a new input context component.
Syntax
HRESULT CreateIMCC( DWORD dwSize, HIMCC *phIMCC );
Parameters
- dwSize
- [in] Unsigned long integer value that contains the size of the new input context component.
- phIMCC
- [out] Address of a handle to the new input context component.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmCreateIMCC function documented in the Microsoft® Windows® 98 Device Driver Kit.