Windows 32 Draw Context Structure

QuickDraw 3D defines the Windows 32 draw context data structure to maintain information that is specific to Windows 32 draw contexts. The Windows 32 draw context data structure is defined by the TQ3Win32DCDrawContextData data type.

typedef struct TQ3Win32DCDrawContextData {
    HDC                                             hdc;
} TQ3Win32DCDrawContextData;
hdc
Microsoft Windows draw context (obtained from a window using the Windows GetDC function).

© 1997 Apple Computer, Inc.