Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |