GetPropertyDesc
Purpose
The CMetaClassDesc GetPropertyDesc function returns the property description object specified by name. The application is responsible to free returned PropertyDesc object.
Syntax
HRESULT GetPropertyDesc(
LPCTSTR strPropertyName,
CMetaPropertyDesc *&pProperty);
Argument |
In/Out |
Description |
Name |
In |
Name of the Property. |
pProperty |
Out |
Pointer to Property object. |