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 Classes Modifier and Type Class Description static classWinevt.EVT_RPC_LOGIN.ByReferencestatic classWinevt.EVT_RPC_LOGIN.ByValue- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description java.lang.StringDomainThe domain to which the user account belongs.intFlagsThe authentication method to use to authenticate the user when connecting to the remote computer.java.lang.StringPasswordThe password for the user account.java.lang.StringServerThe name of the remote computer to connect to.java.lang.StringUserThe 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 SummaryConstructors 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)
 - 
Method Summary- 
Methods 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 Detail- 
Serverpublic java.lang.String Server The name of the remote computer to connect to.
 - 
Userpublic java.lang.String User The user name to use to connect to the remote computer.
 - 
Domainpublic java.lang.String Domain The domain to which the user account belongs. Optional.
 - 
Passwordpublic java.lang.String Password The password for the user account.
 - 
Flagspublic int Flags The 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 Detail- 
EVT_RPC_LOGINpublic EVT_RPC_LOGIN() 
 - 
EVT_RPC_LOGINpublic EVT_RPC_LOGIN(java.lang.String Server, java.lang.String User, java.lang.String Domain, java.lang.String Password, int Flags)
 - 
EVT_RPC_LOGINpublic EVT_RPC_LOGIN(Pointer peer) 
 
- 
 
-