// ntifs.h
typedef struct _RKF_BYPASS_ECP_CONTEXT {
INT Reserved;
INT Version;
} RKF_BYPASS_ECP_CONTEXT, *PRKF_BYPASS_ECP_CONTEXT;
View the official Windows Driver Kit DDI referenceNo description available.
The RKF_BYPASS_ECP_CONTEXT structure contains the extra create parameter (ECP) context for the Resume Key Filter (RKF) for an RKF bypass handle.
ReservedReserved for future use. Must be set to zero.
VersionThe version of the ECP context (this structure). Must be initialized to zero.
The value GUID_ECP_RKF_BYPASS is used when calling support routines such as FltAllocateExtraCreateParameter and FsRtlRemoveExtraCreateParameter.
See Introduction to extra create parameters for more information.