Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes the size of the input context component.
Syntax
HRESULT ReSizeIMCC(
[in] HIMCC hIMCC,
[in] DWORD dwSize,
[out] HIMCC *phIMCC
);
Parameters
hIMCC [in]
A handle to the input context component.dwSize [in]
An unsigned long integer value that contains the new size of the component.phIMCC [out]
The address of a handle to the new input context component.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method maps to the ImmReSizeIMCC function.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |