IHlink::GetAdditionalParamsIHlink::GetAdditionalParams*
*



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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.