Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 |