QUERY_ON_CREATE_ECP_CONTEXT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-query_on_create_ecp_context)

Description

QUERY_ON_CREATE_ECP_CONTEXT is reserved for system use.

Members

RequestedClasses

Reserved.

ClassesProcessed

Reserved.

ClassesWithErrors

Reserved.

ClassesWithNoData

Reserved.

StatInformation

Reserved.

LxInformation

Reserved.

EaInformation

Reserved.

Reserved

Reserved.

CommonBufferSize

Reserved.

CommonBuffer

Reserved.

UsnInformation

Reserved.

SecurityInformationRequested

Reserved.

SecurityInformation

Reserved.