|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
OpenEventLog
The OpenEventLog function opens a handle of an event log.
HANDLE OpenEventLog(
LPCTSTR lpUNCServerName, // pointer to server name LPCTSTR lpSourceName // pointer to source name );
Parameters
lpUNCServerName
Points to a null-terminated string that specifies the Universal Naming Convention (UNC) name of the server on which the event log is to be opened. If this parameter is NULL, the log is opened on the local computer.
lpSourceName
Points to a null-terminated string that specifies the name of the source that the returned handle will reference. The source name must be a subkey of a logfile entry under the EventLog key in the registry. For example, the source name WinApp would be valid if the registry had the following form:
HKEY_LOCAL_MACHINE System CurrentControlSet Services EventLog Application WinApp Security System
If the source name cannot be found, the event logging service uses the Application logfile with no message files for the event identifier or category.
Return Values
If the function succeeds, the return value is the handle of an event log. If the function fails, the return value is NULL. To get extended error information, call GetLastError.
See Also
ClearEventLog, CloseEventLog, GetNumberOfEventLogRecords, GetOldestEventLogRecord, ReadEventLog, ReportEvent
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
OpenEventLog
Функция OpenEventLog открывает ручку бревна случая.
РУЧКА OpenEventLog(
LPCTSTR lpUNCServerName, // УКАЗАТЕЛЬ в имя сервера LPCTSTR lpSourceName // указатель в исходное имя );
Параметры
lpUNCServerName
Точки на недействительный расторгнутую строку, которые определяют Универсальные ОБОЗНАЧЕНИЯ (UNC) имя сервера на которых протокол события должен быть открыт. Если этот параметр НЕДЕЙСТВИТЕЛЕН, протокол открыт в локальном компьютере.
lpSourceName
Точки на недействительный расторгнутую строку, которые определяют имя источника, что возвращанная ручка ссшлется. Исходное имя должно быть подключом входа logfile под клавишей EventLog в регистрации. Например, исходное имя WinApp должно быть в силе если регистрация имела следующее формы:
Система HKEY_LOCAL_MACHINE CurrentControlSet ОБСЛУЖИВАЕТ Систему Охраны EventLog Application WinApp
Если исходное имя не может быть обнаружено, событие, регистрирующее услугу использует Прикладной logfile без файлов сообщения для идентификатора события или категории.
Обратные Величины
Если функция добивается успеха, обратная величина является ручкой протокола события. Если функция терпит неудачу, обратная величина НЕДЕЙСТВИТЕЛЬНА. Для того, чтобы расширять информацию ошибки, вызовите GetLastError.
Смотри Также
ClearEventLog, CloseEventLog, GetNumberOfEventLogRecords, GetOldestEventLogRecord, ReadEventLog, ReportEvent
|
|
|
|
| |