SEC_SRTP_PROTECTION_PROFILES structure (sspi.h)
Contient les profils de protection SRTP (Secure Real-Time Transport Protocol) dans un tableau.
Syntaxe
typedef struct _SEC_SRTP_PROTECTION_PROFILES {
unsigned short ProfilesSize;
unsigned short ProfilesList[ANYSIZE_ARRAY];
} SEC_SRTP_PROTECTION_PROFILES, *PSEC_SRTP_PROTECTION_PROFILES;
Membres
ProfilesSize
Taille (en octets) du tableau de profils de protection SRTP.
ProfilesList[ANYSIZE_ARRAY]
Tableau de profils de protection SRTP.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | sspi.h |