Shows an application's floating windows.
pascal OSStatus ShowFloatingWindows (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 ShowFloatingWindows function.
You must call the function InitFloatingWindows prior to calling ShowFloatingWindows .
The ShowFloatingWindows function operates only upon windows created with the kFloatingWindowClass constant; see Window Class Constants for more details on this constant.
The function HideFloatingWindows .