Microsoft DirectX 8.1 (C++)

IGuideDataProperty::get_Name

The get_Name method retrieves the name associated with the MetaProperty object.

Syntax

HRESULT get_Name(
  BSTR* pbstrName
);

Parameters

pbstrName

[out]  Pointer to a variable that receives a string containing the name.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

See Also