Unit 'Workbench' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TWBStartup

Declaration

Source position: workbench.pas line 41

type TWBStartup = record

  sm_Message: TMessage;

  

A standard message structure

  sm_Process: PMsgPort;

  

The process descriptor for you

  sm_Segment: LongInt;

  

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: 2021-07-30