public static class Advapi32Util.EventLogRecord extends Object
Constructor | Description |
---|---|
EventLogRecord(Pointer pevlr) |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getData() |
Raw data associated with the record.
|
int |
getEventId() |
Event Id.
|
int |
getLength() |
Record length, with data.
|
WinNT.EVENTLOGRECORD |
getRecord() |
Raw record data.
|
int |
getRecordNumber() |
Record number of the record.
|
String |
getSource() |
Event source.
|
int |
getStatusCode() |
Status code for the facility, part of the Event ID.
|
String[] |
getStrings() |
Strings associated with this event.
|
Advapi32Util.EventLogType |
getType() |
Event log type.
|
public EventLogRecord(Pointer pevlr)
public WinNT.EVENTLOGRECORD getRecord()
public int getEventId()
public String getSource()
public int getStatusCode()
public int getRecordNumber()
public int getLength()
public String[] getStrings()
public Advapi32Util.EventLogType getType()
public byte[] getData()