Class ShTypes.STRRET

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.ShTypes.STRRET
Enclosing interface:
ShTypes

@FieldOrder({"uType","u"}) public static class ShTypes.STRRET extends Structure
structure for returning strings from IShellFolder member functions
  • Field Details

  • Constructor Details

    • STRRET

      public STRRET()
    • STRRET

      public STRRET(Pointer p)
  • Method Details

    • read

      public void read()
      Description copied from class: Structure
      Reads the fields of the struct from native memory
      Overrides:
      read in class Structure