SEC_APPLICATION_PROTOCOLS structure (sspi.h)

Contains an array of application protocol ID lists.

Syntax

typedef struct _SEC_APPLICATION_PROTOCOLS {
  unsigned long                 ProtocolListsSize;
  SEC_APPLICATION_PROTOCOL_LIST ProtocolLists[ANYSIZE_ARRAY];
} SEC_APPLICATION_PROTOCOLS, *PSEC_APPLICATION_PROTOCOLS;

Members

ProtocolListsSize

The size (in bytes) of the protocol ID lists array.

ProtocolLists[ANYSIZE_ARRAY]

The array of protocol ID lists.

Requirements

Requirement Value
Header sspi.h