Source position: workbench.pas line 37
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; |