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

Base class for representing object attributes that are augumenting specific properties with additional metadata. More...

Inheritance diagram for BaseObjectAttributeHandle:
IUnknownHandle ImageMetadataObjectAttributeHandle SerializationOverrideObjectAttributeHandle
error_type CALLING_CONVENTION BaseObjectAttribute_GetAttributeType (BaseObjectAttributeHandle *handle, ObjectAttributeType *result)
 Get derived type of current object attribute.
 
error_type CALLING_CONVENTION BaseObjectAttribute_ToUnknown (BaseObjectAttributeHandle *handle, IUnknownHandle **result)
 Reinterpret current object as IUnknownHandle.
 
error_type CALLING_CONVENTION BaseObjectAttribute_FromUnknown (IUnknownHandle *handle, BaseObjectAttributeHandle **result)
 Convert IUnknownHandle to BaseObjectAttributeHandle.
 
error_type CALLING_CONVENTION BaseObjectAttribute_Release (BaseObjectAttributeHandle *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 representing object attributes that are augumenting specific properties with additional metadata.

Friends And Related Symbol Documentation

◆ BaseObjectAttribute_Release()

error_type CALLING_CONVENTION BaseObjectAttribute_Release ( BaseObjectAttributeHandle * handle)
related

Decrement the internal reference counter.

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


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