estructura IO_FOEXT_SILO_PARAMETERS (ntddk.h)

Esta estructura 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 la versión de la estructura.

HasHardReference

SpareFlags

Flags

SiloContext

Contexto del contenedor.

Requisitos

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