Function psp::sys::sceNetAdhocctlGetGameModeInfo

source ·
#[no_mangle]
pub unsafe extern "C" fn sceNetAdhocctlGetGameModeInfo(
    gamemodeinfo: *mut SceNetAdhocctlGameModeInfo
) -> i32
Expand description

Get game mode information

§Parameters

  • gamemodeinfo: Pointer to store the info.

§Return Value

0 on success, < 0 on error.