All Databases
Inside Mac - Basic Toolbox
GetNextDevice
InitGDevice
SetGDevice
DisposGDevice
GetDeviceList
GetMainDevice
NewGDevice
TestDeviceAttribute
GetMaxDevice
The 'scrn' Resource
Setting a Device's Pixel Depth
About Graphics Devices
GetNextDevice
Allocate new gDevice structure
#include <
Quickdraw.h
>
Graphics Devices
GDHandle
GetNextDevice
(
gdh
);
GDHandle
gdh
; Handle to
gDevice
returns
a handle leading to the next device in the list
GetNextDevice
provide the location of the next
gDevice
and returns a NIL if
the list doesn't have any more devices. It is often used with
GetDeviceList
and
TestDeviceAttribute
to determine the system's screen setup.
gdh
is the handle to the next handle.
Returns
: a
GDHandle
; a handle leading to the next device on the list, returns a
NIL if the request fails.
Referenced by (14):
GetGDevice
GetMaxDevice
Dialog Utilities (Inside Mac - Index)
Graphics Devices Manager (Inside Mac - Index)
GetGDevice (Inside Mac - Basic Toolbox)
GetMaxDevice (Inside Mac - Basic Toolbox)
Spiffy Color 1 (MacTech Vol 06-1990)
Color Animation (MacTech Vol 09-1993)
Color Basics (MacTech Vol 09-1993)
ColorMondrian (MacTech Vol 09-1993)
Sep 93 Challenge (MacTech Vol 09-1993)
Nov 98 Getting Started (MacTech Vol 14-1998)
Sep 98 Tips (MacTech Vol 14-1998)
March 96 - GRAPHICAL TRUFFLES: The Display Manager (develop - 1996)