GetReport method of the MSFT_CAUReportHelper class

Gets the contents of an updating run report.

Syntax

uint32 GetReport(
  [in]  MSFT_CAURun_Report_ID    ReportId,
  [in]  Uint32                   ChunkSize,
  [out] MSFT_CAURun_Report_Chunk ReportChunks[]
);

Parameters

ReportId [in]

An embedded instance of MSFT_CAURun_Report_ID that contains the identifier of the updating run report to be retrieved.

ChunkSize [in]

The size, in bytes, of a chunk of the updating run report.

ReportChunks [out]

An array of MSFT_CAURun_Report_Chunk embedded instances that contains the contents of each chunk of the updating run report.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\ClusterUpdate
MOF
CAUWMIv2.mof
DLL
CauWmiV2.dll

See also

MSFT_CAUReportHelper