Function psp::sys::sceNetApctlGetInfo

source ·
#[no_mangle]
pub unsafe extern "C" fn sceNetApctlGetInfo(
    code: ApctlInfo,
    pinfo: *mut SceNetApctlInfo
) -> i32
Expand description

Get the apctl information.

§Parameters

  • code: One of the ApctlInfo.

§Parameters

  • pinfo: Pointer to a ::SceNetApctlInfo.

§Return Value

< 0 on error.