HLINKGETREF
The HLINKGETREF enumeration constants specify whether the client is requesting the absolute, relative or default reference for the hyperlink target. These constants are used in the IHlink::GetMonikerReference and IHlink::GetStringReference methods.
typedef enum tagHLINKGETREF
{
HLINKGETREF_DEFAULT, = 0,
HLINKGETREF_ABSOLUTE, = 1,
HLINKGETREF_RELATIVE = 2
} HLINKGETREF ;
Elements
-
HLINKGETREF_DEFAULT
-
Used to specify that the client of the hyperlink wishes to retrieve the default reference for the hyperlink target. This depends on whether the hyperlink was initialized as a relative or an absolute reference.
-
HLINKGETREF_ABSOLUTE
-
Used to specify that the client of the hyperlink wishes to retrieve the absolute reference for the hyperlink target.
-
HLINKGETREF_RELATIVE
-
Used to specify that the client of the hyperlink wishes to retrieve the relative reference for the hyperlink target.
See Also
IHlink::GetMonikerReference, IHlink::GetStringReference