// ntddndis.h
typedef struct _OFFLOAD_IPSEC_DELETE_UDPESP_SA {
HANDLE OffloadHandle;
HANDLE EncapTypeEntryOffldHandle;
} OFFLOAD_IPSEC_DELETE_UDPESP_SA, *POFFLOAD_IPSEC_DELETE_UDPESP_SA;
View the official Windows Driver Kit DDI referenceNo description available.
The OFFLOAD_IPSEC_DELETE_UDPESP_SA structure contains information for each security association (SA) and parser entry that a miniport driver deletes from a NIC.
OffloadHandleThe handle for the SA to be deleted.
EncapTypeEntryOffldHandleWhen NULL, the miniport does not have to delete a parser entry in addition to the specified SA. When non-NULL, this member specifies the handle for the parser entry to be deleted.
The OFFLOAD_IPSEC_DELETE_UDPESP_SA structure is used with the OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA OID.
OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA