DictionaryForumContacts

 Toy Cru

link 28.03.2007 23:11 
Subject: Описание EVENTLOGRECORD из MSDN progr.
Это небольшой кусочек технического текста из MSDN
...Мне очень необходим для написания программы!!
Буду очень рад, если кто-нибудь в хотябы в двух словах опишет его суть.

The defined members are followed by the replacement strings for the message identified by the event identifier, the binary information, some pad bytes to make sure the full entry is on a DWORD boundary, and finally the length of the log entry again. Because the strings and the binary information can be of any length, no structure members are defined to reference them. The declaration of this structure in Winnt.h describes these members as follows:
// WCHAR SourceNameћ
// WCHAR Computernameћ
// SID UserSid
// WCHAR Stringsћ
// BYTE Dataћ
// CHAR Padћ
// DWORD Length;
The source name is a variable-length string that specifies the name of the event source. The computer name is the name of the computer that generated the event. It may be followed with some padding bytes so that the user SID is aligned on a DWORD boundary. The user SID identifies the active user at the time this event was logged. If UserSidLength is zero, this field may be empty.

 Brains

link 28.03.2007 23:37 
А как это можно програмить, не умея читать по-английски? Вы точно голову не морочите?

 Enote

link 29.03.2007 4:36 
а что именно непонятно? лень набивать...

 

You need to be logged in to post in the forum