BufferPositionNotify Structure (Microsoft.DirectX.DirectSound)

Contains properties that describe a notification position.

Definition

Visual Basic Public Structure BufferPositionNotify
C# public struct BufferPositionNotify 
C++ public value class BufferPositionNotify sealed 
JScript In JScript, you can use structures, but you cannot define your own.

Members Table

The following table lists the members exposed by the object.

Methods

Method Description
BufferPositionNotify Initializes a new instance of the BufferPositionNotify structure.

Properties

Property Description
EventNotifyHandle Retrieves and sets the handle to the event to be signaled when the offset has been reached.
Offset Retrieves and sets the offset from the beginning of the buffer where the notify event is to be triggered, or PositionNotifyFlag.OffsetStop.

Structure Information

Namespace Microsoft.DirectX.DirectSound
Assembly Microsoft.DirectX.DirectSound (microsoft.directx.directsound.dll)
Strong Name Microsoft.DirectX.DirectSound,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also