HlinkGetSpecialReference

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.

HRESULT HlinkGetSpecialReference(
  ULONG uReference,  //Special reference flags
  LPWSTR * ppwzReference
                     //Address of output variable that receives a 
                     // pointer to the reference string
);
 

Parameters

uReference
[in] A value taken from the HLSR enumeration.
ppwzReference
[out] Address of LPWSTR pointer variable that receives a pointer to the reference string. Must not be NULL.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in hlink.h.

See Also

HlinkSetSpecialReference, HLSR