The SixBit Application Programming Interface
Inventory_Remove Method (Inventory)






Request object containing the necessary data to perform the action.
Removes inventory from an item.
Syntax
'Declaration
 
Public Function Inventory_Remove( _
   ByVal request As InventoryRemoveRequestType _
) As InventoryResponseType
'Usage
 
Dim instance As Inventory
Dim request As InventoryRemoveRequestType
Dim value As InventoryResponseType
 
value = instance.Inventory_Remove(request)
public function Inventory_Remove( 
    request: InventoryRemoveRequestType
): InventoryResponseType; 
public function Inventory_Remove( 
   request : InventoryRemoveRequestType
) : InventoryResponseType;

Parameters

request
Request object containing the necessary data to perform the action.

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