|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 3912 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 3908 of file winnt_old.h.
| GUID _REPARSE_GUID_DATA_BUFFER::ReparseGuid |
Definition at line 7208 of file iotypes.h.
Referenced by compat_FsRtlValidateReparsePointBuffer(), and FsRtlValidateReparsePointBuffer().
| ULONG _REPARSE_GUID_DATA_BUFFER::ReparseTag |
Definition at line 7205 of file iotypes.h.
Referenced by test_junction_points().
| DWORD _REPARSE_GUID_DATA_BUFFER::ReparseTag |
Definition at line 3907 of file winnt_old.h.
| WORD _REPARSE_GUID_DATA_BUFFER::Reserved |
Definition at line 3909 of file winnt_old.h.