Important: The information in this document is obsolete and should not be used for new development.
GXGetGraphicsClient
You can use theGXGetGraphicsClientfunction to return the active graphics client to your application.
gxGraphicsClient GXGetGraphicsClient(void);
- function result
- The active graphics client.
DESCRIPTION
TheGXGetGraphicsClientfunction returns the active graphics client. Each application has its own active graphics client. The only way that the active graphics client is changed within an application is when the application calls theGXSetGraphicsClientfunction or when a new graphics client is created by theGXNewGraphicsClientcall.SEE ALSO
For additional information about graphics clients, see the section "About QuickDraw GX Memory Management" beginning on page 2-3.Multiple graphics clients are discussed in the section"Working With Multiple Graphics Clients" beginning on page 2-16.
The
GXGetGraphicsClientsfunction returns all or some of the graphics clients that have been allocated by QuickDraw GX. This function is described in the next section.