Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
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 |