Share via


MPRESOURCE_INFO struttura

Struttura delle informazioni sulle risorse.

Sintassi

typedef struct tagMPRESOURCE_INFO {
  MP_MIDL_STRING LPWSTR Scheme;
  MP_MIDL_STRING LPWSTR Path;
  MPRESOURCE_CLASS      Class;
} MPRESOURCE_INFO, *PMPRESOURCE_INFO;

Members

Schema

Tipo: MP_MIDL_STRING LPWSTR

Identificatore dello schema di risorse, ad esempio "file" o "dir".

Percorso

Tipo: MP_MIDL_STRING LPWSTR

Percorso assoluto della risorsa, basato su Schema.

Classe

Tipo: MPRESOURCE_CLASS

Questo campo viene impostato quando la risorsa viene identificata come parte della minaccia. Specifica la classe di risorse, principalmente concreta e latente. Può essere una combinazione di questi valori possibili:

Valore Significato
MP_RESOURCE_CLASS_UNKNOWN
0x0000
MP_RESOURCE_CLASS_CONCRETE
0x0001
Si escludono a vicenda con MP_RESOURCE_CLASS_LATENT.
MP_RESOURCE_CLASS_LATENT
0x0002
Si escludono a vicenda con MP_RESOURCE_CLASS_CONCRETE.
MP_RESOURCE_CLASS_SAMPLE_FILE
0x0004
MP_RESOURCE_CLASS_SHARED
0x0100

Requisiti

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