GetOutlineWebLinkA

Outlines

Description

The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to GetOutlineWebLink and string arguments are interpreted using the current SetAnsiMode code page

Returns the web link (internet URL) that the outline links to, if any.

Syntax

Delphi

Function DLGetOutlineWebLinkA(InstanceID, OutlineID: Integer): PAnsiChar;

DLL

const char * DLGetOutlineWebLinkA(int InstanceID, int OutlineID);

Parameters

OutlineIDThe ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID.