BufferPositionNotify.EventNotifyHandle Property

Language:

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

Definition

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

Property Value

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

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center