Function windows_sys::Win32::System::Registry::RegQueryValueExW
[−]pub unsafe extern "system" fn RegQueryValueExW(
hkey: HKEY,
lpvaluename: PWSTR,
lpreserved: *mut u32,
lptype: *mut REG_VALUE_TYPE,
lpdata: *mut u8,
lpcbdata: *mut u32
) -> WIN32_ERRORExpand description
Required features: ‘Win32_System_Registry’, ‘Win32_Foundation’
