Edit

NativeOverlapped.EventHandle Field

Definition

Specifies the handle to an event set to the signaled state when the operation is complete. The calling process must set this member either to zero or to a valid event handle before calling any overlapped functions.

public: IntPtr EventHandle;
public IntPtr EventHandle;
val mutable EventHandle : nativeint
Public EventHandle As IntPtr 

Field Value

IntPtr

nativeint

Applies to