ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <iotypes.h>
Public Attributes | |
ULONG | ReparseTag |
USHORT | ReparseDataLength |
USHORT | Reserved |
GUID | ReparseGuid |
struct { | |
UCHAR DataBuffer [1] | |
} | GenericReparseBuffer |
DWORD | ReparseTag |
WORD | ReparseDataLength |
WORD | Reserved |
struct { | |
BYTE DataBuffer [1] | |
} | GenericReparseBuffer |
BYTE _REPARSE_GUID_DATA_BUFFER::DataBuffer[1] |
Definition at line 3718 of file winnt_old.h.
struct { ... } _REPARSE_GUID_DATA_BUFFER::GenericReparseBuffer |
struct { ... } _REPARSE_GUID_DATA_BUFFER::GenericReparseBuffer |
WORD _REPARSE_GUID_DATA_BUFFER::ReparseDataLength |
Definition at line 3714 of file winnt_old.h.
GUID _REPARSE_GUID_DATA_BUFFER::ReparseGuid |
Definition at line 7205 of file iotypes.h.
Referenced by compat_FsRtlValidateReparsePointBuffer(), and FsRtlValidateReparsePointBuffer().
ULONG _REPARSE_GUID_DATA_BUFFER::ReparseTag |
Definition at line 7202 of file iotypes.h.
Referenced by test_junction_points().
DWORD _REPARSE_GUID_DATA_BUFFER::ReparseTag |
Definition at line 3713 of file winnt_old.h.
WORD _REPARSE_GUID_DATA_BUFFER::Reserved |
Definition at line 3715 of file winnt_old.h.