Function advapi32::RegSetValueExA
[−]
[src]
pub unsafe extern "system" fn RegSetValueExA(
hKey: HKEY,
lpValueName: LPCSTR,
Reserved: DWORD,
dwType: DWORD,
lpData: *const BYTE,
cbData: DWORD
) -> LONG