Home
last modified time | relevance | path

Searched defs:nError (Results 1 – 17 of 17) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DRegistryKey.cpp131 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 DRegistryTree.cpp234 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 DShellCommandDir.cpp174 LONG nError; in Execute() local
267 catch (LONG nError) in Execute() local
H A DSettings.cpp70 LONG nError = RegOpenKeyEx(HKEY_CURRENT_USER,pszLoadKey,0,KEY_QUERY_VALUE,&hKey); in Load() local
H A DShellCommandDeleteValue.cpp141 LONG nError = Key.GetMaxValueNameLength(dwMaxValueNameLength); in Execute() local
H A DShellCommandDACL.cpp72 LONG nError; in Execute() local
H A DShellCommandValue.cpp71 LONG nError; in Execute() local
H A DShellCommandSetValue.cpp121 LONG nError; in Execute() local
H A DCompletion.cpp335 LONG nError; in FillCompletion() local
/reactos/base/applications/network/net/
H A DcmdStart.c24 INT nError = 0; in EnumerateRunningServices() local
106 INT nError = 0; in StartOneService() local
H A DcmdPause.c17 INT nError = 0; in cmdPause() local
H A DcmdContinue.c17 INT nError = 0; in cmdContinue() local
H A DcmdStop.c18 INT nError = 0; in cmdStop() local
/reactos/modules/rosapps/lib/vfdlib/
H A Dvfdlib.c148 DWORD nError) in SystemMessage()
/reactos/base/shell/cmd/
H A Dinternal.c523 INT nError = 0; in cmd_rmdir() local
/reactos/dll/win32/shimgvw/
H A Dshimgvw.c913 LSTATUS nError; in ImageView_LoadSettings() local
930 LSTATUS nError; in ImageView_SaveSettings() local
/reactos/dll/shellext/fontext/
H A DCFontExt.cpp650 LONG nError = RegSetValueExW(hkeyFonts, strFontName, 0, REG_SZ, in DoInstallFontFile() local