Vanilla.PDF  1.5.1
Cross-platform toolkit for creating and modifying PDF documents
List of all members
OutlineBaseHandle Class Reference

Base class for document outlines. More...

Inheritance diagram for OutlineBaseHandle:
IUnknownHandle OutlineHandle OutlineItemHandle
error_type OutlineBase_GetOutlineType (OutlineBaseHandle *handle, OutlineType *result)
 Get derived type of current object.
 
error_type OutlineBase_ToOutline (OutlineBaseHandle *handle, OutlineHandle **result)
 Reinterpret current object as OutlineHandle.
 
error_type OutlineBase_ToOutlineItem (OutlineBaseHandle *handle, OutlineItemHandle **result)
 Reinterpret current object as OutlineItemHandle.
 
error_type OutlineBase_Release (OutlineBaseHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Base class for document outlines.

See also
CatalogHandle

Friends And Related Function Documentation

◆ OutlineBase_Release()

error_type OutlineBase_Release ( OutlineBaseHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.

See also
IUnknown_Release

The documentation for this class was generated from the following file: