Function psp::sys::sceRegGetKeysNum

source ·
#[no_mangle]
pub unsafe extern "C" fn sceRegGetKeysNum(
    dir_handle: RegistryHandle,
    num: *mut i32
) -> i32
Expand description

Get number of subkeys in the current dir

§Parameters

  • dir_handle: The open registry dir handle
  • num: Pointer to an integer to receive the number

§Return Value

0 on success, < 0 on error