SPSERIALIZEDEVENT64 (Windows CE 5.0)

Send Feedback

This structure contains information used when an application serializes an SAPI event. The "64" label signifies the use of 64-bit values for the wParam and lParam members of the related SPEVENT structure. Typically, applications will not need to use 64-bit values, unless large pointers or sizes have been stored in the original event structure.

See SPSERIALIZEDEVENT for the non-64-bit version of this structure. See also SPEVENT for further information about the related event variable fields.

typedef [restricted] struct SPSERIALIZEDEVENT64{  WORDeEventId;  WORDelParamType;  ULONGulStreamNum;  ULONGLONGullAudioStreamOffset;  ULONGLONGSerializedwParam;  LONGLONGSerializedlParam;} SPSERIALIZEDEVENT64;

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. The variable uses a 64-bit data type for large addresses and values. See SPEVENTENUM for further information on possible wParam values.
  • SerializedlParam
    Value of the wParam member of the SPEVENT structure for the event. The variable uses a 64-bit data type for large addresses and values. See SPEVENTENUM for further information on possible lParam values.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.