HLINKMISCHLINKMISC*
*Contents  *Index  *Topic Contents
*Previous Topic: HLINKGETREF
*Next Topic: HLINKSETF

HLINKMISC

typedef enum tagHLINKMISC 
{ 
    HLINKMISC_RELATIVE,  =  1, 
} HLINKMISC ;

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

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

See also IHlink::GetMiscStatus


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.