HLINKGETREFHLINKGETREF*
*



Contents  *



Index  *Topic Contents
*Previous Topic: HLID
*Next Topic: HLINKMISC

HLINKGETREF

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

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.

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.

See also IHlink::GetMonikerReference, IHlink::GetStringReference


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