Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This function sets the default size and position of the software-based input panel window.

Syntax

BOOL SipSetDefaultRect( 
  RECT* 
pRect
);

Parameters

pRect

[in] Pointer to a RECTstructure.

Return Value

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

Remarks

The default size and position do not take effect until the application loads a new IM.

This function does not require that the software-based input panel environment be loaded in order to complete successfully. Therefore, a call to SipSetDefaultRectdoes not initialize the software-based input panel environment. The software-based input panel environment is initialized by the first function called that needs a loaded input environment. All software-based input panel functions initialize the software-based input panel environment except SipEnumIM, SipStatus, SipSetDefaultRect, and SipRegisterNotification.

Requirements

Header sipapi.h
Library coredll.lib
Windows Embedded CE Windows CE 2.10 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also