IO_FOEXT_SILO_PARAMETERS structure (ntddk.h)
Cette structure décrit le contexte de conteneur identifié par la routine IoGetSiloParameters .
Syntaxe
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;
Membres
Length
Longueur de la structure. Cela sert également de version de structure.
HasHardReference
SpareFlags
Flags
SiloContext
Contexte du conteneur.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10, version 1607 |
Serveur minimal pris en charge | Windows Server 2016 |
En-tête | ntddk.h |