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:

None.

Documentation
OVERLAPPED on MSDN