Contents Index Topic Contents | ||
Previous Topic: IHlink::Navigate Next Topic: IHlink::SetFriendlyName |
IHlink::SetAdditionalParams
HRESULT SetAdditionalParams( LPCWSTR pwzAdditionalParams //Extensible parameter string );Sets the additional parameters or properties for the hyperlink.
- Returns S_OK if the hyperlink's additional parameters string was set.
- 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">The parameters saved in this string are primarily interpreted by the hyperlink frame.
See also IHlink::GetAdditionalParams
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.