Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TEntryInformationOS

Entry information for the OS.

Declaration

Source position: sysosh.inc line 36

type TEntryInformationOS = record

  argc: LongInt;

  

Number of command-line arguments.

  argv: PPAnsiChar;

  

Pointer to Array of command-line arguments.

  envp: PPAnsiChar;

  

Pointer to array of environment variables.

  stkptr: pointer;

  

Initial stack pointer.

  stklen: SizeUInt;

  

Stack length.

  haltproc: procedure(

  

Procedure to call to exit program.

  e: LongInt

);

end;

Description

TEntryInformationOS represents executable entry information for the current OS. This structure is OS dependent.


Documentation generated on: Jul 24 2023