Function psp::sys::sceNetAdhocMatchingStop

source ·
#[no_mangle]
pub unsafe extern "C" fn sceNetAdhocMatchingStop(
    matching_id: i32
) -> i32
Expand description

Stop a matching object

§Parameters

  • matching_id: The ID returned from ::sceNetAdhocMatchingCreate

§Return Value

0 on success, < 0 on error.