SipSetCurrentIM

This function sets the class identifier (CLSID) for the current input method (IM).

At a Glance

Header file: Sipapi.h
Windows CE versions: 2.10 and later

Syntax

BOOL SipSetCurrentIM( CLSID *pClsid );

Parameters

pClsid

[in] Pointer to the buffer that contains that contains the CLSID of the new IM.

Return Values

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

Remarks

An IM is a common control; therefore, it is a window class defined by the application developer.

SipGetCurrentIM returns the CLSID of the active IM.

See Also

SipGetCurrentIM