/reactos/modules/rosapps/applications/sysutils/regexpl/ |
H A D | RegistryKey.cpp | 131 LONG nError = ERROR_SUCCESS; in Uninit() local 248 LONG nError = RegConnectRegistry(m_pszMachineName,rhKey,&rhKey); in OpenSubkey() local 269 LONG nError = OpenSubkey(samDesired, pszSubkeyName, hKey); in OpenSubkey() local 335 LONG nError; in GetNextSubkeyName() local 392 …LONG nError = RegQueryInfoKeyW(m_hKey,NULL,NULL,NULL,NULL,NULL,NULL,NULL,&rdwMaxValueNameBuferSize… in GetMaxValueNameLength() local 423 LONG nError = RegEnumValue(m_hKey, in GetNextValue() local 457 LONG nError = RegQueryValueEx(m_hKey,NULL,NULL,pdwType,pbValueDataBuffer,&dwBufferSize); in GetDefaultValue() local 509 LONG nError = RegCreateKeyEx( in CreateSubkey() local 529 LONG nError = RegQueryInfoKeyW(m_hKey,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,&ft); in GetLastWriteTime() local
|
H A D | RegistryTree.cpp | 234 LONG nError = Tree.m_pCurrentKey->m_Key.CreateSubkey(KEY_READ, in NewKey() local 241 LONG nError = RegCloseKey(hKey); in NewKey() local 273 LONG nError; in DeleteSubkeys() local 332 const TCHAR * CRegistryTree::GetErrorDescription(LONG nError) in GetErrorDescription() 349 void CRegistryTree::SetError(LONG nError) in SetError() 465 LONG nError; in InternalGetSubkey() local 541 LONG nError = RegCloseKey(hNewKey); in InternalGetSubkey() local
|
H A D | ShellCommandDir.cpp | 174 LONG nError; in Execute() local 267 catch (LONG nError) in Execute() local
|
H A D | Settings.cpp | 70 LONG nError = RegOpenKeyEx(HKEY_CURRENT_USER,pszLoadKey,0,KEY_QUERY_VALUE,&hKey); in Load() local
|
H A D | ShellCommandDeleteValue.cpp | 141 LONG nError = Key.GetMaxValueNameLength(dwMaxValueNameLength); in Execute() local
|
H A D | ShellCommandDACL.cpp | 72 LONG nError; in Execute() local
|
H A D | ShellCommandValue.cpp | 71 LONG nError; in Execute() local
|
H A D | ShellCommandSetValue.cpp | 121 LONG nError; in Execute() local
|
H A D | Completion.cpp | 335 LONG nError; in FillCompletion() local
|
/reactos/base/applications/network/net/ |
H A D | cmdStart.c | 24 INT nError = 0; in EnumerateRunningServices() local 106 INT nError = 0; in StartOneService() local
|
H A D | cmdPause.c | 17 INT nError = 0; in cmdPause() local
|
H A D | cmdContinue.c | 17 INT nError = 0; in cmdContinue() local
|
H A D | cmdStop.c | 18 INT nError = 0; in cmdStop() local
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdlib.c | 148 DWORD nError) in SystemMessage()
|
/reactos/base/shell/cmd/ |
H A D | internal.c | 523 INT nError = 0; in cmd_rmdir() local
|
/reactos/dll/win32/shimgvw/ |
H A D | shimgvw.c | 913 LSTATUS nError; in ImageView_LoadSettings() local 930 LSTATUS nError; in ImageView_SaveSettings() local
|
/reactos/dll/shellext/fontext/ |
H A D | CFontExt.cpp | 650 LONG nError = RegSetValueExW(hkeyFonts, strFontName, 0, REG_SZ, in DoInstallFontFile() local
|