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

TWBStartup

Declaration

Source position: workbench.pas line 49

type TWBStartup = record

  sm_Message: TMessage;

  

A standard message structure

  sm_Process: PMsgPort;

  

The process descriptor for you

  sm_Segment: BPTR;

  

a descriptor for your code

  sm_NumArgs: LongInt;

  

the number of elements in ArgList

  sm_ToolWindow: PChar;

  

Description of window

  sm_ArgList: PWBArgList;

  

The arguments themselves

end;


Documentation generated on: 2017-01-10