1 Constants

1 Gestalt Selectors and Response Values

You can pass the gestaltQD3D selector to the Gestalt function to determine information about the availability of QuickDraw3D.

enum {
 gestaltQD3D           = 'qd3d'
}
Gestalt returns information to you by returning a long word in the response parameter. Currently, the returned values are defined by constants:

enum {
 gestaltQD3DNotPresent           = 0,
 gestaltQD3DAvailable           = 1
}

Constant descriptions

gestaltQD3DNotPresent
QuickDraw3D is not available.
gestaltQD3DAvailable
QuickDraw3D is available.
Constant descriptions

3D Graphics Programming with QuickDraw 3D - 14 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker