Link

Get or set the link for a particular language.

 

Property get

HRESULT Link([in] long langId,
[out, retval] BSTR *pVal);

Parameters

langId

[in] the language id for which the link is to be retreived

pVal

[out, retval] pointer to a BSTR variable that receives the link

Return Values

S_OK

Function was successfully called

E_POINTER

pVal was no valid pointer

E_FAIL

no link exists in the specified language

Property set

HRESULT Link([in] long langId,
[in] BSTR newVal);

Parameters

langId

[in] the language id for which the link is to be set

newVal

[in] BSTR variable holding the new value

Return Values

S_OK

The function completed successfully

E_FAIL

A link in the specified language already exists