Partager via


ScanUpdates method of the MSFT_CAUNode class

Scans for applicable updates.

Syntax

uint32 ScanUpdates(
  [in]  string                  QueryString,
  [in]  boolean                 IncludeRecommendedUpdates,
  [out] MSFT_CAU_ScanUpdateInfo Info[]
);

Parameters

QueryString [in]

A Windows Update Agent query for finding applicable updates.

IncludeRecommendedUpdates [in]

True to include the recommended updates in the scan; otherwise, false.

Info [out]

An array of MSFT_CAU_ScanUpdateInfo embedded instances that represent update information returned by the scan operation.

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_CAUNode