Function psp::sys::sceUtilityHtmlViewerGetStatus

source ·
#[no_mangle]
pub unsafe extern "C" fn sceUtilityHtmlViewerGetStatus() -> i32
Expand description

Get the current status of the html viewer.

§Return Value

2 if the GUI is visible (you need to call sceUtilityHtmlViewerGetStatus). 3 if the user cancelled the dialog, and you need to call sceUtilityHtmlViewerShutdownStart. 4 if the dialog has been successfully shut down.