Important: The information in this document is obsolete and should not be used for new development.
GetFrontServiceWindow
TheGetFrontServiceWindow
function determines which is the frontmost window in the floating window service layer.
FUNCTION GetFrontServiceWindow (VAR window: WindowPtr): OSErr;
window
- A pointer to the frontmost window in the service layer.
DESCRIPTION
This function calls the Window ManagerFrontWindow
function. TheGetFrontServiceWindow
function returns a pointer to the frontmost window in the service layer. If there is no window in the service layer, it returnsNIL
.SEE ALSO
TheFrontWindow
function is described in the Window Manager chapter of Inside Macintosh: Macintosh Toolbox Essentials.