Redagować

Udostępnij przez


MPCLEAN_PRECHECK_DATA structure

Notification data passed to clean precheck callback function.

Syntax

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

Members

BlockedResourceInfo

Type: PMPRESOURCE_INFO

Resource information about the resource being blocked. For example, when progress is MPNOTIFY_PRECHECK_RESOURCE_BLOCKED. See MPRESOURCE_INFO.

PMPRESOURCE_INFO

Type: BlockingResourceInfo

Resource information about the resource that is blocking. For example, when progress is MPNOTIFY_PRECHECK_RESOURCE_BLOCKED. See MPRESOURCE_INFO.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
MpClient.h

See also

MPRESOURCE_INFO