Function advapi32::RegSetKeyValueA [] [src]

pub unsafe extern "system" fn RegSetKeyValueA(
    hKey: HKEY,
    lpSubKey: LPCSTR,
    lpValueName: LPCSTR,
    dwType: DWORD,
    lpData: LPCVOID,
    cbData: DWORD
) -> LONG