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

Atomic content operation. More...

Inheritance diagram for ContentOperationHandle:
ContentInstructionHandle IUnknownHandle ContentOperationBeginTextHandle ContentOperationEndTextHandle ContentOperationGenericHandle ContentOperationTextFontHandle ContentOperationTextShowArrayHandle ContentOperationTextShowHandle
error_type ContentOperation_GetType (ContentOperationHandle *handle, ContentOperationType *result)
 Get derived type of current object.
 
error_type ContentOperation_ToGeneric (ContentOperationHandle *handle, ContentOperationGenericHandle **result)
 Reinterpret current object as ContentOperationGenericHandle.
 
error_type ContentOperation_ToTextFont (ContentOperationHandle *handle, ContentOperationTextFontHandle **result)
 Reinterpret current object as ContentOperationTextFontHandle.
 
error_type ContentOperation_ToTextShow (ContentOperationHandle *handle, ContentOperationTextShowHandle **result)
 Reinterpret current object as ContentOperationTextShowHandle.
 
error_type ContentOperation_ToTextShowArray (ContentOperationHandle *handle, ContentOperationTextShowArrayHandle **result)
 Reinterpret current object as ContentOperationTextShowArrayHandle.
 
error_type ContentOperation_ToBeginText (ContentOperationHandle *handle, ContentOperationBeginTextHandle **result)
 Reinterpret current object as ContentOperationBeginTextHandle.
 
error_type ContentOperation_ToEndText (ContentOperationHandle *handle, ContentOperationEndTextHandle **result)
 Reinterpret current object as ContentOperationEndTextHandle.
 
error_type ContentOperation_Release (ContentOperationHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from ContentInstructionHandle
error_type ContentInstruction_GetType (ContentInstructionHandle *handle, ContentInstructionType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Atomic content operation.

Friends And Related Function Documentation

◆ ContentOperation_Release()

error_type ContentOperation_Release ( ContentOperationHandle 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: