📄 jwapdhmsg.pas
字号:
// MessageId: PDH_DATA_SOURCE_IS_LOG_FILE
//
// MessageText:
//
// The specified data source is a log file.
//
PDH_DATA_SOURCE_IS_LOG_FILE = DWORD($C0000BCE);
{$EXTERNALSYM PDH_DATA_SOURCE_IS_LOG_FILE}
//
// MessageId: PDH_DATA_SOURCE_IS_REAL_TIME
//
// MessageText:
//
// The specified data source is the current activity.
//
PDH_DATA_SOURCE_IS_REAL_TIME = DWORD($C0000BCF);
{$EXTERNALSYM PDH_DATA_SOURCE_IS_REAL_TIME}
//
// MessageId: PDH_UNABLE_READ_LOG_HEADER
//
// MessageText:
//
// The log file header could not be read.
//
PDH_UNABLE_READ_LOG_HEADER = DWORD($C0000BD0);
{$EXTERNALSYM PDH_UNABLE_READ_LOG_HEADER}
//
// MessageId: PDH_FILE_NOT_FOUND
//
// MessageText:
//
// Unable to find the specified file.
//
PDH_FILE_NOT_FOUND = DWORD($C0000BD1);
{$EXTERNALSYM PDH_FILE_NOT_FOUND}
//
// MessageId: PDH_FILE_ALREADY_EXISTS
//
// MessageText:
//
// There is already a file with the specified file name.
//
PDH_FILE_ALREADY_EXISTS = DWORD($C0000BD2);
{$EXTERNALSYM PDH_FILE_ALREADY_EXISTS}
//
// MessageId: PDH_NOT_IMPLEMENTED
//
// MessageText:
//
// The function referenced has not been implemented.
//
PDH_NOT_IMPLEMENTED = DWORD($C0000BD3);
{$EXTERNALSYM PDH_NOT_IMPLEMENTED}
//
// MessageId: PDH_STRING_NOT_FOUND
//
// MessageText:
//
// Unable to find the specified string in the list of performance name and
// explain text strings.
//
PDH_STRING_NOT_FOUND = DWORD($C0000BD4);
{$EXTERNALSYM PDH_STRING_NOT_FOUND}
//
// MessageId: PDH_UNABLE_MAP_NAME_FILES
//
// MessageText:
//
// Unable to map to the performance counter name data files. The data
// will be read from the registry and stored locally.
//
PDH_UNABLE_MAP_NAME_FILES = DWORD($80000BD5);
{$EXTERNALSYM PDH_UNABLE_MAP_NAME_FILES}
//
// MessageId: PDH_UNKNOWN_LOG_FORMAT
//
// MessageText:
//
// The format of the specified log file is not recognized by the PDH DLL.
//
PDH_UNKNOWN_LOG_FORMAT = DWORD($C0000BD6);
{$EXTERNALSYM PDH_UNKNOWN_LOG_FORMAT}
//
// MessageId: PDH_UNKNOWN_LOGSVC_COMMAND
//
// MessageText:
//
// The specified Log Service command value is not recognized.
//
PDH_UNKNOWN_LOGSVC_COMMAND = DWORD($C0000BD7);
{$EXTERNALSYM PDH_UNKNOWN_LOGSVC_COMMAND}
//
// MessageId: PDH_LOGSVC_QUERY_NOT_FOUND
//
// MessageText:
//
// The specified Query from the Log Service could not be found or could not
// be opened.
//
PDH_LOGSVC_QUERY_NOT_FOUND = DWORD($C0000BD8);
{$EXTERNALSYM PDH_LOGSVC_QUERY_NOT_FOUND}
//
// MessageId: PDH_LOGSVC_NOT_OPENED
//
// MessageText:
//
// The Performance Data Log Service key could not be opened. This may be due
// to insufficient privilege or because the service has not been installed.
//
PDH_LOGSVC_NOT_OPENED = DWORD($C0000BD9);
{$EXTERNALSYM PDH_LOGSVC_NOT_OPENED}
//
// MessageId: PDH_WBEM_ERROR
//
// MessageText:
//
// An error occured while accessing the WBEM data store.
//
PDH_WBEM_ERROR = DWORD($C0000BDA);
{$EXTERNALSYM PDH_WBEM_ERROR}
//
// MessageId: PDH_ACCESS_DENIED
//
// MessageText:
//
// Unable to access the desired machine or service. Check the permissions and
// authentication of the log service or the interactive user session against
// those on the machine or service being monitored.
//
PDH_ACCESS_DENIED = DWORD($C0000BDB);
{$EXTERNALSYM PDH_ACCESS_DENIED}
//
// MessageId: PDH_LOG_FILE_TOO_SMALL
//
// MessageText:
//
// The maximum log file size specified is too small to log the selected counters.
// No data will be recorded in this log file. Specify a smaller set of counters
// to log or a larger file size and retry this call.
//
PDH_LOG_FILE_TOO_SMALL = DWORD($C0000BDC);
{$EXTERNALSYM PDH_LOG_FILE_TOO_SMALL}
//
// MessageId: PDH_INVALID_DATASOURCE
//
// MessageText:
//
// Cannot connect to ODBC DataSource Name.
//
PDH_INVALID_DATASOURCE = DWORD($C0000BDD);
{$EXTERNALSYM PDH_INVALID_DATASOURCE}
//
// MessageId: PDH_INVALID_SQLDB
//
// MessageText:
//
// SQL Database does not contain a valid set of tables for Perfmon, use PdhCreateSQLTables.
//
PDH_INVALID_SQLDB = DWORD($C0000BDE);
{$EXTERNALSYM PDH_INVALID_SQLDB}
//
// MessageId: PDH_NO_COUNTERS
//
// MessageText:
//
// No counters were found for this Perfmon SQL Log Set.
//
PDH_NO_COUNTERS = DWORD($C0000BDF);
{$EXTERNALSYM PDH_NO_COUNTERS}
//
// MessageId: PDH_SQL_ALLOC_FAILED
//
// MessageText:
//
// Call to SQLAllocStmt failed with %1.
//
PDH_SQL_ALLOC_FAILED = DWORD($C0000BE0);
{$EXTERNALSYM PDH_SQL_ALLOC_FAILED}
//
// MessageId: PDH_SQL_ALLOCCON_FAILED
//
// MessageText:
//
// Call to SQLAllocConnect failed with %1.
//
PDH_SQL_ALLOCCON_FAILED = DWORD($C0000BE1);
{$EXTERNALSYM PDH_SQL_ALLOCCON_FAILED}
//
// MessageId: PDH_SQL_EXEC_DIRECT_FAILED
//
// MessageText:
//
// Call to SQLExecDirect failed with %1.
//
PDH_SQL_EXEC_DIRECT_FAILED = DWORD($C0000BE2);
{$EXTERNALSYM PDH_SQL_EXEC_DIRECT_FAILED}
//
// MessageId: PDH_SQL_FETCH_FAILED
//
// MessageText:
//
// Call to SQLFetch failed with %1.
//
PDH_SQL_FETCH_FAILED = DWORD($C0000BE3);
{$EXTERNALSYM PDH_SQL_FETCH_FAILED}
//
// MessageId: PDH_SQL_ROWCOUNT_FAILED
//
// MessageText:
//
// Call to SQLRowCount failed with %1.
//
PDH_SQL_ROWCOUNT_FAILED = DWORD($C0000BE4);
{$EXTERNALSYM PDH_SQL_ROWCOUNT_FAILED}
//
// MessageId: PDH_SQL_MORE_RESULTS_FAILED
//
// MessageText:
//
// Call to SQLMoreResults failed with %1.
//
PDH_SQL_MORE_RESULTS_FAILED = DWORD($C0000BE5);
{$EXTERNALSYM PDH_SQL_MORE_RESULTS_FAILED}
//
// MessageId: PDH_SQL_CONNECT_FAILED
//
// MessageText:
//
// Call to SQLConnect failed with %1.
//
PDH_SQL_CONNECT_FAILED = DWORD($C0000BE6);
{$EXTERNALSYM PDH_SQL_CONNECT_FAILED}
//
// MessageId: PDH_SQL_BIND_FAILED
//
// MessageText:
//
// Call to SQLBindCol failed with %1.
//
PDH_SQL_BIND_FAILED = DWORD($C0000BE7);
{$EXTERNALSYM PDH_SQL_BIND_FAILED}
//
// MessageId: PDH_CANNOT_CONNECT_WMI_SERVER
//
// MessageText:
//
// Unable to connect to the WMI server on requested machine.
//
PDH_CANNOT_CONNECT_WMI_SERVER = DWORD($C0000BE8);
{$EXTERNALSYM PDH_CANNOT_CONNECT_WMI_SERVER}
//
// MessageId: PDH_PLA_COLLECTION_ALREADY_RUNNING
//
// MessageText:
//
// Collection "%1!s!" is already running.
//
PDH_PLA_COLLECTION_ALREADY_RUNNING = DWORD($C0000BE9);
{$EXTERNALSYM PDH_PLA_COLLECTION_ALREADY_RUNNING}
//
// MessageId: PDH_PLA_ERROR_SCHEDULE_OVERLAP
//
// MessageText:
//
// The specified start time is after the end time.
//
PDH_PLA_ERROR_SCHEDULE_OVERLAP = DWORD($C0000BEA);
{$EXTERNALSYM PDH_PLA_ERROR_SCHEDULE_OVERLAP}
//
// MessageId: PDH_PLA_COLLECTION_NOT_FOUND
//
// MessageText:
//
// Collection "%1!s!" does not exist.
//
PDH_PLA_COLLECTION_NOT_FOUND = DWORD($C0000BEB);
{$EXTERNALSYM PDH_PLA_COLLECTION_NOT_FOUND}
//
// MessageId: PDH_PLA_ERROR_SCHEDULE_ELAPSED
//
// MessageText:
//
// The specified end time has already elapsed.
//
PDH_PLA_ERROR_SCHEDULE_ELAPSED = DWORD($C0000BEC);
{$EXTERNALSYM PDH_PLA_ERROR_SCHEDULE_ELAPSED}
//
// MessageId: PDH_PLA_ERROR_NOSTART
//
// MessageText:
//
// Collection "%1!s!" did not start, check the application event log for any errors.
//
PDH_PLA_ERROR_NOSTART = DWORD($C0000BED);
{$EXTERNALSYM PDH_PLA_ERROR_NOSTART}
//
// MessageId: PDH_PLA_ERROR_ALREADY_EXISTS
//
// MessageText:
//
// Collection "%1!s!" already exists.
//
PDH_PLA_ERROR_ALREADY_EXISTS = DWORD($C0000BEE);
{$EXTERNALSYM PDH_PLA_ERROR_ALREADY_EXISTS}
//
// MessageId: PDH_PLA_ERROR_TYPE_MISMATCH
//
// MessageText:
//
// There is a mismatch in the settings type.
//
PDH_PLA_ERROR_TYPE_MISMATCH = DWORD($C0000BEF);
{$EXTERNALSYM PDH_PLA_ERROR_TYPE_MISMATCH}
//
// MessageId: PDH_PLA_ERROR_FILEPATH
//
// MessageText:
//
// The information specified does not resolve to a valid path name.
//
PDH_PLA_ERROR_FILEPATH = DWORD($C0000BF0);
{$EXTERNALSYM PDH_PLA_ERROR_FILEPATH}
//
// MessageId: PDH_PLA_SERVICE_ERROR
//
// MessageText:
//
// The "Performance Logs & Alerts" service did not repond.
//
PDH_PLA_SERVICE_ERROR = DWORD($C0000BF1);
{$EXTERNALSYM PDH_PLA_SERVICE_ERROR}
//
// MessageId: PDH_PLA_VALIDATION_ERROR
//
// MessageText:
//
// The information passed is not valid.
//
PDH_PLA_VALIDATION_ERROR = DWORD($C0000BF2);
{$EXTERNALSYM PDH_PLA_VALIDATION_ERROR}
//
// MessageId: PDH_PLA_VALIDATION_WARNING
//
// MessageText:
//
// The information passed is not valid.
//
PDH_PLA_VALIDATION_WARNING = DWORD($80000BF3);
{$EXTERNALSYM PDH_PLA_VALIDATION_WARNING}
//
// MessageId: PDH_PLA_ERROR_NAME_TOO_LONG
//
// MessageText:
//
// The name supplied is too long.
//
PDH_PLA_ERROR_NAME_TOO_LONG = DWORD($C0000BF4);
{$EXTERNALSYM PDH_PLA_ERROR_NAME_TOO_LONG}
//
// MessageId: PDH_INVALID_SQL_LOG_FORMAT
//
// MessageText:
//
// SQL log format is incorrect. Correct format is "SQL:<DSN-name>!<LogSet-Name>".
//
PDH_INVALID_SQL_LOG_FORMAT = DWORD($C0000BF5);
{$EXTERNALSYM PDH_INVALID_SQL_LOG_FORMAT}
//
// MessageId: PDH_COUNTER_ALREADY_IN_QUERY
//
// MessageText:
//
// Performance counter in PdhAddCounter() call has already been added
// in the performacne query. This counter is ignored.
//
PDH_COUNTER_ALREADY_IN_QUERY = DWORD($C0000BF6);
{$EXTERNALSYM PDH_COUNTER_ALREADY_IN_QUERY}
//
// MessageId: PDH_BINARY_LOG_CORRUPT
//
// MessageText:
//
// Unable to read counter information and data from input binary log files.
//
PDH_BINARY_LOG_CORRUPT = DWORD($C0000BF7);
{$EXTERNALSYM PDH_BINARY_LOG_CORRUPT}
//
// MessageId: PDH_LOG_SAMPLE_TOO_SMALL
//
// MessageText:
//
// At least one of the input binary log files contain fewer than two data samples.
//
PDH_LOG_SAMPLE_TOO_SMALL = DWORD($C0000BF8);
{$EXTERNALSYM PDH_LOG_SAMPLE_TOO_SMALL}
//
// MessageId: PDH_OS_LATER_VERSION
//
// MessageText:
//
// The version of the operating system on the computer named %1 is later than that on the local computer. This operation is not available from the local computer.
//
PDH_OS_LATER_VERSION = DWORD($C0000BF9);
{$EXTERNALSYM PDH_OS_LATER_VERSION}
//
// MessageId: PDH_OS_EARLIER_VERSION
//
// MessageText:
//
// %1 supports %2 or later. Check the operating system version on the computer named %3.
//
PDH_OS_EARLIER_VERSION = DWORD($C0000BFA);
{$EXTERNALSYM PDH_OS_EARLIER_VERSION}
//
// MessageId: PDH_INCORRECT_APPEND_TIME
//
// MessageText:
//
// The output file must contain earlier data than the file to be appended.
//
PDH_INCORRECT_APPEND_TIME = DWORD($C0000BFB);
{$EXTERNALSYM PDH_INCORRECT_APPEND_TIME}
//
// MessageId: PDH_UNMATCHED_APPEND_COUNTER
//
// MessageText:
//
// Both files must have identical counters in order to append.
//
PDH_UNMATCHED_APPEND_COUNTER = DWORD($C0000BFC);
{$EXTERNALSYM PDH_UNMATCHED_APPEND_COUNTER}
//
// MessageId: PDH_SQL_ALTER_DETAIL_FAILED
//
// MessageText:
//
// Cannot alter CounterDetail table layout in SQL database.
//
PDH_SQL_ALTER_DETAIL_FAILED = DWORD($C0000BFD);
{$EXTERNALSYM PDH_SQL_ALTER_DETAIL_FAILED}
//
// MessageId: PDH_QUERY_PERF_DATA_TIMEOUT
//
// MessageText:
//
// System is busy. Timeout when collecting counter data. Please retry later or increase "CollectTime" registry value.
//
PDH_QUERY_PERF_DATA_TIMEOUT = DWORD($C0000BFE);
{$EXTERNALSYM PDH_QUERY_PERF_DATA_TIMEOUT}
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -