Retrieves the size of the input context component.
Syntax
HRESULT GetIMCCSize( HIMCC hIMCC, DWORD *pdwSize );
Parameters
- hIMCC
- [in] Handle to the input context component.
- pdwSize
- [out] Address of an unsigned long integer value that receives the size of the component.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmGetIMCCSize function documented in the Microsoft® Windows® 98 Device Driver Kit.