Partager via


MPCLEAN_PRECHECK_DATA structure

Données de notification transmises à propre fonction de rappel de pré-vérification.

Syntaxe

typedef struct tagMPCLEAN_PRECHECK_DATA {
  PMPRESOURCE_INFO     BlockedResourceInfo;
  BlockingResourceInfo PMPRESOURCE_INFO;
} MPCLEAN_PRECHECK_DATA, *PMPCLEAN_PRECHECK_DATA;

Membres

BlockedResourceInfo

Type : PMPRESOURCE_INFO

Informations sur la ressource en cours de blocage. Par exemple, lorsque la progression est MPNOTIFY_PRECHECK_RESOURCE_BLOCKED. Voir MPRESOURCE_INFO.

PMPRESOURCE_INFO

Type : BlockingResourceInfo

Informations sur la ressource qui bloque. Par exemple, lorsque la progression est MPNOTIFY_PRECHECK_RESOURCE_BLOCKED. Voir MPRESOURCE_INFO.

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

Voir aussi

MPRESOURCE_INFO