Sets the target frame name for the hyperlink.
HRESULT SetTargetFrameName(
LPCWSTR
szTargetFrameName // Target frame name for the hyperlink
);
Parameters
szTargetFrameName
[in] The string target frame name for the hyperlink.
Return Values
S_OK
The target frame name string for the hyperlink was set.
See Also