Important: The information in this document is obsolete and should not be used for new development.
CloseServiceWindow
TheCloseServiceWindow
function closes a previously allocated floating
input window.
FUNCTION CloseServiceWindow (window: WindowPtr): OSErr;
window
- A pointer to the service window to close. This function calls the Window Manager
CloseWindow
procedure.DESCRIPTION
If the window pointer isNIL
or if it points to a non-floating window,CloseServiceWindow
returnsparamErr
.RESULT CODES
noErr No error paramErr Parameter error SEE ALSO
TheCloseWindow
procedure is described in the Window Manager chapter of Inside Macintosh: Macintosh Toolbox Essentials.