Function psp::sys::sceKernelCancelReceiveMbx

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

Abort all wait operations on a messagebox

§Parameters

  • mbx_id: The mbx id returned from sceKernelCreateMbx
  • num: A pointer to where the number of threads which were waiting on the mbx should be stored (null if you don’t care)

§Return Value

< 0 on error