[][src]Function pspsdk_sys::sdk::sceRegSetKeyValue

pub unsafe extern "C" fn sceRegSetKeyValue(
    hd: REGHANDLE,
    name: *const c_char,
    buf: *const c_void,
    size: SceSize
) -> c_int

Set a key's value

@param hd - The open registry dir handle @param name - The key name @param buf - Buffer to hold the value @param size - The size of the buffer

@return 0 on success, < 0 on error