Winevt.EVT_RPC_LOGIN.ByReference
, Winevt.EVT_RPC_LOGIN.ByValue
@FieldOrder({"Server","User","Domain","Password","Flags"}) public static class Winevt.EVT_RPC_LOGIN extends Structure
Modifier and Type | Class | Description |
---|---|---|
static class |
Winevt.EVT_RPC_LOGIN.ByReference |
|
static class |
Winevt.EVT_RPC_LOGIN.ByValue |
Structure.FieldOrder, Structure.StructField
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
Domain |
The domain to which the user account belongs.
|
int |
Flags |
The authentication method to use to authenticate the user when connecting to the remote computer.
|
java.lang.String |
Password |
The password for the user account.
|
java.lang.String |
Server |
The name of the remote computer to connect to.
|
java.lang.String |
User |
The user name to use to connect to the remote computer.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor | Description |
---|---|
EVT_RPC_LOGIN() |
|
EVT_RPC_LOGIN(Pointer peer) |
|
EVT_RPC_LOGIN(java.lang.String Server,
java.lang.String User,
java.lang.String Domain,
java.lang.String Password,
int Flags) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public java.lang.String Server
public java.lang.String User
public java.lang.String Domain
public java.lang.String Password
public int Flags
Winevt.EVT_RPC_LOGIN_FLAGS
enumeration.public EVT_RPC_LOGIN()
public EVT_RPC_LOGIN(java.lang.String Server, java.lang.String User, java.lang.String Domain, java.lang.String Password, int Flags)
public EVT_RPC_LOGIN(Pointer peer)