HLINKMISC

The HLINKMISC enumeration constants specify whether the hyperlink object is a relative hyperlink to its target. These constants are used in the IHlink::GetMiscStatus method.

typedef enum tagHLINKMISC 
{ 
    HLINKMISC_RELATIVE,    = 1 
} HLINKMISC ;
 

Elements

HLINKMISC_RELATIVE
The given hyperlink object contains a relative reference to the hyperlink target.

See Also

IHlink::GetMiscStatus