Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
SpClearEvent
SpClearEvent clears an event structure. May be used by clients not using CSpEvent class.
Found in: sphelper.h
inline void SpClearEvent(
SPEVENT *pe
);
Parameters
- pe
[in] The event to clear. Events of types SPET_LPARAM_IS_POINTER, SPET_LPARAM_IS_STRING, SPET_LPARAM_IS_TOKEN, or SPET_LPARAM_IS_OBJECT have the associated data in pe->lParam deallocated first.
Return values
No error code is returned.