Skip to content

Latest commit

 

History

History
118 lines (93 loc) · 3.51 KB

nf-portabledevicetypes-iportabledevicevalues-getiportabledevicevaluescollectionvalue.md

File metadata and controls

118 lines (93 loc) · 3.51 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames ms.custom f1_keywords topic_type api_type api_location api_name
NF:portabledevicetypes.IPortableDeviceValues.GetIPortableDeviceValuesCollectionValue
IPortableDeviceValues::GetIPortableDeviceValuesCollectionValue (portabledevicetypes.h)
Retrieves an IPortableDeviceValuesCollection (type VT_UNKNOWN) value specified by a key.
wpddk\iportabledevicevalues_getiportabledevicevaluescollectionvalue.htm
wpd_dk
02/15/2018
IPortableDeviceValues::GetIPortableDeviceValuesCollectionValue
GetIPortableDeviceValuesCollectionValue, GetIPortableDeviceValuesCollectionValue method, GetIPortableDeviceValuesCollectionValue method,IPortableDeviceValues interface, IPortableDeviceValues interface,GetIPortableDeviceValuesCollectionValue method, IPortableDeviceValues.GetIPortableDeviceValuesCollectionValue, IPortableDeviceValues::GetIPortableDeviceValuesCollectionValue, IPortableDeviceValuesGetIPortableDeviceValuesCollectionValue, portabledevicetypes/IPortableDeviceValues::GetIPortableDeviceValuesCollectionValue, wpddk.iportabledevicevalues_getiportabledevicevaluescollectionvalue
portabledevicetypes.h
Windows
Windows
RS5
IPortableDeviceValues::GetIPortableDeviceValuesCollectionValue
portabledevicetypes/IPortableDeviceValues::GetIPortableDeviceValuesCollectionValue
APIRef
kbSyntax
COM
PortableDeviceTypes.h
IPortableDeviceValues::GetIPortableDeviceValuesCollectionValue

IPortableDeviceValues::GetIPortableDeviceValuesCollectionValue

-description

Retrieves an IPortableDeviceValuesCollection (type VT_UNKNOWN) value specified by a key.

-parameters

-param key [in]

A REFPROPERTYKEY key that specifies the item to retrieve.

-param ppValue [out]

Address of a variable that receives a pointer to the retrieved IPortableDeviceValuesCollection interface. The caller is responsible for calling Release on the retrieved interface.

-returns

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.
DISP_E_TYPEMISMATCH
The property specified by key is not an IPortableDeviceValuesCollection interface.
HRESULT_FROM_WIN32(ERROR_NOT_FOUND)
The property specified by key is not in the collection.

-remarks

None.

-see-also

IPortableDeviceValues Interface

SetIPortableDeviceValuesCollectionValue