Vanilla.PDF  2.0.0
Cross-platform toolkit for creating and modifying PDF documents
ByteRangeHandle Class Reference

Represents starting byte offset and length. More...

Inheritance diagram for ByteRangeHandle:
IUnknownHandle
error_type CALLING_CONVENTION ByteRange_GetOffset (ByteRangeHandle *handle, IntegerObjectHandle **result)
 Get starting offset of byte range.
 
error_type CALLING_CONVENTION ByteRange_GetLength (ByteRangeHandle *handle, IntegerObjectHandle **result)
 Get length of byte range.
 
error_type CALLING_CONVENTION ByteRange_Release (ByteRangeHandle *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.
 

Detailed Description

Represents starting byte offset and length.

Friends And Related Symbol Documentation

◆ ByteRange_Release()

error_type CALLING_CONVENTION ByteRange_Release ( ByteRangeHandle * 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: