home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: startup.m 36.3 (11.7.90)
- ** Includes Release 40.15
- **
- ** workbench startup definitions
- **
- ** (C) Copyright 1985-1993 Commodore-Amiga, Inc.
- ** All Rights Reserved
- */
-
- MODULE 'exec/types',
- 'exec/ports',
- 'libraries/dos'
-
- OBJECT WBStartup
- Message:Message, /* a standard message structure */
- Process:PTR TO MsgPort, /* the process descriptor for you */
- Segment:BPTR, /* a descriptor for your code */
- NumArgs:LONG, /* the number of elements in ArgList */
- ToolWindow:PTR TO CHAR, /* description of window */
- ArgList:PTR TO WBArg /* the arguments themselves */
-
- OBJECT WBArg
- Lock:BPTR, /* a lock descriptor */
- Name:PTR TO CHAR /* a string relative to that lock */
-