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:
<ID (1)  = "value (1) "> <ID (2)  = "value (2) "> ... <ID (n)  = "value (n) ">
 

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.

See Also

IHlink:SetAdditionalParams