Class Sspi.PSecPkgInfo

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Sspi.PSecPkgInfo
Direct Known Subclasses:
Sspi.PSecPkgInfo.ByReference
Enclosing interface:
Sspi

@FieldOrder("pPkgInfo") public static class Sspi.PSecPkgInfo extends Structure
A pointer to an array of SecPkgInfo structures.
  • Field Details

  • Constructor Details

    • PSecPkgInfo

      public PSecPkgInfo()
  • Method Details

    • toArray

      public Sspi.SecPkgInfo.ByReference[] toArray(int size)
      An array of SecPkgInfo structures.
      Overrides:
      toArray in class Structure
      Parameters:
      size - desired number of elements
      Returns:
      array of Structure (individual elements will be of the appropriate type, as will the Structure[]).