OVERLAPPED
This class represents a structure used in asynchronous (or overlapped) input and output operations. It contains information such as the internal status of the I/O request, the file position for the transfer, and an optional event handle that is signaled when the operation completes.
Constructor
Signature
def OVERLAPPED() - > null
Signature
def OVERLAPPED() - > null