OVERLAPPED (Structures)
Last changed: -84.14.5.193

.
Summary
TODO - a short description

C# Definition:

struct OVERLAPPED {
    public UIntPtr Internal;
    public UIntPtr InternalHigh;  
    public uint Offset;  
    public uint OffsetHigh;  
    public IntPtr EventHandle;
}

VB Definition:

Structure OVERLAPPED
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

This structure is already defined as System.Threading.NativeOverlapped in the .NET Framework. It is not supported for the .NET Compact Framework.

Documentation
OVERLAPPED on MSDN