Vanilla.PDF  2.0.0
Cross-platform toolkit for creating and modifying PDF documents
OutlineBaseHandle Class Reference

Base class for document outlines. More...

Inheritance diagram for OutlineBaseHandle:
IUnknownHandle OutlineHandle OutlineItemHandle
error_type CALLING_CONVENTION OutlineBase_GetOutlineType (OutlineBaseHandle *handle, OutlineType *result)
 Get derived type of current object.
 
error_type CALLING_CONVENTION OutlineBase_ToUnknown (OutlineBaseHandle *handle, IUnknownHandle **result)
 Reinterpret current object as IUnknownHandle.
 
error_type CALLING_CONVENTION OutlineBase_FromUnknown (IUnknownHandle *handle, OutlineBaseHandle **result)
 Convert IUnknownHandle to CatalogHandle.
 
error_type CALLING_CONVENTION OutlineBase_Release (OutlineBaseHandle *handle)
 Decrement the internal reference counter.
 

Additional Inherited Members

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

Detailed Description

Base class for document outlines.

See also
CatalogHandle

Friends And Related Symbol Documentation

◆ OutlineBase_Release()

error_type CALLING_CONVENTION 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: