NativeOverlapped.EventHandle Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: int EventHandle;
public IntPtr EventHandle;
public int EventHandle;
val mutable EventHandle : nativeint
val mutable EventHandle : int
Public EventHandle As IntPtr
Public EventHandle As Integer
Field Value
IntPtr
nativeint
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.