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

Collection of content instructions. More...

Inheritance diagram for ContentInstructionCollectionHandle:
IUnknownHandle
error_type CALLING_CONVENTION ContentInstructionCollection_GetIterator (ContentInstructionCollectionHandle *handle, ContentInstructionCollectionIteratorHandle **result)
 Get collection iterator for enumerating all entries. More...
 
error_type CALLING_CONVENTION ContentInstructionCollection_ToUnknown (ContentInstructionCollectionHandle *handle, IUnknownHandle **result)
 Reinterpret current object as IUnknownHandle.
 
error_type CALLING_CONVENTION ContentInstructionCollection_FromUnknown (IUnknownHandle *handle, ContentInstructionCollectionHandle **result)
 Convert IUnknownHandle to ContentInstructionCollectionHandle.
 
error_type CALLING_CONVENTION ContentInstructionCollection_Release (ContentInstructionCollectionHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

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

Detailed Description

Collection of content instructions.

Member Function Documentation

◆ ContentInstructionCollection_GetIterator()

error_type CALLING_CONVENTION ContentInstructionCollection_GetIterator ( ContentInstructionCollectionHandle handle,
ContentInstructionCollectionIteratorHandle **  result 
)

Get collection iterator for enumerating all entries.

Modifying collection may invalidate this handle.

Friends And Related Function Documentation

◆ ContentInstructionCollection_Release()

error_type CALLING_CONVENTION ContentInstructionCollection_Release ( ContentInstructionCollectionHandle 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: