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

_EXCEPTION_RECORD32

Declaration

Source position: jwawinnt.pas line 874

type _EXCEPTION_RECORD32 = record

  ExceptionCode: DWORD;

  ExceptionFlags: DWORD;

  ExceptionRecord: DWORD;

  ExceptionAddress: DWORD;

  NumberParameters: DWORD;

  ExceptionInformation: array [0..EXCEPTION_MAXIMUM_PARAMETERS-1] of DWORD;

end;


Documentation generated on: 2025-07-25