HLINKMISC Enumerated Type     HLINKWHICHMK Enumerated T...     Hyperlinks Enumerations    
Web Workshop (Miscellaneous)

HLINKSETF Enumerated Type


Specifies the operation of IHlink::SetMonikerReference. It allows a caller of this function to specify which Hlink parameter to set.

Syntax

typedef enum tagHLINKSETF 
{ 
    HLINKSETF_TARGET,     1, 
    HLINKSETF_LOCATION,   2 
} HLINKSETF ;

Constants

HLINKSETF_TARGET
Used to specify the setting of the pmkTarget parameter of the Hlink object.
HLINKSETF_LOCATION
Used to specify the setting of the szLocation parameter of the Hlink object.

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.