SipGetCurrentIM (Windows CE 5.0)

Send Feedback

This function returns the class identifier (CLSID) of the current input method (IM).

BOOL SipGetCurrentIM( CLSID* pClsid);

Parameters

  • pClsid
    [out] Pointer to a buffer that contains the CLSID of the new IM.

Return Values

TRUE indicates success. FALSE indicates failure. To get extended error information, call GetLastError.

Remarks

Use the SipSetCurrentIM function to set the CLSID of the current IM.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Sipapi.h.
Link Library: Coredll.lib.

See Also

SipSetCurrentIM

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.