OPEN_REPARSE_LIST struttura (ntifs.h)

Punta a un elenco di strutture OPEN_REPARSE_LIST_ENTRY che specificano il tag e possibilmente GUID che devono essere aperti direttamente senza restituire STATUS_REPARSE.

Sintassi

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

Members

OpenReparseList

Puntatore a un elenco di strutture OPEN_REPARSE_LIST_ENTRY che specificano il tag e possibilmente GUID che devono essere aperti direttamente senza restituire STATUS_REPARSE.

Requisiti

Requisito Valore
Client minimo supportato Windows 10 versione 1607
Server minimo supportato Windows Server 2016
Intestazione ntifs.h