LPOVERLAPPED typedef

LPOVERLAPPED = Pointer<_OVERLAPPED>

Implementation

typedef LPOVERLAPPED = ffi.Pointer<_OVERLAPPED>;