[This is preliminary documentation and subject to change.]
The REPARSE_DATA_BUFFER structure contains information about a reparse point. Each reparse point contains one instance of a REPARSE_DATA_BUFFER.
typedef struct _REPARSE_DATA_BUFFER {
ULONG ReparseTag;
USHORT ReparseDataLength;
USHORT Reserved;
UCHAR DataBuffer[1];
} REPARSE_DATA_BUFFER;
For more information, see Reparse Point Tags.
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in winnt.h.
Device Input and Output Overview, Device Input and Output Structures, FSCTL_GET_REPARSE_POINT, Reparse Points