Function psp::sys::sceNetAdhocMatchingDelete

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

Delete an Adhoc matching object

§Parameters

  • matching_id: The ID returned from ::sceNetAdhocMatchingCreate

§Return Value

0 on success, < 0 on error.