SipSetDefaultRect (Windows CE 5.0)
This function sets the default size and position of the software-based input panel window.
BOOLSipSetDefaultRect( RECT* pRect);
Parameters
- pRect
[in] Pointer to a RECT structure.
Return Values
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 SipSetDefaultRect does 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
OS Versions: Windows CE 2.10 and later.
Header: Sipapi.h.
Link Library: Coredll.lib.
See Also
SipEnumIM | SipRegisterNotification | SipStatus | RECT
Send Feedback on this topic to the authors