HomeSort by relevance Sort by last modified time
    Searched refs:RegDeleteKeyExWrapper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/win/
registry.cc 235 return RegDeleteKeyExWrapper(key_, name, wow64access_, 0);
411 LONG RegKey::RegDeleteKeyExWrapper(HKEY hKey,
433 LONG result = RegDeleteKeyExWrapper(root_key, name.c_str(), access, 0);
482 result = RegDeleteKeyExWrapper(root_key, name.c_str(), access, 0);
registry.h 141 static LONG RegDeleteKeyExWrapper(HKEY hKey,

Completed in 33 milliseconds