estructura OPEN_REPARSE_LIST (ntifs.h)

Apunta a una lista de estructuras de OPEN_REPARSE_LIST_ENTRY que especifican la etiqueta y posiblemente el GUID que se debe abrir directamente sin devolver STATUS_REPARSE.

Sintaxis

typedef struct _OPEN_REPARSE_LIST {
  LIST_ENTRY OpenReparseList;
} OPEN_REPARSE_LIST, *POPEN_REPARSE_LIST;

Miembros

OpenReparseList

Puntero a una lista de estructuras de OPEN_REPARSE_LIST_ENTRY que especifican la etiqueta y posiblemente guid que se debe abrir directamente sin devolver STATUS_REPARSE.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10, versión 1607
Servidor mínimo compatible Windows Server 2016
Encabezado ntifs.h