Important: The information in this document is obsolete and should not be used for new development.
GetCWMgrPort
Use theGetCWMgrPortprocedure 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
GetCWMgrPortreturns a pointer to the Window Manager port.DESCRIPTION
TheGetCWMgrPortprocedure places a pointer to the color Window Manager port in the parameter wMgrCPort. TheGetCWMgrPortprocedure 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.
![]()