![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Represents a list of BufferHandle. More...
| error_type CALLING_CONVENTION | BufferArray_Create (BufferArrayHandle **result) |
| Creates a new buffer array instance. | |
| error_type CALLING_CONVENTION | BufferArray_GetSize (BufferArrayHandle *handle, size_type *result) |
| Return size of an array. | |
| error_type CALLING_CONVENTION | BufferArray_At (BufferArrayHandle *handle, size_type at, BufferHandle **result) |
Get element at location at. | |
| error_type CALLING_CONVENTION | BufferArray_Append (BufferArrayHandle *handle, BufferHandle *value) |
| Insert new element at the end of the array. | |
| error_type CALLING_CONVENTION | BufferArray_Insert (BufferArrayHandle *handle, size_type at, BufferHandle *value) |
Insert new element at location at. | |
| error_type CALLING_CONVENTION | BufferArray_Remove (BufferArrayHandle *handle, size_type at) |
Remove element from location at. | |
| error_type CALLING_CONVENTION | BufferArray_ToUnknown (BufferArrayHandle *handle, IUnknownHandle **result) |
| Reinterpret current object as IUnknownHandle. | |
| error_type CALLING_CONVENTION | BufferArray_FromUnknown (IUnknownHandle *handle, BufferArrayHandle **result) |
| Convert IUnknownHandle to BufferArrayHandle. | |
| error_type CALLING_CONVENTION | BufferArray_Release (BufferArrayHandle *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. | |
Represents a list of BufferHandle.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.