Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.49 KB

iciinfo--getversion-method.md

File metadata and controls

52 lines (41 loc) · 1.49 KB
description title titleSuffix ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
Learn how to use the ICIIINFO::GetVersion method to get the version of the configuration item in Configuration Manager.
ICIINFO::GetVersion
Configuration Manager
09/20/2016
sdk
configuration-manager
reference
98d0c5c4-9f8e-41e6-b536-55d9e3f9541d
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

ICIINFO::GetVersion Method

The ICIINFO::GetVersion method, in Configuration Manager, gets the version of the configuration item.

Syntax

[IDL]  
HRESULT GetVersion(  
     LPWSTR* ppszVersion  
);  

Parameters

ppszVersion
Data type: LPWSTR

Qualifiers: [out]

Pointer to the version of the configuration item.

Return Values

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

S_OK
The method succeeded. All other return values indicate failure.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

ICIINFO Interface