Function advapi32::RegSetKeyValueW
[−]
[src]
pub unsafe extern "system" fn RegSetKeyValueW(
hKey: HKEY,
lpSubKey: LPCWSTR,
lpValueName: LPCWSTR,
dwType: DWORD,
lpData: LPCVOID,
cbData: DWORD
) -> LONG