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.

QuickInfo

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

See Also

IHlink::SetTargetFrameName