IPropertyDescription::GetEnumTypeList method (propsys.h)

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

Syntax

HRESULT GetEnumTypeList(
  [in]  REFIID riid,
  [out] void   **ppv
);

Parameters

[in] riid

Type: REFIID

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

[out] ppv

Type: void**

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

Return value

Type: HRESULT

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

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header propsys.h