Klasse Sspi.PSecPkgInfo

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

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

  • Konstruktordetails

    • PSecPkgInfo

      public PSecPkgInfo()
  • Methodendetails

    • toArray

      public Sspi.SecPkgInfo.ByReference[] toArray(int size)
      An array of SecPkgInfo structures.
      Setzt außer Kraft:
      toArray in Klasse Structure
      Parameter:
      size - desired number of elements
      Gibt zurück:
      array of Structure (individual elements will be of the appropriate type, as will the Structure[]).