struttura OPEN_REPARSE_LIST (ntifs.h)
Punta a un elenco di strutture OPEN_REPARSE_LIST_ENTRY che specificano il tag ed eventualmente 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;
Membri
OpenReparseList
Puntatore a un elenco di strutture OPEN_REPARSE_LIST_ENTRY che specificano il tag ed eventualmente GUID che devono essere aperti direttamente senza restituire STATUS_REPARSE.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 10, versione 1607 |
server minimo supportato | Windows Server 2016 |
intestazione |
ntifs.h |