![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Represents a collection of ByteRangeHandle. More...
error_type CALLING_CONVENTION | ByteRangeCollection_GetSize (ByteRangeCollectionHandle *handle, size_type *result) |
Get size of byte range collection. | |
error_type CALLING_CONVENTION | ByteRangeCollection_GetValue (ByteRangeCollectionHandle *handle, size_type at, ByteRangeHandle **result) |
Get single byte range from array at specific position. | |
error_type CALLING_CONVENTION | ByteRangeCollection_Release (ByteRangeCollectionHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
Represents a collection of ByteRangeHandle.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.