Share via


SpClearEvent

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

SAPI Functions