[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

DOSExit

Instantly terminate the program.

Declaration

Source position: amigados.pas line 2268

procedure DOSExit(

  ReturnCode: LongInt

);

Arguments

ReturnCode

  

Process' return code.

Description

Calling this function bypasses normal termination sequence of your program. Automatically opened libraries will not be closed, destructors will not be called, etc. Do this only if you really know what are you doing. It's not advised to use this function at all.


Documentation generated on: 2017-01-10