HlinkResolveStringForData...     HlinkSimpleNavigateToMoni...     Hyperlinks Functions    
Web Workshop (Miscellaneous)

HlinkSetSpecialReference Function


Inserts a string into a specified member of the HLSR enumeration.

Syntax

HRESULT HlinkSetSpecialReference(
    ULONG uReference,       
    LPCWSTR pwzReference    
);

Parameters

uReference
[in] Value taken from the HLSR enumeration.
pwzReference
[in] Address of the special reference string.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

The string set by this function will contain the current user's default home, search, or history page.

Function Information

Windows NT Use version 4.0.
Windows Use Windows 95 and later.
Header Hlink.h
Import Library Hlink.lib
Minimum availability Internet Explorer 3.0

See Also

HlinkGetSpecialReference


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.