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 |