Condividi tramite


MPTHREAT_LOCALIZED_INFO struttura

Informazioni localizzate per una minaccia.

Sintassi

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;

Members

ThreatID

Tipo: MPTHREAT_ID

Identificatore di minaccia. Il bit superiore è impostato per identificare le minacce correlate all'antivirus.

CategoryName

Tipo: MP_MIDL_STRING LPWSTR

Classificazione delle minacce, ad esempio un trojan o un spyware.

CategoryDescription

Tipo: MP_MIDL_STRING LPWSTR

Descrizione della categoria di minacce.

GravitàName

Tipo: MP_MIDL_STRING LPWSTR

Livello di gravità delle minacce, ad esempio grave o moderato.

GravitàDescription

Tipo: MP_MIDL_STRING LPWSTR

Descrizione del livello di gravità delle minacce.

ShortDescription

Tipo: MP_MIDL_STRING LPWSTR

Breve descrizione della minaccia.

DefaultActionName;

Tipo: MP_MIDL_STRING LPWSTR

Nome dell'azione predefinita, ad esempio rimozione o quarantena, suggerita dal motore.

Advice

Tipo: MP_MIDL_STRING LPWSTR

Consigli per la particolare minaccia.

ThreatUrl

Tipo: MP_MIDL_STRING LPWSTR

URL di una pagina Web contenente informazioni sulla minaccia.

Requisiti

Requisito Valore
Client minimo supportato
Windows 8 [solo app desktop]
Server minimo supportato
Windows Server 2012 [solo app desktop]
Intestazione
MpClient.h