Function RegGetValueW [src]
Prototype
pub extern "advapi32" fn RegGetValueW( hkey: HKEY, lpSubKey: LPCWSTR, lpValue: LPCWSTR, dwFlags: DWORD, pdwType: ?*DWORD, pvData: ?*anyopaque, pcbData: ?*DWORD, ) callconv(.winapi) LSTATUS
Parameters
hkey: HKEY
lpSubKey: LPCWSTR
lpValue: LPCWSTR
dwFlags: DWORD
pdwType: ?*DWORD
pvData: ?*anyopaque
pcbData: ?*DWORD
Source
pub extern "advapi32" fn RegGetValueW(
hkey: HKEY,
lpSubKey: LPCWSTR,
lpValue: LPCWSTR,
dwFlags: DWORD,
pdwType: ?*DWORD,
pvData: ?*anyopaque,
pcbData: ?*DWORD,
) callconv(.winapi) LSTATUS