Partager via


structure MPTHREAT_LOCALIZED_INFO

Informations localisées pour une menace.

Syntaxe

typedef struct tagMPTHREAT_LOCALIZED_INFO {
  MPTHREAT_ID           ThreatID;
  MP_MIDL_STRING LPWSTR CategoryName;
  MP_MIDL_STRING LPWSTR CategoryDescription;
  MP_MIDL_STRING LPWSTR SeverityName;
  MP_MIDL_STRING LPWSTR SeverityDescription;
  MP_MIDL_STRING LPWSTR ShortDescription;
  MP_MIDL_STRING LPWSTR DefaultActionName;
  MP_MIDL_STRING LPWSTR Advice;
  MP_MIDL_STRING LPWSTR ThreatUrl;
} MPTHREAT_LOCALIZED_INFO, *PMPTHREAT_LOCALIZED_INFO;

Membres

ThreatID

Type : MPTHREAT_ID

Identificateur de menace. Le bit supérieur est défini pour identifier les menaces liées à l’antivirus.

CategoryName (Nom de catégorie)

Type : MP_MIDL_STRING LPWSTR

Classification des menaces, telle qu’un cheval de Troie ou un keylogger.

CategoryDescription

Type : MP_MIDL_STRING LPWSTR

Description de la catégorie de menace.

SeverityName

Type : MP_MIDL_STRING LPWSTR

Niveau de gravité des menaces, par exemple, grave ou modéré.

SeverityDescription

Type : MP_MIDL_STRING LPWSTR

Description du niveau de gravité de la menace.

ShortDescription

Type : MP_MIDL_STRING LPWSTR

Brève description de la menace.

DefaultActionName ;

Type : MP_MIDL_STRING LPWSTR

Nom de l’action par défaut, par exemple supprimer ou mettre en quarantaine, suggéré par le moteur.

Conseils

Type : MP_MIDL_STRING LPWSTR

Conseils pour la menace particulière.

ThreatUrl

Type : MP_MIDL_STRING LPWSTR

URL d’une page web contenant des informations sur la menace.

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge
Windows Server 2012 [applications de bureau uniquement]
En-tête
MpClient.h