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