Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 3.65 KB

nf-shidfact-citemidfactory-getpropertyfromidlist(pcuidlist_relative_refpropertykey_propvariant).md

File metadata and controls

92 lines (66 loc) · 3.65 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shidfact.CItemIDFactory.GetPropertyFromIDList(PCUIDLIST_RELATIVE,REFPROPERTYKEY,PROPVARIANT)
CItemIDFactory::GetPropertyFromIDList(PCUIDLIST_RELATIVE,REFPROPERTYKEY,PROPVARIANT) (shidfact.h)
Gets a property from the IPropertyStore within the IDList as a variant, using the key. (overload 4/4)
CItemIDFactory interface [Windows Shell]
GetPropertyFromIDList method
CItemIDFactory.GetPropertyFromIDList
CItemIDFactory.GetPropertyFromIDList(PCUIDLIST_RELATIVE
REFPROPERTYKEY
PROPVARIANT)
CItemIDFactory::GetPropertyFromIDList
CItemIDFactory::GetPropertyFromIDList(PCUIDLIST_RELATIVE
REFPROPERTYKEY
PROPVARIANT)
GetPropertyFromIDList
GetPropertyFromIDList method [Windows Shell]
GetPropertyFromIDList method [Windows Shell]
CItemIDFactory interface
shell.citemidfactory_getpropertyfromidlist_key
shidfact/CItemIDFactory::GetPropertyFromIDList
shell\citemidfactory_getpropertyfromidlist_key.htm
shell
2BC0557F-57B2-4389-ABC6-9186A4FCF814
12/05/2018
CItemIDFactory interface [Windows Shell],GetPropertyFromIDList method, CItemIDFactory.GetPropertyFromIDList, CItemIDFactory.GetPropertyFromIDList(PCUIDLIST_RELATIVE,REFPROPERTYKEY,PROPVARIANT), CItemIDFactory::GetPropertyFromIDList, CItemIDFactory::GetPropertyFromIDList(PCUIDLIST_RELATIVE,REFPROPERTYKEY,PROPVARIANT), GetPropertyFromIDList, GetPropertyFromIDList method [Windows Shell], GetPropertyFromIDList method [Windows Shell],CItemIDFactory interface, shell.citemidfactory_getpropertyfromidlist_key, shidfact/CItemIDFactory::GetPropertyFromIDList
shidfact.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
CItemIDFactory::GetPropertyFromIDList
shidfact/CItemIDFactory::GetPropertyFromIDList
c++
APIRef
kbSyntax
COM
shidfact.h
GetPropertyFromIDList.GetPropertyFromIDList
CItemIDFactory.GetPropertyFromIDList

CItemIDFactory::GetPropertyFromIDList(PCUIDLIST_RELATIVE,REFPROPERTYKEY,PROPVARIANT)

-description

Gets a property from the IPropertyStore within the IDList as a variant, using the key.

-parameters

-param pidl

A PIDL identifying the IPropertyStore.

-param rkey

The key for the selected property.

-param pv

When this method returns, contains a pointer to the property. If rkey is not found, pvar will be VT_EMPTY.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

This method is useful when using IShellFolder2::GetDetailsEx, as is returns a variant rather than a PROPVARIANT.

-see-also

CItemIDFactory

GetPropertyFromIDList

IPropertyStore

IShellFolder2::GetDetailsEx