[][src]Function pspsdk_sys::sdk::sceUtilityGetSystemParamInt

pub unsafe extern "C" fn sceUtilityGetSystemParamInt(
    id: c_int,
    value: *mut c_int
) -> c_int

Get Integer System Parameter

@param id - which parameter to get @param value - pointer to integer value to place result in @return 0 on success, PSP_SYSTEMPARAM_RETVAL_FAIL on failure