Carbon


NewCServiceWindow

Header: TextServices.h Carbon status: Unsupported

OSErr NewCServiceWindow (
    void *wStorage, 
    const Rect *boundsRect, 
    ConstStr255Param title, 
    Boolean visible, 
    SInt16 theProc, 
    WindowRef behind, 
    Boolean goAwayFlag, 
    ComponentInstance ts, 
    WindowRef *window
);
function result

A result code.

AVAILABILITY

Not supported in Carbon. Not available in Carbon.

CARBON NOTES

Replace calls to NewCServiceWindow in your component with calls to Mac OS 8.5 Window Manager creation functions, such as CreateNewWindow, which offer more complete support for floating windows.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)