OPEN_REPARSE_LIST structure
Points to a list of OPEN_REPARSE_LIST_ENTRY structures that specify the tag and possibly GUID that should be opened directly without returning STATUS_REPARSE.
Syntax
typedef struct _OPEN_REPARSE_LIST {
LIST_ENTRY OpenReparseList;
} OPEN_REPARSE_LIST, *POPEN_REPARSE_LIST;
Members
- OpenReparseList
A pointer to a list of OPEN_REPARSE_LIST_ENTRY structures that specify the tag and possibly GUID that should be opened directly without returning STATUS_REPARSE.
Requirements
Minimum supported client |
Windows 10, version 1607 |
Minimum supported server |
Windows Server 2016 |
Header |
Ntifs.h |