The SixBit Application Programming Interface
Inventory_List Method






Request object containing parameters to filter the list.
Generates a list of inventory.
Syntax
'Declaration
 
Public Function Inventory_List( _
   ByVal request As InventoryListRequestType _
) As InventoryListResponseType
'Usage
 
Dim instance As Inventory
Dim request As InventoryListRequestType
Dim value As InventoryListResponseType
 
value = instance.Inventory_List(request)
public function Inventory_List( 
    request: InventoryListRequestType
): InventoryListResponseType; 
public function Inventory_List( 
   request : InventoryListRequestType
) : InventoryListResponseType;

Parameters

request
Request object containing parameters to filter the list.

Return Value

0 indicates success, >0 indicates an error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Inventory Class
Inventory Members

Send Feedback