Home
last modified time | relevance | path

Searched refs:dwCrashDumpEnabled (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/cpl/sysdm/
H A Dstartrec.c28 DWORD dwCrashDumpEnabled; member
526 if (pStartInfo->dwCrashDumpEnabled == 0) in SetCrashDlgItems()
532 else if (pStartInfo->dwCrashDumpEnabled == 3) in SetCrashDlgItems()
539 else if (pStartInfo->dwCrashDumpEnabled == 1 || pStartInfo->dwCrashDumpEnabled == 2) in SetCrashDlgItems()
586 if (pStartInfo->dwCrashDumpEnabled == 1 || pStartInfo->dwCrashDumpEnabled == 2) in WriteStartupRecoveryOptions()
591 else if (pStartInfo->dwCrashDumpEnabled == 3) in WriteStartupRecoveryOptions()
597 …umpEnabled", 0, REG_DWORD, (LPBYTE)&pStartInfo->dwCrashDumpEnabled, sizeof(pStartInfo->dwCrashDump… in WriteStartupRecoveryOptions()
652 pStartInfo->dwCrashDumpEnabled = dwValue; in LoadRecoveryOptions()
821 … if (pStartInfo->dwCrashDumpEnabled == 1 || pStartInfo->dwCrashDumpEnabled == 2) in StartRecDlgProc()
825 else if (pStartInfo->dwCrashDumpEnabled == 3) in StartRecDlgProc()
[all …]