This function is called by an application to determine if the input panel environment is loaded. With this information, an application can decide whether to continue interacting with the input panel environment.
At a Glance
Header file: | Sipapi.h |
Windows CE versions: | 2.10 and later |
Syntax
DWORD SipStatus(void);
Return Values
SIP_STATUS_AVAILABLE indicates that the input panel environment is installed. SIP_STATUS_UNAVAILABLE indicates that the input panel environment is not installed.
Remarks
A call to SipStatus 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.