BufferPositionNotify.EventNotifyHandle Property (Microsoft.DirectX.DirectSound)

Retrieves and sets the handle to the event to be signaled when the offset has been reached.

Definition

Visual Basic Public Property EventNotifyHandle As IntPtrLeave Site
C# public IntPtrLeave Site EventNotifyHandle { get; set; }
C++ public:
property IntPtrLeave Site EventNotifyHandle {
        IntPtrLeave Site get();
        void set(IntPtrLeave Site value);
}
JScript public function get EventNotifyHandle() : IntPtrLeave Site
public function set EventNotifyHandle(IntPtrLeave Site);

Property Value

System.IntPtr
The handle to the event to be signaled when the offset has been reached.

This property is read/write.