Function psp::sys::sceKernelCancelMsgPipe

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelCancelMsgPipe(
    uid: SceUid,
    send: *mut i32,
    recv: *mut i32
) -> i32
Expand description

Cancel a message pipe

§Parameters

  • uid: UID of the pipe to cancel
  • send: Receive number of sending threads?
  • recv: Receive number of receiving threads?

§Return Value

0 on success, < 0 on error