Device Types
ThedeviceTypefield of a device data structure (of typeTQADevice) specifies a device type. You use these constants to assign a value to that field.
typedef enum TQADeviceType { kQADeviceMemory = 0, kQADeviceGDevice = 1, kQADeviceWin32DC = 2, kQADeviceDDSurface = 3 } TQADeviceType;Constant descriptions
kQADeviceMemory- A memory device.
kQADeviceGDevice- A graphics device (of type
GDevice).kQADeviceWin32DC- A Windows 32 device.
kQADeviceDDSurface- A Windows direct draw surface.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help