IHlink::GetTargetFrameName

Retrieves the name of the target frame for the hyperlink.

HRESULT GetTargetFrameName(

LPWSTR * ppwzTargetFrameName

// Receives the target frame name for the hyperlink

);

Parameters

ppwzTargetFrameName
[out] On return, points to the target frame name for the hyperlink. Must not be NULL.

Return Values

S_OK
The target frame name string for the hyperlink was retrieved.

See Also

IHlink::SetTargetFrameName