RemovePopup

int RemovePopup (int removePopup);

Purpose

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.

Parameters

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

Return Value

Name Type Description
status integer Return value indicating whether the function was successful. A negative number indicates that an error occurred.

Code Error Message String
xx Success