struttura SEC_SRTP_PROTECTION_PROFILES (sspi.h)

Contiene i profili di protezione SRTP (Secure Real-Time Transport Protocol) in una matrice.

Sintassi

typedef struct _SEC_SRTP_PROTECTION_PROFILES {
  unsigned short ProfilesSize;
  unsigned short ProfilesList[ANYSIZE_ARRAY];
} SEC_SRTP_PROTECTION_PROFILES, *PSEC_SRTP_PROTECTION_PROFILES;

Members

ProfilesSize

Dimensioni in byte della matrice dei profili di protezione SRTP.

ProfilesList[ANYSIZE_ARRAY]

Matrice di profili di protezione SRTP.

Requisiti

Requisito Valore
Intestazione sspi.h