[][src]Function pspsdk_sys::sdk::sceNetApctlAddHandler

pub unsafe extern "C" fn sceNetApctlAddHandler(
    handler: sceNetApctlHandler,
    pArg: *mut c_void
) -> c_int

Add an apctl event handler.

@param handler - Pointer to the event handler function.

@param pArg - Value to be passed to the pArg parameter of the handler function.

@return A handler id or < 0 on error.