|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
AUDIT_ENTRY
The AUDIT_ENTRY structure contains audit entry information about specified servers.
typedef struct _AUDIT_ENTRY { DWORD ae_len; DWORD ae_reserved; DWORD ae_time; DWORD ae_type; DWORD ae_data_offset; DWORD ae_data_size; } AUDIT_ENTRY, *PAUDIT_ENTRY, *LPAUDIT_ENTRY;
Members
ae_len
Specifies the length of the audit entry. Both have the same value. This element is included at the beginning and at the end of the audit entry to enable both backward and forward scanning of the log.
ae_reserved
Reserved.
ae_time
Specifies when the audit entry was generated. The value is stored as the number of seconds elapsed since 00:00:00, January 1, 1970.
ae_type
Specifies the type of audit entry. Type values from 0x0000 through 0x07FF are reserved. OEMs and other application programmers can reserve values from 0x0800 through 0xFFFF.
ae_data_offset
Specifies the byte offset from the beginning of the audit entry to the beginning of the variable-length portion (ae_data) of the audit entry.
ae_data_size
Specifies the variable-length portion of the audit entry; it differs depending on the type of entry specified by ae_type. The information begins at ae_data_offset bytes from the top of the audit entry.
See Also
NetAuditRead
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
AUDIT_ENTRY
Структура AUDIT_ENTRY содержит информацию входа проверки об определенных серверах.
typedef struct _AUDIT_ENTRY { ae_len DWORD; ae_reserved DWORD; ae_time DWORD; ae_type DWORD; ae_data_offset DWORD; ae_data_size DWORD; } AUDIT_ENTRY, *PAUDIT_ENTRY, *LPAUDIT_ENTRY;
Участники
ae_len
Определяет длину входа проверки. Оба имеют ту же величину. Этот элемент включен в начале и в конце входа проверки, чтобы приспосабливаться как отсталое так и форвардное сканирование протокола.
ae_reserved
Зарезервированное.
ae_time
Определяется когда вход проверки был сгенерирован. Величина загружена как время в секундах проходило с 00:00:00, 1 Январь, 1970.
ae_type
Определяет тип входа проверки. Величины Типа из 0x0000 через 0x07FF зарезервированы. OEMs И другие прикладные программисты могут зарезервировать величины из 0x0800 через 0xFFFF.
ae_data_offset
Определяет байтовое смещение от начала входа проверки до начала переменной длины части (ae_data) входа проверки.
ae_data_size
Определяет переменную длину части входа проверки; это отличается в зависимости от типа входа определенного ae_type. Информация начинается в ae_data_offset байтах с верха входа проверки.
Смотри Также
NetAuditRead
|
|
|
|