GetOutlineWebLinkA
Outlines
Description
O sufixo A indica o ponto de entrada ANSI (char) da DLL; a superfície ActiveX/COM expõe apenas a forma Unicode. O comportamento é idêntico ao de GetOutlineWebLink e os argumentos de cadeia de caracteres são interpretados com base na página de código atual definida por SetAnsiMode
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
| OutlineID | The ID of the outline as returned by the NewOutline function. Alternatively, use the GetOutlineID function to get a valid outline ID. |
|---|