Function windows_sys::Win32::System::Registry::RegEnumKeyExA
[−]pub unsafe extern "system" fn RegEnumKeyExA(
hkey: HKEY,
dwindex: u32,
lpname: PSTR,
lpcchname: *mut u32,
lpreserved: *mut u32,
lpclass: PSTR,
lpcchclass: *mut u32,
lpftlastwritetime: *mut FILETIME
) -> WIN32_ERROR
Expand description
Required features: "Win32_System_Registry"
, "Win32_Foundation"