|
JNA API> 4.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.platform.win32.Advapi32Util.EventLogRecord
public static class Advapi32Util.EventLogRecord
An event log record.
Constructor Summary | |
---|---|
Advapi32Util.EventLogRecord(Pointer pevlr)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Advapi32Util.EventLogRecord(Pointer pevlr)
Method Detail |
---|
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()
|
JNA API> 4.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |