2.2.3.1.5 IncludedInstallationStates Attribute

If specified, this attribute contains an integer value representing a bit mask that specifies which update installation states are to be included in the resulting list of updates. The possible values are as follows:

Possible value

Meaning

0x1

Include updates for which UpdateInstallationState is Unknown.

0x2

Include updates for which UpdateInstallationState is NotApplicable.

0x4

Include updates for which UpdateInstallationState is NotInstalled.

0x8

Include updates for which UpdateInstallationState is Downloaded.

0x10

Include updates for which UpdateInstallationState is Installed.

0x20

Include updates for which UpdateInstallationState is Failed.

0x40

Include updates for which UpdateInstallationState is InstalledPendingReboot.

0xFFFFFFFF

Include updates for which UpdateInstallationState is any of the options (0x1, 0x2, 0x4, 0x8, 0x10, 0x20, 0x40).

The UpdateInstallationState enumeration is defined in section 2.2.5.1.