Function psp::sys::sceKernelSendMbx

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

Send a message to a messagebox

§Parameters

  • mbx_id: The mbx id returned from sceKernelCreateMbx

  • message: A message to be forwarded to the receiver.

    Note: The start of the message should be the SceKernelMsgPacket structure, the rest (???) This documentation appears to have been unfinished.

§Return Value

< 0 On error.