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 tagHLINKGETREFMembers{
HLINKGETREF_DEFAULT,
HLINKGETREF_ABSOLUTE,
HLINKGETREF_RELATIVE
} HLINKGETREF ;
HLINKGETREF_DEFAULT
Used to specify that the client of the hyperlink wishes to retrieve the default reference for 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 hyperlink target.
HLINKGETREF_RELATIVE
Used to specify that the client of the hyperlink wishes to retrieve the relative reference for hyperlink target.
See Also
IHlink::GetMonikerReference, IHlink::GetStringReference