IHlink::SetTargetFrameName

Sets the target frame name for the hyperlink.

HRESULT SetTargetFrameName(

LPCWSTR pwzTargetFrameName

// Target frame name for the hyperlink

);

Parameters

pwzTargetFrameName
[in, unique] The string target frame name for the hyperlink.

Return Values

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

See Also

IHlink::GetTargetFrameName