Contents Index Topic Contents | ||
Previous Topic: Hlink Next Topic: IHlink::GetFriendlyName |
IHlink::GetAdditionalParams
HRESULT GetAdditionalParams( LPWSTR * ppwzAdditionalParams //Extensible parameter string );Retrieves additional parameters or properties for the hyperlink.
- Returns S_OK after the hyperlink's additional parameter strings are retrieved.
- 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">The parameters retrieved in this string are primarily interpreted by the hyperlink frame.
See also IHlink::SetAdditionalParams
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.