Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Environment and Utilities /
Chapter 6 - Message Manager / Message Manager Reference
Constants and Data Types


Message Globals Initiatialization Procedure

You may supply your own initialization procedure for your globals using this type definition.

typedef void (*MessageGlobalsInitProc) (void *messageGlobals);
To install a message globals initialization procedure, use the NewMessageGlobals function described on page 6-17.

For more about initializing your globals, see the section "Allocating Memory for and Disposing of Global Data" beginning on page 6-8.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996