IO_FOEXT_SILO_PARAMETERS struttura (ntddk.h)

Questa struttura descrive il contesto contenitore identificato dalla routine IoGetSiloParameters .

Sintassi

typedef struct _IO_FOEXT_SILO_PARAMETERS {
  ULONG  Length;
  union {
    struct {
      ULONG HasHardReference : 1;
      ULONG SpareFlags : 31;
    };
    ULONG Flags;
  };
  PESILO SiloContext;
} IO_FOEXT_SILO_PARAMETERS, *PIO_FOEXT_SILO_PARAMETERS;

Members

Length

Lunghezza della struttura. Questa operazione funge anche da versione della struttura.

HasHardReference

SpareFlags

Flags

SiloContext

Contesto del contenitore.

Requisiti

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