Function psp::sys::sceNetApctlInit

source ·
#[no_mangle]
pub unsafe extern "C" fn sceNetApctlInit(
    stack_size: i32,
    init_priority: i32
) -> i32
Expand description

Init the apctl.

§Parameters

  • stack_size: The stack size of the internal thread.

§Parameters

  • init_priority: The priority of the internal thread.

§Return Value

< 0 on error.