This function sets the default size and position of the input panel window.
At a Glance
Header file: | Sipapi.h |
Windows CE versions: | 2.10 and later |
Syntax
BOOL SipSetDefautRect( RECT * pRect );
Parameter
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.
SipSetDefaultRect does not require that the input panel environment be loaded in order to complete successfully. Therefore, a call to SipSetDefaultRect does not initialize the input panel environment. The input panel environment is initialized by the first function called that needs a loaded input environment. All input panel functions initialize the input panel environment except SipEnumIM, SipStatus, SipSetDefaultRect, and SipRegisterNotification.
See Also