Hides an application's floating windows.
pascal OSStatus HideFloatingWindows (void);
When your application receives a suspend event, it must hide any visible floating windows. When your application receives a resume event, it must make its floating windows visible again. See Responding to Suspend and Resume Events for an example of how your application can call the HideFloatingWindows function.
You must call the function InitFloatingWindows prior to calling HideFloatingWindows .
The HideFloatingWindows function operates only upon windows created with the kFloatingWindowClass constant; see Window Class Constants for more details on this constant.
The function ShowFloatingWindows .