IKEEXT_COOKIE_PAIR0 structure (iketypes.h)

The IKEEXT_COOKIE_PAIR0 structure used to store a pair of IKE/Authip cookies.

Syntax

typedef struct IKEEXT_COOKIE_PAIR0_ {
  IKEEXT_COOKIE initiator;
  IKEEXT_COOKIE responder;
} IKEEXT_COOKIE_PAIR0;

Members

initiator

Initiator cookie. An IKEEXT_COOKIE is a UINT64.

responder

Responder cookie. An IKEEXT_COOKIE is a UINT64.

Remarks

IKEEXT_COOKIE_PAIR0 is a specific implementation of IKEEXT_COOKIE_PAIR. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iketypes.h

See also

Windows Filtering Platform API Structures