OVERLAPPED
typedef struct _OVERLAPPED { DWORD Internal; DWORD InternalHigh; DWORD Offset; DWORD OffsetHigh; HANDLE hEvent; } OVERLAPPED;
The OVERLAPPED structure contains information used in asynchronous input and output (I/O).
origin.h