Function psp::sys::sceKernelTryReceiveMsgPipe

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelTryReceiveMsgPipe(
    uid: SceUid,
    message: *mut c_void,
    size: u32,
    unk1: i32,
    unk2: *mut c_void
) -> i32
Expand description

Receive a message from a pipe

§Parameters

  • uid: The UID of the pipe
  • message: Pointer to the message
  • size: Size of the message
  • unk1: Unknown
  • unk2: Unknown

§Return Value

0 on success, < 0 on error