Retrieves the friendly name of the target. The container normally uses this name to determine how to represent the hyperlink in its user interface.
HRESULT GetFriendlyName(
DWORD
grfHLFNAMEF, // TBD
LPWSTR * pszFriendlyName // Receives the friendly name of the hyperlink target.
);
Parameters
grfHLFNAMEF
[in] TBD.
pszFriendlyName
[out] On return, points to the friendly name of the hyperlink target. May not be NULL.
Return Values
S_OK
The friendly name string of the hyperlink was retrieved.
See Also
IHlink::SetFriendlyName, IHlinkTarget::GetFriendlyName