IO_FOEXT_SILO_PARAMETERS結構 (ntddk.h)
此結構描述 IoGetSiloParameters 例程所識別的容器內容。
語法
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;
成員
Length
結構的長度。 這也可作為結構版本。
HasHardReference
SpareFlags
Flags
SiloContext
容器內容。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 (版本 1607) |
最低支援的伺服器 | Windows Server 2016 |
標頭 | ntddk.h |