Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 2.28 KB

nf-propsys-ipropertydescription-getenumtypelist.md

File metadata and controls

72 lines (58 loc) · 2.28 KB
UID title description 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:propsys.IPropertyDescription.GetEnumTypeList
IPropertyDescription::GetEnumTypeList (propsys.h)
Gets an instance of an IPropertyEnumTypeList, which can be used to enumerate the possible values for a property.
properties\IPropertyDescription_GetEnumTypeList.htm
properties
ab6c41c2-d85c-4ff9-9061-043303eb1a83
12/05/2018
GetEnumTypeList, GetEnumTypeList method [Windows Properties], GetEnumTypeList method [Windows Properties],IPropertyDescription interface, IPropertyDescription interface [Windows Properties],GetEnumTypeList method, IPropertyDescription.GetEnumTypeList, IPropertyDescription::GetEnumTypeList, properties.IPropertyDescription_GetEnumTypeList, propsys/IPropertyDescription::GetEnumTypeList, shell.IPropertyDescription_GetEnumTypeList, shell_IPropertyDescription_GetEnumTypeList
propsys.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Propsys.idl
Windows
19H1
IPropertyDescription::GetEnumTypeList
propsys/IPropertyDescription::GetEnumTypeList
c++
APIRef
kbSyntax
COM
Propsys.h
IPropertyDescription.GetEnumTypeList

IPropertyDescription::GetEnumTypeList

-description

Gets an instance of an IPropertyEnumTypeList, which can be used to enumerate the possible values for a property.

-parameters

-param riid [in]

Type: REFIID

A reference to the IID of the interface to retrieve through ppv, typically IID_IShellItem.

-param ppv [out]

Type: void**

When this method returns successfully, contains the interface pointer requested in riid. This is typically IPropertyEnumTypeList.

-returns

Type: HRESULT

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