Unit 'JwaWinBase' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

_OVERLAPPED

Declaration

Source position: jwawinbase.pas line 327

type _OVERLAPPED = record

  Internal: ULONG_PTR;

  InternalHigh: ULONG_PTR;

  Union: record

    case Integer of

      0: (

          Offset: DWORD;

          OffsetHigh: DWORD;

        );

      1: (

          Pointer: PVOID;

        );

  end;

  hEvent: HANDLE;

end;


Documentation generated on: 2023-03-18