RKF_BYPASS_ECP_CONTEXT structure (ntifs.h)

The RKF_BYPASS_ECP_CONTEXT structure contains the extra create parameter (ECP) context for the Resume Key Filter (RKF) for an RKF bypass handle.

Syntax

typedef struct _RKF_BYPASS_ECP_CONTEXT {
  INT Reserved;
  INT Version;
} RKF_BYPASS_ECP_CONTEXT, *PRKF_BYPASS_ECP_CONTEXT;

Members

Reserved

Reserved for future use. Must be set to zero.

Version

The version of the ECP context (this structure). Must be initialized to zero.

Remarks

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.

Requirements

Requirement Value
Minimum supported client Windows 8
Header ntifs.h