Klasse Ntifs.REPARSE_DATA_BUFFER

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

@FieldOrder({"ReparseTag","ReparseDataLength","Reserved","u"}) public static class Ntifs.REPARSE_DATA_BUFFER extends Structure
The REPARSE_DATA_BUFFER structure contains reparse point data for a Microsoft reparse point. (Third-party reparse point owners must use the REPARSE_GUID_DATA_BUFFER structure instead.)
  • Felddetails

    • ReparseTag

      public int ReparseTag
      Reparse point tag. Must be a Microsoft reparse point tag.
    • ReparseDataLength

      public short ReparseDataLength
      Size, in bytes, of the reparse data in the DataBuffer member.
    • Reserved

      public short Reserved
      Length, in bytes, of the unparsed portion of the file name pointed to by the FileName member of the associated file object. For more information about the FileName member, see FILE_OBJECT. This member is only valid for create operations when the I/O fails with STATUS_REPARSE. For all other purposes, such as setting or querying a reparse point for the reparse data, this member is treated as reserved.
    • u

  • Konstruktordetails

    • REPARSE_DATA_BUFFER

      public REPARSE_DATA_BUFFER()
    • REPARSE_DATA_BUFFER

      public REPARSE_DATA_BUFFER(int ReparseTag, short Reserved)
    • REPARSE_DATA_BUFFER

      public REPARSE_DATA_BUFFER(int ReparseTag, short Reserved, Ntifs.SymbolicLinkReparseBuffer symLinkReparseBuffer)
    • REPARSE_DATA_BUFFER

      public REPARSE_DATA_BUFFER(Pointer memory)
  • Methodendetails

    • sizeOf

      public static int sizeOf()
    • getSize

      public int getSize()
      Gibt zurück:
      size of the structure considering the ReparseDataLength size
    • read

      public void read()
      Beschreibung aus Klasse kopiert: Structure
      Reads the fields of the struct from native memory
      Setzt außer Kraft:
      read in Klasse Structure