Contents Previous Page Next Page
IHlink::GetTargetFrameName

Retrieves the name of the target frame for the hyperlink.

HRESULT GetTargetFrameName(

    LPWSTR *
 pszTargetFrameName             // Receives the target frame name for the hyperlink         
                                                                                                        
   );                                                                                                   
                                                                                                        

Parameters

pszTargetFrameName

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

Return Values

S_OK

The target frame name string for the hyperlink was retrieved.

See Also

IHlink::SetTargetFrameName