Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Collection of FieldHandle. More...
error_type CALLING_CONVENTION | FieldCollection_GetSize (FieldCollectionHandle *handle, size_type *result) |
Get size of field collection. | |
error_type CALLING_CONVENTION | FieldCollection_At (FieldCollectionHandle *handle, size_type at, FieldHandle **result) |
Get single field from array at specific position. | |
error_type CALLING_CONVENTION | FieldCollection_Release (FieldCollectionHandle *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. | |
Collection of FieldHandle.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.