SipStatus (Compact 2013)
3/28/2014
This function is called by an application to determine whether the software-based input panel (SIP) environment is loaded. With this information, an application can decide whether to continue interacting with the SIP environment.
Syntax
DWORD SipStatus(void);
Parameters
None.
Return Value
SIP_STATUS_AVAILABLE indicates that the SIP environment is installed. SIP_STATUS_UNAVAILABLE indicates that the SIP environment is not installed.
Remarks
A call to this function does not initialize the SIP environment. The SIP environment is initialized by the first function called that needs a loaded input environment. All SIP functions initialize the SIP environment except SipEnumIM, SipStatus, SipSetDefaultRect, and SipRegisterNotification.
Requirements
Header |
sipapi.h |
Library |
coredll.lib |
sysgen |
SYSGEN_SOFTKB |
See Also
Reference
Software-based Input Panel Functions
SipEnumIM
SipRegisterNotification
SipSetDefaultRect