HLINKSETF

This enumeration is used to specify operation of IHlink:: SetMonikerReference. It allows a caller of this function to specify which Hlink parameter to set.

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

Elements

HLINKSETF_TARGET
Specifies setting of the pmkTarget parameter of the Hlink object.
HLINKSETF_LOCATION
Specifies setting of the szLocation parameter of the Hlink object.

See Also

IHlink::SetMonikerReference