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.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in hlink.h.

See Also

IHlink::GetTargetFrameName