SpClearEvent (Windows Embedded CE 6.0)
1/6/2010
This function clears an event. It can be used by clients not using the CSpEvent class.
Syntax
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 Value
None.
Requirements
Header | sphelper.h |
Library | sapilib.lib |
Windows Embedded CE | Windows CE .NET 4.1 and later |