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
  • Field Details

    • Server

      public String Server
      The name of the remote computer to connect to.
    • User

      public String User
      The user name to use to connect to the remote computer.
    • Domain

      public String Domain
      The domain to which the user account belongs. Optional.
    • Password

      public String Password
      The password for the user account.
    • Flags

      public int Flags
      The authentication method to use to authenticate the user when connecting to the remote computer. For possible authentication methods, see the Winevt.EVT_RPC_LOGIN_FLAGS enumeration.
  • Constructor Details

    • EVT_RPC_LOGIN

      public EVT_RPC_LOGIN()
    • EVT_RPC_LOGIN

      public EVT_RPC_LOGIN(String Server, String User, String Domain, String Password, int Flags)
    • EVT_RPC_LOGIN

      public EVT_RPC_LOGIN(Pointer peer)