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 2 - QuickDraw GX Memory Management / QuickDraw GX Memory Management Reference
Functions / Working With Multiple Graphics Clients


GXGetGraphicsClient

You can use the GXGetGraphicsClient function to return the active graphics client to your application.

gxGraphicsClient GXGetGraphicsClient(void);
function result
The active graphics client.
DESCRIPTION
The GXGetGraphicsClient function 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 the GXSetGraphicsClient function or when a new graphics client is created by the GXNewGraphicsClient call.

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 GXGetGraphicsClients function returns all or some of the graphics clients that have been allocated by QuickDraw GX. This function is described in the next section.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996