Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
A pointer to XrefEntryHandle within XrefHandle collection. More...
error_type CALLING_CONVENTION | XrefIterator_GetValue (XrefIteratorHandle *handle, XrefEntryHandle **result) |
Get cross-reference entry from current iterator position. | |
error_type CALLING_CONVENTION | XrefIterator_Next (XrefIteratorHandle *handle) |
Advance iterator to the next position. | |
error_type CALLING_CONVENTION | XrefIterator_IsValid (XrefIteratorHandle *handle, boolean_type *result) |
Check if the current iterator position is valid. | |
error_type CALLING_CONVENTION | XrefIterator_ToUnknown (XrefIteratorHandle *handle, IUnknownHandle **result) |
Reinterpret current object as IUnknownHandle. | |
error_type CALLING_CONVENTION | XrefIterator_FromUnknown (IUnknownHandle *handle, XrefIteratorHandle **result) |
Convert IUnknownHandle to XrefIteratorHandle. | |
error_type CALLING_CONVENTION | XrefIterator_Release (XrefIteratorHandle *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. | |
A pointer to XrefEntryHandle within XrefHandle collection.
This object is useful for iterating over whole entry collecion.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.