![]() |
CloseServiceWindow |
||||
Header: | TextServices.h | Carbon status: | Unsupported | |
Closes a previously allocated floating input window.
OSErr CloseServiceWindow ( WindowRef window );
A pointer to the service window to close. This function calls the Window Manager CloseWindow function.
A result code. If the window pointer is NULL or if it points to a non-floating window, CloseServiceWindow returns paramErr.
Not supported in Carbon. Not available in Carbon.
You should use Mac OS 8.5 Window Manager functions to create floating windows. Then, you should replace calls to CloseServiceWindow with calls to the Window Manager function DisposeWindow.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)