[][src]Function CCODE::RegSetKeyValueW

pub unsafe extern "C" fn RegSetKeyValueW(
    hKey: HKEY,
    lpSubKey: LPCWSTR,
    lpValueName: LPCWSTR,
    dwType: DWORD,
    lpData: LPCVOID,
    cbData: DWORD
) -> LSTATUS