Klasse WinRas.RASCREDENTIALS

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinRas.RASCREDENTIALS
Bekannte direkte Unterklassen:
WinRas.RASCREDENTIALS.ByReference
Umschließende Schnittstelle:
WinRas

@FieldOrder({"dwSize","dwMask","szUserName","szPassword","szDomain"}) public static class WinRas.RASCREDENTIALS extends Structure
The RASCREDENTIALS structure is used with the RasGetCredentials and RasSetCredentials functions to specify the user credentials associated with a RAS phone-book entry.
  • Felddetails

    • dwSize

      public int dwSize
      Specifies the size, in bytes, of the RASCREDENTIALS structure.
    • dwMask

      public int dwMask
      Specifies a set of bit flags. These flags indicate the members of this structure that are valid. On input, set the flags to indicate the members of interest.
    • szUserName

      public char[] szUserName
      Specifies a null-terminated string that contains a user name.
    • szPassword

      public char[] szPassword
      Specifies a null-terminated string that contains a password.
    • szDomain

      public char[] szDomain
      A null-terminated string that contains a domain name.
  • Konstruktordetails

    • RASCREDENTIALS

      public RASCREDENTIALS()
    • RASCREDENTIALS

      public RASCREDENTIALS(Pointer memory)