The GetExclusiveUpdateOption method, in Configuration Manager, gets the software update exclusive update option value that indicates whether the update should be installed independently.

[IDL]
HRESULT GetExclusiveUpdateOption(
	 LONG*  pnlExcluseUpdateOption
);

Parameters

pnlExcluseUpdateOption


Data type: LONGQualifiers: [out, retval]Pointer to the exclusive update option. Possible values are shown below. This parameter must not be set to a null pointer.

0

NON_EXCLUSIVE

1

EXCLUSIVE

Return Values

An HRESULT code. Possible values include, but are not limited to, the following:

S_OK


The method succeeded.

Remarks

If an exclusive update installation is attempted with non-exclusive updates, the client agent attempts to install the exclusive update only after the installation of the non-exclusive updates.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.