IHlink::GetAdditionalParams

Retrieves additional parameters or properties for the hyperlink.

HRESULT GetAdditionalParams(
  LPWSTR * ppwzAdditionalParams  //Extensible parameter string
);
 

Parameters

ppwzAdditionalParams
[out] On return, points to the location to return the string containing a list of parameters or properties for the hyperlink in the following format:
<ID1 = "value1"> <ID2 = "value2"> ... <IDn = "valuen">
 

Return Values

S_OK
The hyperlink's additional parameters string was retrieved.

Remarks

The parameters retrieved in this string are primarily interpreted by the hyperlink frame.

QuickInfo

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

See Also

IHlink:SetAdditionalParams