HlinkSetSpecialReference

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

HRESULT HlinkSetSpecialReference(
  ULONG uReference,     //Special reference flags
  LPCWSTR pwzReference  //The special reference string
);
 

Parameters

uReference
[in] A value taken from the HLSR enumeration.
pwzReference
[in] Pointer to the special reference string.

QuickInfo

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

See Also

HlinkGetSpecialReference, HLSR