[][src]Function pspsdk_sys::sdk::sceRegCreateKey

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

Create a key

@param hd - The open registry dir handle @param name - Name of the key to create @param type - Type of key (note cannot be a directory type) @param size - Size of the allocated value space

@return 0 on success, < 0 on error