Lines Matching refs:LONG
104 LONG rc = RegQueryInfoKeyW( in GetSubValueCount()
129 LONG rc = RegQueryInfoKeyA( in GetSubKeyCount()
154 LONG rc = ERROR_SUCCESS; in GetSubKeyNames()
195 LONG rc = ERROR_SUCCESS; in GetSubValueNames()
237 LONG rc = RegQueryValueExW( in GetValue()
287 LONG rc = RegQueryValueExW( in GetValue()
348 LONG rc = RegOpenKeyExW( in Open()
404 LONG rc = RegCreateKeyExW( in CreateSubKey()
450 LONG rc = RegDeleteKeyW(m_hSubKey, Name.c_str()); in DeleteSubKey()
485 LONG RegistryKeyImplWinNT::ImplDeleteSubKeyTree(HKEY RootKey, const std::wstring& Name) in ImplDeleteSubKeyTree()
491 LONG rc = RegOpenKeyExW( in ImplDeleteSubKeyTree()
569 LONG rc = RegDeleteValueW( in DeleteValue()
597 LONG rc = RegSetValueExW( in SetValue()