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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.sun.jna.StructureStructure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionThe domain to which the user account belongs.intThe 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.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructorsConstructorDescriptionEVT_RPC_LOGIN(Pointer peer) EVT_RPC_LOGIN(String Server, String User, String Domain, String Password, int Flags) 
- 
Method SummaryMethods inherited from class com.sun.jna.StructureallocateMemory, 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- 
ServerThe name of the remote computer to connect to.
- 
UserThe user name to use to connect to the remote computer.
- 
DomainThe domain to which the user account belongs. Optional.
- 
PasswordThe password for the user account.
- 
Flagspublic 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_FLAGSenumeration.
 
- 
- 
Constructor Details- 
EVT_RPC_LOGINpublic EVT_RPC_LOGIN()
- 
EVT_RPC_LOGIN
- 
EVT_RPC_LOGIN
 
-