Changes the size of the input context component.
Syntax
HRESULT ReSizeIMCC( HIMCC hIMCC, DWORD dwSize, HIMCC *phIMCC );
Parameters
- hIMCC
- [in] Handle to the input context component.
- dwSize
- [in] Unsigned long integer value that contains the new size of the 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 ImmReSizeIMCC function documented in the Microsoft® Windows® 98 Device Driver Kit.