IActiveIMMIME::GetIMCCSize method
Gets the size of the input context component.
Syntax
HRESULT GetIMCCSize(
[in] HIMCC hIMCC,
[out] DWORD *pdwSize
);
Parameters
hIMCC [in]
A handle to the input context component.pdwSize [out]
The address of an unsigned long integer value that receives the size of the component.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method maps to the ImmGetIMCCSize function.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |