ICCMTargetedUpdate::GetExclusiveUpdateOption Method
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.