VETO_BINDING_ECP_CONTEXT structure (ntifs.h)
The VETO_BINDING_ECP_CONTEXT structure is the ECP context structure associated with GUID_ECP_TYPE_VETO_BINDING for vetoing a bind link.
Syntax
typedef struct _VETO_BINDING_ECP_CONTEXT {
BOOLEAN ShouldVetoBinding;
} VETO_BINDING_ECP_CONTEXT, *PVETO_BINDING_ECP_CONTEXT;
Members
ShouldVetoBinding
When set true, the bind link is vetoed. When set false, the bind link isn't vetoed.
Remarks
A filter sitting below BindFlt can veto a binding on the system's boot partition only, not on any other partition.
For more information, see Vetoing a bind link.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | ntifs.h |