Condividi tramite


struttura MPSCAN_RESOURCES

Informazioni sulle risorse passate durante un'operazione di analisi.

Sintassi

typedef struct tagMPSCAN_RESOURCES {
  DWORD            dwResourceCount;
  PMPRESOURCE_INFO pResourceList;
} MPSCAN_RESOURCES, *PMPSCAN_RESOURCES;

Members

dwResourceCount

Tipo: DWORD

Numero di risorse.

pResourceList

Tipo: PMPRESOURCE_INFO

Matrice di risorse. Vedere MPRESOURCE_INFO.

Requisiti

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

Vedi anche

MPRESOURCE_INFO