⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jwalmerrlog.pas

📁 比较全面的win32api开发包
💻 PAS
📖 第 1 页 / 共 5 页
字号:
  {$EXTERNALSYM NELOG_ReplSignalFileErr}

    {
    *  Replicator failed to update signal file in directory %2 due to
    *  %1 system error.
    }

  NELOG_DiskFT = (ERRLOG_BASE+121);
  {$EXTERNALSYM NELOG_DiskFT}

    {
    * Disk Fault Tolerance Error
    *
    * %1
    }

  NELOG_ReplAccessDenied = (ERRLOG_BASE + 122);
  {$EXTERNALSYM NELOG_ReplAccessDenied}

    {
    *  Replicator could not access %2
    *  on %3 due to system error %1.
    }

  NELOG_NetlogonFailedPrimary = (ERRLOG_BASE + 123);
  {$EXTERNALSYM NELOG_NetlogonFailedPrimary}

    {
    *The primary domain controller for domain %1 has apparently failed.
    }

  NELOG_NetlogonPasswdSetFailed = (ERRLOG_BASE + 124);
  {$EXTERNALSYM NELOG_NetlogonPasswdSetFailed}

    {
    * Changing machine account password for account %1 failed with
    * the following error: %n%2
    }

  NELOG_NetlogonTrackingError = (ERRLOG_BASE + 125);
  {$EXTERNALSYM NELOG_NetlogonTrackingError}

    {
    *An error occurred while updating the logon or logoff information for %1.
    }

  NELOG_NetlogonSyncError = (ERRLOG_BASE + 126);
  {$EXTERNALSYM NELOG_NetlogonSyncError}

    {
    *An error occurred while synchronizing with primary domain controller %1
    }

  NELOG_NetlogonRequireSignOrSealError = (ERRLOG_BASE + 127);
  {$EXTERNALSYM NELOG_NetlogonRequireSignOrSealError}

    {
    * The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2
    * failed because %1 does not support signing or sealing the Netlogon
    * session.
    *
    * Either upgrade the Domain controller or set the RequireSignOrSeal
    * registry entry on this machine to 0.
    }

//
//  UPS service specific error log messages from 130 to 135
//

  NELOG_UPS_PowerOut = (ERRLOG_BASE + 130);
  {$EXTERNALSYM NELOG_UPS_PowerOut}

    {
    * A power failure was detected at the server.
    }

  NELOG_UPS_Shutdown = (ERRLOG_BASE + 131);
  {$EXTERNALSYM NELOG_UPS_Shutdown}

    {
    * The UPS service performed server shut down.
    }

  NELOG_UPS_CmdFileError = (ERRLOG_BASE + 132);
  {$EXTERNALSYM NELOG_UPS_CmdFileError}

    {
    * The UPS service did not complete execution of the
    * user specified shut down command file.
    }

  NELOG_UPS_CannotOpenDriver = (ERRLOG_BASE+133);
  {$EXTERNALSYM NELOG_UPS_CannotOpenDriver}

    {
    * The UPS driver could not be opened.  The error code is
    * the data.
    }

  NELOG_UPS_PowerBack = (ERRLOG_BASE + 134);
  {$EXTERNALSYM NELOG_UPS_PowerBack}

    {
    * Power has been restored.
    }

  NELOG_UPS_CmdFileConfig = (ERRLOG_BASE + 135);
  {$EXTERNALSYM NELOG_UPS_CmdFileConfig}

    {
    * There is a problem with a configuration of user specified
    * shut down command file.
    }

  NELOG_UPS_CmdFileExec = (ERRLOG_BASE + 136);
  {$EXTERNALSYM NELOG_UPS_CmdFileExec}

    {
    * The UPS service failed to execute a user specified shutdown
    * command file %1.  The error code is the data.
    }

//
//  Remoteboot server specific error log messages are from 150 to 157
//

  NELOG_Missing_Parameter = (ERRLOG_BASE + 150);
  {$EXTERNALSYM NELOG_Missing_Parameter}

    {
    * Initialization failed because of an invalid or missing
    *  parameter in the configuration file %1.
    }

  NELOG_Invalid_Config_Line = (ERRLOG_BASE + 151);
  {$EXTERNALSYM NELOG_Invalid_Config_Line}

    {
    * Initialization failed because of an invalid line in the
    *  configuration file %1. The invalid line is the data.
    }

  NELOG_Invalid_Config_File = (ERRLOG_BASE + 152);
  {$EXTERNALSYM NELOG_Invalid_Config_File}

    {
    * Initialization failed because of an error in the configuration
    *  file %1.
    }

  NELOG_File_Changed = (ERRLOG_BASE + 153);
  {$EXTERNALSYM NELOG_File_Changed}

    {
    * The file %1 has been changed after initialization.
    *  The boot-block loading was temporarily terminated.
    }

  NELOG_Files_Dont_Fit = (ERRLOG_BASE + 154);
  {$EXTERNALSYM NELOG_Files_Dont_Fit}

    {
    * The files do not fit to the boot-block configuration
    * file %1. Change the BASE and ORG definitions or the order
    * of the files.
    }

  NELOG_Wrong_DLL_Version = (ERRLOG_BASE + 155);
  {$EXTERNALSYM NELOG_Wrong_DLL_Version}

    {
    * Initialization failed because the dynamic-link
    *  library %1 returned an incorrect version number.
    }

  NELOG_Error_in_DLL = (ERRLOG_BASE + 156);
  {$EXTERNALSYM NELOG_Error_in_DLL}

    {
    * There was an unrecoverable error in the dynamic-
    *  link library of the service.
    }

  NELOG_System_Error = (ERRLOG_BASE + 157);
  {$EXTERNALSYM NELOG_System_Error}

    {
    * The system returned an unexpected error code.
    *  The error code is the data.
    }

  NELOG_FT_ErrLog_Too_Large = (ERRLOG_BASE + 158);
  {$EXTERNALSYM NELOG_FT_ErrLog_Too_Large}

    {
    * The fault-tolerance error log file, LANROOT\LOGS\FT.LOG,
    *  is more than 64K.
    }

  NELOG_FT_Update_In_Progress = (ERRLOG_BASE + 159);
  {$EXTERNALSYM NELOG_FT_Update_In_Progress}

    {
    * The fault-tolerance error-log file, LANROOT\LOGS\FT.LOG, had the
    * update in progress bit set upon opening, which means that the
    * system crashed while working on the error log.
    }

  NELOG_Joined_Domain = (ERRLOG_BASE + 160);
  {$EXTERNALSYM NELOG_Joined_Domain}

    {
    * This computer has been successfully joined to %1 '%2'.
    }

  NELOG_Joined_Workgroup = (ERRLOG_BASE + 161);
  {$EXTERNALSYM NELOG_Joined_Workgroup}

    (*
    * This computer has been successfully joined to workgroup '%1'.
    *)


//
// Microsoft has created a generic error log entry for OEMs to use to
// log errors from OEM value added services.  The code, which is the
// 2nd arg to NetErrorLogWrite, is 3299.  This value is manifest in
// NET/H/ERRLOG.H as NELOG_OEM_Code.  The text for error log entry
// NELOG_OEM_Code is:  "%1 %2 %3 %4 %5 %6 %7 %8 %9.".
//
// Microsoft suggests that OEMs use the insertion strings as follows:
// %1:  OEM System Name (e.g. 3+Open)
// %2:  OEM Service Name (e.g. 3+Mail)
// %3:  Severity level (e.g.  error, warning, etc.)
// %4:  OEM error log entry sub-identifier  (e.g. error code #)
// %5 - % 9:  Text.
//
// The call to NetErrorWrite must set nstrings = 9, and provide 9
// ASCIIZ strings.  If the caller does not have 9 insertion strings,
// provide null strings for the empty insertion strings.
//

  NELOG_OEM_Code = (ERRLOG_BASE + 199);
  {$EXTERNALSYM NELOG_OEM_Code}

    {
    * %1 %2 %3 %4 %5 %6 %7 %8 %9.
    }

//
// another error log range defined for NT Lanman.
//

  ERRLOG2_BASE = 5700        { New NT NELOG errors start here };
  {$EXTERNALSYM ERRLOG2_BASE}


  NELOG_NetlogonSSIInitError = (ERRLOG2_BASE + 0);
  {$EXTERNALSYM NELOG_NetlogonSSIInitError}

    {
     * The Netlogon service could not initialize the replication data
     * structures successfully. The service was terminated.  The following
     * error occurred: %n%1
     }

  NELOG_NetlogonFailedToUpdateTrustList = (ERRLOG2_BASE + 1);
  {$EXTERNALSYM NELOG_NetlogonFailedToUpdateTrustList}

    {
     * The Netlogon service failed to update the domain trust list.  The
     * following error occurred: %n%1
     }

  NELOG_NetlogonFailedToAddRpcInterface = (ERRLOG2_BASE + 2);
  {$EXTERNALSYM NELOG_NetlogonFailedToAddRpcInterface}

    {
     * The Netlogon service could not add the RPC interface.  The
     * service was terminated. The following error occurred: %n%1
     }

  NELOG_NetlogonFailedToReadMailslot = (ERRLOG2_BASE + 3);
  {$EXTERNALSYM NELOG_NetlogonFailedToReadMailslot}

    {
     * The Netlogon service could not read a mailslot message from %1 due
     * to the following error: %n%2
     }

  NELOG_NetlogonFailedToRegisterSC = (ERRLOG2_BASE + 4);
  {$EXTERNALSYM NELOG_NetlogonFailedToRegisterSC}

    (*
     * The Netlogon service failed to register the service with the
     * service controller. The service was terminated. The following
     * error occurred: %n%1
     *)

  NELOG_NetlogonChangeLogCorrupt = (ERRLOG2_BASE + 5);
  {$EXTERNALSYM NELOG_NetlogonChangeLogCorrupt}

    {
     * The change log cache maintained by the Netlogon service for %1
     * database changes is inconsistent. The Netlogon service is resetting
     * the change log.
     }

  NELOG_NetlogonFailedToCreateShare = (ERRLOG2_BASE + 6);
  {$EXTERNALSYM NELOG_NetlogonFailedToCreateShare}

    {
     * The Netlogon service could not create server share %1.  The following
     * error occurred: %n%2
     }

  NELOG_NetlogonDownLevelLogonFailed = (ERRLOG2_BASE + 7);
  {$EXTERNALSYM NELOG_NetlogonDownLevelLogonFailed}

    {
     * The down-level logon request for the user %1 from %2 failed.
     }

  NELOG_NetlogonDownLevelLogoffFailed = (ERRLOG2_BASE + 8);
  {$EXTERNALSYM NELOG_NetlogonDownLevelLogoffFailed}

    {
     * The down-level logoff request for the user %1 from %2 failed.
     }

  NELOG_NetlogonNTLogonFailed = (ERRLOG2_BASE + 9);
  {$EXTERNALSYM NELOG_NetlogonNTLogonFailed}

    {
     * The Windows NT or Windows 2000 %1 logon request for the user %2\%3 from %4 (via %5)
     * failed.
     }

  NELOG_NetlogonNTLogoffFailed = (ERRLOG2_BASE + 10);
  {$EXTERNALSYM NELOG_NetlogonNTLogoffFailed}

    {
     * The Windows NT or Windows 2000 %1 logoff request for the user %2\%3 from %4
     * failed.
     }

  NELOG_NetlogonPartialSyncCallSuccess = (ERRLOG2_BASE + 11);
  {$EXTERNALSYM NELOG_NetlogonPartialSyncCallSuccess}

    {
     * The partial synchronization request from the server %1 completed
     * successfully. %2 changes(s) has(have) been returned to the
     * caller.
     }

  NELOG_NetlogonPartialSyncCallFailed = (ERRLOG2_BASE + 12);
  {$EXTERNALSYM NELOG_NetlogonPartialSyncCallFailed}

    {
     * The partial synchronization request from the server %1 failed with
     * the following error: %n%2
     }

  NELOG_NetlogonFullSyncCallSuccess = (ERRLOG2_BASE + 13);
  {$EXTERNALSYM NELOG_NetlogonFullSyncCallSuccess}

    {
     * The full synchronization request from the server %1 completed
     * successfully. %2 object(s) has(have) been returned to
     * the caller.
     }

  NELOG_NetlogonFullSyncCallFailed = (ERRLOG2_BASE + 14);
  {$EXTERNALSYM NELOG_NetlogonFullSyncCallFailed}

    {
     * The full synchronization request from the server %1 failed with
     * the following error: %n%2
     }

  NELOG_NetlogonPartialSyncSuccess = (ERRLOG2_BASE + 15);
  {$EXTERNALSYM NELOG_NetlogonPartialSyncSuccess}

    {
     * The partial synchronization replication of the %1 database from the
     * primary domain controller %2 completed successfully. %3 change(s) is(are)
     * applied to the database.
     }


  NELOG_NetlogonPartialSyncFailed = (ERRLOG2_BASE + 16);
  {$EXTERNALSYM NELOG_NetlogonPartialSyncFailed}

    {
     * The partial synchronization replication of the %1 database from the
     * primary domain controller %2 failed with the following error: %n%3
     }

  NELOG_NetlogonFullSyncSuccess = (ERRLOG2_BASE + 17);
  {$EXTERNALSYM NELOG_NetlogonFullSyncSuccess}

    {
     * The full synchronization replication of the %1 database from the
     * primary domain controller %2 completed successfully.
     }


  NELOG_NetlogonFullSyncFailed = (ERRLOG2_BASE + 18);
  {$EXTERNALSYM NELOG_NetlogonFullSyncFailed}

    {
     * The full synchronization replication of the %1 database from the
     * primary domain controller %2 failed with the following error: %n%3
     }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -