Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.win32

Class WinRas.RASCREDENTIALS

  • Direct Known Subclasses:
    WinRas.RASCREDENTIALS.ByReference
    Enclosing interface:
    WinRas


    @Structure.FieldOrder(value={"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.
    • Field Detail

      • 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.
    • Constructor Detail

      • RASCREDENTIALS

        public RASCREDENTIALS()
      • RASCREDENTIALS

        public RASCREDENTIALS(Pointer memory)
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.