1 Constants
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 }
gestaltQD3DNotPresent
QuickDraw3D is not available.gestaltQD3DAvailable
QuickDraw3D is available.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker