IO_FOEXT_SILO_PARAMETERS structure (ntddk.h)

This structure describes the Container context that's identified by the IoGetSiloParameters routine.

Syntax

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

The length of the structure. This also serves as the structure version.

HasHardReference

SpareFlags

Flags

SiloContext

The container context.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1607
Minimum supported server Windows Server 2016
Header ntddk.h