![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Base class for all content objects and operations. More...
| error_type CALLING_CONVENTION | ContentInstruction_GetInstructionType (ContentInstructionHandle *handle, ContentInstructionType *result) |
| Get derived type of current object. | |
| error_type CALLING_CONVENTION | ContentInstruction_ToOperation (ContentInstructionHandle *handle, ContentOperationHandle **result) |
| Reinterpret current object as ContentOperationHandle. | |
| error_type CALLING_CONVENTION | ContentInstruction_ToUnknown (ContentInstructionHandle *handle, IUnknownHandle **result) |
| Reinterpret current object as IUnknownHandle. | |
| error_type CALLING_CONVENTION | ContentInstruction_FromUnknown (IUnknownHandle *handle, ContentInstructionHandle **result) |
| Convert IUnknownHandle to ContentInstructionHandle. | |
| error_type CALLING_CONVENTION | ContentInstruction_Release (ContentInstructionHandle *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. | |
Related Symbols inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
| Decrement the internal reference counter. | |
Base class for all content objects and operations.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.