Skip to main content

sceNetApctlAddHandler

Function sceNetApctlAddHandler 

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

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.