HlinkGetSpecialReferenceHlinkGetSpecialReference*
*



Contents  *



Index  *Topic Contents
*Previous Topic: HlinkCreateFromString
*Next Topic: HlinkGoBack

HlinkGetSpecialReference

HRESULT HlinkGetSpecialReference(
    ULONG uReference,    //Special reference flags
    LPWSTR * ppwzReference    //Buffer to return special reference string
   );

For a given value from the HLSR enumeration, this function returns the current user's default global home, search, or history page for browsing as a string.

uReference
[in] A value taken from the HLSR enumeration.
ppwzReference
[out] Indirect pointer to the location to return the special reference string. Must not be NULL.

See also HlinkSetSpecialReference, HLSR


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