Class WinRas.RASDEVSPECIFICINFO

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinRas.RASDEVSPECIFICINFO
Enclosing interface:
WinRas

@FieldOrder({"dwSize","pbDevSpecificInfo"}) public static class WinRas.RASDEVSPECIFICINFO extends Structure
The RASDEVSPECIFICINFO structure is used to send a cookie for server validation and bypass point-to-point (PPP) authentication.
  • Field Details

    • dwSize

      public int dwSize
      The size, in bytes, of the cookie in pbDevSpecificInfo.
    • pbDevSpecificInfo

      public Pointer pbDevSpecificInfo
      A pointer to a BLOB that contains the authentication cookie.
  • Constructor Details

    • RASDEVSPECIFICINFO

      public RASDEVSPECIFICINFO()
    • RASDEVSPECIFICINFO

      public RASDEVSPECIFICINFO(Pointer memory)
    • RASDEVSPECIFICINFO

      public RASDEVSPECIFICINFO(byte[] data)
    • RASDEVSPECIFICINFO

      public RASDEVSPECIFICINFO(String s)
  • Method Details

    • getData

      public byte[] getData()
      Get byte data.
      Returns:
      Byte data or null.