The HLINKMISC enumeration constants specify whether the hyperlink object is a relative or an absolute hyperlink to its target. These constants are used in the IHlink::GetMiscStatus method.
typedef enum tagHLINKMISCMembers{
HLINKMISC_ABSOLUTE,
HLINKMISC_RELATIVE
} HLINKMISC ;
HLINKMISC_ABSOLUTE
The given hyperlink object contains an absolute reference to the hyperlink target.
HLINKMISC_RELATIVE
The given hyperlink object contains a relative reference to the hyperlink target.
See Also