HLID Enumerated Type     HLINKMISC Enumerated Type     Hyperlinks Enumerations    
Web Workshop (Miscellaneous)

HLINKGETREF Enumerated Type


Specifies whether the client is requesting the absolute, relative, or default reference for the hyperlink target. The constants are used in the IHlink::GetMonikerReference and IHlink::GetStringReference methods.

Syntax

typedef enum tagHLINKGETREF 
{ 
    HLINKGETREF_DEFAULT,   =  0, 
    HLINKGETREF_ABSOLUTE,  =  1, 
    HLINKGETREF_RELATIVE   =  2 
} HLINKGETREF ;

Constants

HLINKGETREF_DEFAULT
Used to specify that the client of the hyperlink wants 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 wants to retrieve the absolute reference for the hyperlink target.
HLINKGETREF_RELATIVE
Used to specify that the client of the hyperlink wants to retrieve the relative reference for the hyperlink target.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Hlink.h
Minimum availability Internet Explorer 3.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.