Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 IntPtrEventNotifyHandle {
IntPtrget();
void set(IntPtrvalue);
}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.
.gif)