Function psp::sys::sceKernelReferMbxStatus

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelReferMbxStatus(
    mbx_id: SceUid,
    info: *mut SceKernelMbxInfo
) -> i32
Expand description

Retrieve information about a messagebox.

§Parameters

  • mbx_id: UID of the messagebox to retrieve info for.
  • info: Pointer to a SceKernelMbxInfo struct to receive the info.

§Return Value

< 0 on error.