getOutlineTitle

Get the text associated with an outline node.
getOutlineTitle([in] LONG outlineHandle, [out, retval] BSTR *title)
This function retrieves the text associated with an outline entry.

The returned text is in the current text encoding (see textEncoding).

VB:
If outlineHdl <> 0 Then title = viewer.getOutlineTitle(outlineHdl) ... End If
getOutlineNumChildren
getOutlineChild
textEncoding