IPortableDeviceValuesCollection::Clear
Previous | Next |
IPortableDeviceValuesCollection::Clear
The Clear method releases all items from the collection.
Syntax
HRESULT Clear();
Parameters
This method takes no parameters.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Remarks
The method releases all memory that is allocated for the items in the collection.
Requirements
Header: Defined in PortableDeviceTypes.h
Library: PortableDeviceGUIDs.lib
See Also
Previous | Next |