Compartir a través de


estructura IO_FOEXT_SILO_PARAMETERS (ntddk.h)

En esta estructura se describe el contexto de contenedor identificado por la rutina IoGetSiloParameters.

Sintaxis

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;

Miembros

Length

Longitud de la estructura. Esto también sirve como versión de la estructura.

HasHardReference

SpareFlags

Flags

SiloContext

Contexto del contenedor.

Requisitos

Requisito Valor
cliente mínimo admitido Windows 10, versión 1607
servidor mínimo admitido Windows Server 2016
encabezado de ntddk.h