IHlink::SetAdditionalParams

Sets the additional parameters or properties for the hyperlink.

HRESULT SetAdditionalParams(
  LPCWSTR  pwzAdditionalParams  //Extensible parameter string
);
 

Parameters

pwzAdditionalParams
[in, unique] 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 set.

Remarks

The parameters saved 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::GetAdditionalParams