[−][src]Function pspsdk_sys::sdk::sceKernelCreateMsgPipe
pub unsafe extern "C" fn sceKernelCreateMsgPipe(
name: *const c_char,
part: c_int,
attr: c_int,
unk1: *mut c_void,
opt: *mut c_void
) -> SceUID
Create a message pipe
@param name - Name of the pipe @param part - ID of the memory partition @param attr - Set to 0? @param unk1 - Unknown @param opt - Message pipe options (set to NULL)
@return The UID of the created pipe, < 0 on error