Function psp::sys::sceKernelCreateMbx

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelCreateMbx(
    name: *const u8,
    attr: u32,
    option: *mut SceKernelMbxOptParam
) -> SceUid
Expand description

Creates a new messagebox

§Parameters

  • name: Specifies the name of the mbx
  • attr: Mbx attribute flags (normally set to 0)
  • option: Mbx options (normally set to null)

§Return Value

A messagebox id