Creates a new input context component.
Syntax
HRESULT CreateIMCC(
  [in]  DWORD dwSize,
  [out] HIMCC *phIMCC
);
Parameters
- dwSize [in] 
 An unsigned long integer value that contains the size of the new input context 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 ImmCreateIMCC function.
Requirements
| Minimum supported client | Windows XP | 
| Minimum supported server | Windows 2000 Server | 
| Product | Internet Explorer 5.0 | 
| Header | Dimm.h | 
| IDL | Dimm.idl |