Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Text /
Chapter 7 - Text Services Manager / Text Services Manager Reference
Text Services Manager Routines for Components / Opening Floating Utility Windows


CloseServiceWindow

The CloseServiceWindow 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 is NIL or if it points to a non-floating window, CloseServiceWindow returns paramErr.

RESULT CODES
noErrNo error
paramErrParameter error
SEE ALSO
The CloseWindow procedure is described in the Window Manager chapter of Inside Macintosh: Macintosh Toolbox Essentials.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996