This method restores the z-order of an application.
HRESULT RestoreAppZOrder( LONG ZOrder );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
After calling IfmManage::MoveAppToForeground, your application should restore the z-order of the application by calling IfmManage::RestoreAppZOrder with the z-order that the application received from the call to IfmManage::MoveAppToForeground.
IfmManage::MoveAppToForeground