QUERY_ON_CREATE_ECP_CONTEXT结构(ntifs.h)
QUERY_ON_CREATE_ECP_CONTEXT 保留供系统使用。
语法
typedef struct _QUERY_ON_CREATE_ECP_CONTEXT {
ULONG RequestedClasses;
ULONG ClassesProcessed;
ULONG ClassesWithErrors;
ULONG ClassesWithNoData;
QUERY_ON_CREATE_FILE_STAT_INFORMATION StatInformation;
QUERY_ON_CREATE_FILE_LX_INFORMATION LxInformation;
QUERY_ON_CREATE_EA_INFORMATION EaInformation;
ULONG Reserved;
ULONG CommonBufferSize;
PVOID CommonBuffer;
QUERY_ON_CREATE_USN_INFORMATION UsnInformation;
SECURITY_INFORMATION SecurityInformationRequested;
QUERY_ON_CREATE_SECURITY_INFORMATION SecurityInformation;
} QUERY_ON_CREATE_ECP_CONTEXT, *PQUERY_ON_CREATE_ECP_CONTEXT;
成员
RequestedClasses
保留。
ClassesProcessed
保留。
ClassesWithErrors
保留。
ClassesWithNoData
保留。
StatInformation
保留。
LxInformation
保留。
EaInformation
保留。
Reserved
保留。
CommonBufferSize
保留。
CommonBuffer
保留。
UsnInformation
保留。
SecurityInformationRequested
保留。
SecurityInformation
保留。
要求
要求 | 价值 |
---|---|
最低支持的客户端 | Windows 10 版本 1809 |
标头 | ntifs.h |