Important: The information in this document is obsolete and should not be used for new development.
GXGetGraphicsClient
You can use theGXGetGraphicsClient
function to return the active graphics client to your application.
gxGraphicsClient GXGetGraphicsClient(void);
- function result
- The active graphics client.
DESCRIPTION
TheGXGetGraphicsClient
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 theGXSetGraphicsClient
function or when a new graphics client is created by theGXNewGraphicsClient
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.