This topic has not yet been rated - Rate this topic

IPropertyDescription::GetRelativeDescriptionType method

Gets the relative description type for a property description.

Syntax


HRESULT GetRelativeDescriptionType(
  [out]  PROPDESC_RELATIVEDESCRIPTION_TYPE *prdt
);

Parameters

prdt [out]

Type: PROPDESC_RELATIVEDESCRIPTION_TYPE*

When this method returns, contains a pointer to the relative description type value. See PROPDESC_RELATIVEDESCRIPTION_TYPE for valid values.

Return value

Type: HRESULT

Always returns S_OK.

Remarks

The information retrieved by this method comes from the relativeDescriptionType attribute of the displayInfo element in the property's .propdesc file.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Propsys.h

IDL

Propsys.idl

See also

IPropertyDescription
Property Description Schema

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.