Klasse LMAccess.GROUP_INFO_1

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.LMAccess.GROUP_INFO_1
Umschließende Schnittstelle:
LMAccess

@FieldOrder({"grpi1_name","grpi1_comment"}) public static class LMAccess.GROUP_INFO_1 extends Structure
The GROUP_INFO_1 structure contains a global group name and a comment to associate with the group.
  • Felddetails

    • grpi1_name

      public String grpi1_name
      Pointer to a null-terminated Unicode character string that specifies the name of the global group.
    • grpi1_comment

      public String grpi1_comment
      Pointer to a null-terminated Unicode character string that specifies a remark associated with the global group. This member can be a null string. The comment can contain MAXCOMMENTSZ characters.
  • Konstruktordetails

    • GROUP_INFO_1

      public GROUP_INFO_1()
    • GROUP_INFO_1

      public GROUP_INFO_1(Pointer memory)