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

Collection of FieldHandle. More...

Inheritance diagram for FieldCollectionHandle:
IUnknownHandle
error_type FieldCollection_GetSize (FieldCollectionHandle *handle, size_type *result)
 Get size of field collection.
 
error_type FieldCollection_At (FieldCollectionHandle *handle, size_type at, FieldHandle **result)
 Get single field from array at specific position.
 
error_type FieldCollection_Release (FieldCollectionHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Collection of FieldHandle.

Friends And Related Function Documentation

◆ FieldCollection_Release()

error_type FieldCollection_Release ( FieldCollectionHandle 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: