Class NTSecApi.LSA_FOREST_TRUST_INFORMATION

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

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

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

    • LSA_FOREST_TRUST_INFORMATION

      public LSA_FOREST_TRUST_INFORMATION()
  • Method Details