Previous Topic: SetComputerByNameNext Topic: GetUnitQueries


GetUnitDiscoveredSoftware

The GetUnitDiscoveredSoftware method retrieves the software items from a unit's discovered software list.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

A numeric handle to a list returned by a previous call to OpenUnitDiscoveredSoftwareList.

xsd:long noOfDiscoveredSoftwares (m)

The total number of software items to get from the list. This is less than or equal to the total number in the list returned by a previous call to OpenUnitDiscoveredSoftwareList.

Return Values

ArrayOfDiscoveredSoftwareProperties GetUnitDiscoveredSoftwareReturn

An array of DiscoveredSoftwareProperties - one for each software item requested from the list.

Remarks

You can make multiple calls to GetUnitDiscoveredSoftware to iterate down the list.

More information:

DiscoveredSoftwareProperties