Klasse NTSecApi.LSA_FOREST_TRUST_INFORMATION

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

@FieldOrder({"RecordCount","Entries"}) public static class NTSecApi.LSA_FOREST_TRUST_INFORMATION extends Structure
  • Felddetails

    • RecordCount

      public int RecordCount
      Number of LSA_FOREST_TRUST_RECORD structures in the array pointed to by the Entries member.
    • Entries

      Pointer to a pointer to an array of LSA_FOREST_TRUST_RECORD structures, each of which contains one piece of forest trust information.
  • Konstruktordetails

    • LSA_FOREST_TRUST_INFORMATION

      public LSA_FOREST_TRUST_INFORMATION()
  • Methodendetails

    • getEntries

      public NTSecApi.PLSA_FOREST_TRUST_RECORD[] getEntries()
      Get an array of LSA_FOREST_TRUST_RECORD entries.
      Gibt zurück:
      An array of forest trust records.