CWiauPropertyList::LookupPropId method (wiautil.h)

The CWiauPropertyList::LookupPropId method finds a property's index, given its property ID.

Syntax

INT LookupPropId(
  PROPID PropId
);

Parameters

PropId

Specifies the property ID for the property.

Return value

On success, the method returns the index of the property within the property list. If it is unable to find the property, the method returns -1.

Requirements

Requirement Value
Target Platform Desktop
Header wiautil.h (include Wiautil.h, Wiamindr.h)

See also

CWiauPropertyList

CWiauPropertyList::GetPropId