SpClearEvent (Windows CE 5.0)
This function clears an event. It can be used by clients not using the CSpEvent class.
inline void SpClearEvent(SPEVENT* pe);
Parameters
- pe
[in] Pointer to an SPEVENT structure containing the event to clear. The SPEVENTLPARAMTYPE defines possible types of events. An event of type SPET_LPARAM_IS_POINTER, SPET_LPARAM_IS_STRING, SPET_LPARAM_IS_TOKEN, or SPET_LPARAM_IS_OBJECT has the associated data in SPEVENT.lParam deallocated first.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sphelper.h.
Link Library: Sapilib.lib.
See Also
Send Feedback on this topic to the authors