Edit

Share via


MPCOMPONENT_STATUS structure

Component status information.

Syntax

typedef struct tagMPCOMPONENT_STATUS {
  BOOL    fEnable;
  HRESULT hResult;
} MPCOMPONENT_STATUS, *PMPCOMPONENT_STATUS;

Members

fEnable

Type: BOOL

Status for the component.

hResult

Type: HRESULT

Success or failure code associated with the status.

Requirements

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