SPSERIALIZEDEVENT (Windows Embedded CE 6.0)
1/6/2010
This structure contains information used when an application serializes an SAPI event. See SPSERIALIZEDEVENT64 for a 64-bit version of the serialized event structure. See SPEVENT for further information about the related event variable fields.
Syntax
typedef [restricted] struct SPSERIALIZEDEVENT{
WORD eEventId;
WORD elParamType;
ULONG ulStreamNum;
ULONGLONG ullAudioStreamOffset;
ULONG SerializedwParam;
LONG SerializedlParam;
} SPSERIALIZEDEVENT;
Members
- eEventId
An event identifier. Possible values are defined for the SPEVENTENUM enumeration.
- elParamType
An event parameter type. Possible values are defined for the SPEVENTLPARAMTYPE enumeration.
- ulStreamNum
Input stream number associated with the event.
- ullAudioStreamOffset
Position in the audio stream where the event occurred.
- SerializedwParam
Value of the wParam member of the SPEVENT structure for the event.
- SerializedlParam
Value of the wParam member of the SPEVENT structure for the event.
Requirements
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |