OutlineTitleA
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 OutlineTitle and string arguments are interpreted using the current SetAnsiMode code page
Returns the title of an outline item (bookmark).
Syntax
Delphi
Function DLOutlineTitleA(InstanceID, OutlineID: Integer): PAnsiChar;
DLL
const char * DLOutlineTitleA(int InstanceID, int OutlineID);
Parameters
| OutlineID | The ID of the outline item to work with. This ID is returned by the NewOutline or NewStaticOutline functions, or retrieved with the GetOutlineID function or Get*Outline functions. |
|---|