Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |