Important: The information in this document is obsolete and should not be used for new development.
GetWMgrPort
Use theGetWMgrPortprocedure to retrieve a pointer to the Window Manager port on a system with only the original monochrome QuickDraw.
PROCEDURE GetWMgrPort (VAR wPort: GrafPtr);
wPort- A parameter in which
GetWMgrPortreturns a pointer to the Window Manager port.DESCRIPTION
TheGetWMgrPortprocedure places a pointer to the Window Manager port in the parameterwPort.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.
![]()