Function psp::sys::sceNetAdhocMatchingGetPoolStat

source ·
#[no_mangle]
pub unsafe extern "C" fn sceNetAdhocMatchingGetPoolStat(
    poolstat: *mut AdhocPoolStat
) -> i32
Expand description

Get the status of the memory pool used by the matching library

§Parameters

  • poolstat: A ::AdhocPoolStat.

§Return Value

0 on success, < 0 on error.