Source position: jwawinnt.pas line 851
type _EXCEPTION_RECORD = record |
ExceptionCode: DWORD; |
ExceptionFlags: DWORD; |
ExceptionRecord: PEXCEPTION_RECORD; |
ExceptionAddress: Pointer; |
NumberParameters: DWORD; |
ExceptionInformation: array [0..EXCEPTION_MAXIMUM_PARAMETERS-1] of ULONG_PTR; |
end; |