Function psp::sys::sceRegGetKeyInfoByName

source ·
#[no_mangle]
pub unsafe extern "C" fn sceRegGetKeyInfoByName(
    dir_handle: RegistryHandle,
    name: *const u8,
    type_: *mut KeyType,
    size: *mut usize
) -> i32
Expand description

Get a key’s information by name

§Parameters

  • dir_handle: The open registry dir handle
  • name: Name of the key
  • type_: Type of the key
  • size: The size of the key’s value in bytes

§Return Value

0 on success, < 0 on error