Share via


IDebugAlias::GetName

Gets the name of this alias.

HRESULT GetName(
   BSTR* pbstrName
);
int GetName(
   out string pbstrName
);

Parameters

  • pbstrName
    [out] Name of the alias.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See Also

Reference

IDebugAlias