OFFLOAD_IPSEC_DELETE_UDPESP_SA (Compact 2013)
3/26/2014
This structure contains information for each security association (SA) and parser entry that a miniport driver deletes from a network adapter.
Syntax
typedef struct _OFFLOAD_IPSEC_DELETE_UDPESP_SA {
HANDLE OffloadHandle;
HANDLE EncapTypeEntryOffldHandle
} OFFLOAD_IPSEC_DELETE_UDPESP_SA, *POFFLOAD_IPSEC_DELETE_UDPESP_SA;
Members
- OffloadHandle
The handle for the SA to be deleted.
- EncapTypeEntryOffldHandle
When 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.
Remarks
The OFFLOAD_IPSEC_DELETE_UDPESP_SA structure is used with the OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA OID.
Requirements
Header |
ntddndis.h |
See Also
Reference
Task Offload Structures (NDIS 5.1)
OID_TCP_TASK_IPSEC_DELETE_UDPESP_SA