Important: The information in this document is obsolete and should not be used for new development.
GetCWMgrPort
Use theGetCWMgrPort
procedure to retrieve a pointer to the Window Manager port on a system that supports Color QuickDraw.
PROCEDURE GetCWMgrPort (VAR wMgrCPort: CGrafPtr);
- wMgrCPort
- A parameter in which
GetCWMgrPort
returns a pointer to the Window Manager port.DESCRIPTION
TheGetCWMgrPort
procedure places a pointer to the color Window Manager port in the parameter wMgrCPort. TheGetCWMgrPort
procedure is available only on computers with Color QuickDraw.The Window Manager port is a graphics port that occupies all of the main screen. Ordinarily, your application doesn't need to access the Window Manager port.
- Note
- Do not change any regions of the Window Manager port. If you do, the Window Manager might not handle overlapping windows properly.