IActiveIMMIME::CreateCont...     IActiveIMMIME::CreateSoft...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::CreateIMCC Method


Creates a new input context component.

Syntax

HRESULT CreateIMCC(
    DWORD dwSize,
    HIMCC *phIMCC
);

Parameters

dwSize
[in] Unsigned long integer value that contains the size of the new input context 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 ImmCreateIMCC function documented in the Microsoft® Windows® 98 Device Driver Kit.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.