[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


NAME
    RemoveAppWindow - remove a window from workbench's list         (V36)
                      of appwindows.

SYNOPSIS
    error = RemoveAppWindow(AppWindow)
     D0                       A0
    BOOL RemoveAppWindow(struct AppWindow *);

FUNCTION
    Attempt to remove an appwindow from workbench's list of appwindows.

INPUTS
    AppWindow - pointer to an AppWindow structure returned by
                AddAppWindow.

RESULTS
    error - Currently always TRUE...

NOTES
    As with anything that deals with async operation, you will need to
    do a final check for messages on your App message port for messages
    that may have come in between the last time you checked and the
    call to removed the App.

SEE ALSO
    AddAppWindowA()

BUGS
    None


[Back to Amiga Developer Docs]