Microsoft DirectX 9.0 |
The get_Name method retrieves the name of the property.
Syntax
HRESULT get_Name(
BSTR* pbstrName
);
Parameters
pbstrName
[out] Pointer to a variable that receives a string containing the property name, for example "Description.ID" or "Description.Title".
Return Values
The method returns an HRESULT. Possible values include those in the following table.
Return code | Description |
S_OK | The method succeeded. |
See Also