success = RemoveAppWindow(AppWindow)
BOOL RemoveAppWindow(struct AppWindow *);
Attempt to remove an appwindow from Workbench's list of AppWindows.
As with anything that deals with asynchronous operation, you will need to do a final check for messages on your AppMessage port for messages that may have come in between the last time you checked and the call to removed the AppWindow.
Before the AppWindow is removed, all its drop zones will be removed first. There is no need for you to call
RemoveAppWindowDropZone() for every single one.