Function windows_sys::Win32::System::Registry::GetRegistryValueWithFallbackW
[−]pub unsafe extern "system" fn GetRegistryValueWithFallbackW(
hkeyprimary: HKEY,
pwszprimarysubkey: PWSTR,
hkeyfallback: HKEY,
pwszfallbacksubkey: PWSTR,
pwszvalue: PWSTR,
dwflags: u32,
pdwtype: *mut u32,
pvdata: *mut c_void,
cbdatain: u32,
pcbdataout: *mut u32
) -> WIN32_ERRORExpand description
Required features: ‘Win32_System_Registry’, ‘Win32_Foundation’
