You are reading help file online using chmlib.com
|
SPEVENT contains information about an event. Events are passed from the TTS or SR engines or audio devices back to applications.
typedef struct SPEVENT
{
WORD eEventId;
WORD elParamType;
ULONG ulStreamNum;
ULONGLONG ullAudioStreamOffset;
WPARAM wParam;
LPARAM lParam;
} SPEVENT;
You are reading help file online using chmlib.com
|