int RemovePopup (int removePopup);
Removes either the active pop-up panel or all pop-up panels.
You must call this function from the same thread in which you call InstallPopup.
Input | ||
Name | Type | Description |
removePopup | integer | Selects whether to remove all pop-up panels or only the active pop-up panel. 1 = All 0 = Active only |
Name | Type | Description | ||||
status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred.
|