[−][src]Function pspsdk_sys::sdk::sceNetAdhocctlInit
pub unsafe extern "C" fn sceNetAdhocctlInit(
stacksize: c_int,
priority: c_int,
product: *mut productStruct
) -> c_int
Initialise the Adhoc control library
@param stacksize - Stack size of the adhocctl thread. Set to 0x2000 @param priority - Priority of the adhocctl thread. Set to 0x30 @param product - Pass a filled in ::productStruct
@return 0 on success, < 0 on error