Package com.sun.jna.platform.win32
Class Winevt.EVT_RPC_LOGIN
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Winevt.EVT_RPC_LOGIN
- Direct Known Subclasses:
Winevt.EVT_RPC_LOGIN.ByReference
,Winevt.EVT_RPC_LOGIN.ByValue
- Enclosing interface:
- Winevt
@FieldOrder({"Server","User","Domain","Password","Flags"})
public static class Winevt.EVT_RPC_LOGIN
extends Structure
Contains the information used to connect to a remote computer.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa385566(v=vs.85).aspx
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.FieldOrder, Structure.StructField
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe domain to which the user account belongs.int
The authentication method to use to authenticate the user when connecting to the remote computer.The password for the user account.The name of the remote computer to connect to.The user name to use to connect to the remote computer.Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionEVT_RPC_LOGIN
(Pointer peer) EVT_RPC_LOGIN
(String Server, String User, String Domain, String Password, int Flags) -
Method Summary
Methods inherited from class com.sun.jna.Structure
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
-
Field Details
-
Server
The name of the remote computer to connect to. -
User
The user name to use to connect to the remote computer. -
Domain
The domain to which the user account belongs. Optional. -
Password
The password for the user account. -
Flags
public int FlagsThe authentication method to use to authenticate the user when connecting to the remote computer. For possible authentication methods, see theWinevt.EVT_RPC_LOGIN_FLAGS
enumeration.
-
-
Constructor Details
-
EVT_RPC_LOGIN
public EVT_RPC_LOGIN() -
EVT_RPC_LOGIN
-
EVT_RPC_LOGIN
-