System.Threading.NativeOverlapped Structure

Provides an explicit layout that is visible from unmanaged code and that will have the same layout as the Win32 OVERLAPPED structure with additional reserved fields at the end.

See Also: NativeOverlapped Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public struct NativeOverlapped

Remarks

The System.Threading.NativeOverlapped.NET Framework value type represents an unmanaged version of the Win32 OVERLAPPED structure. The layout of this structure must be identical to OVERLAPPED. Four additional DWORDs are reserved at the end.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0