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

Text stored in hexadecimal notation. More...

Inheritance diagram for HexadecimalStringObjectHandle:
StringObjectHandle ObjectHandle IUnknownHandle
error_type HexadecimalStringObject_Create (HexadecimalStringObjectHandle **result)
 Creates a new HexadecimalStringObject instance.
 
error_type HexadecimalStringObject_CreateFromEncodedBuffer (BufferHandle *value, HexadecimalStringObjectHandle **result)
 Creates a new HexadecimalStringObject instance from encoded data.
 
error_type HexadecimalStringObject_CreateFromEncodedString (string_type value, HexadecimalStringObjectHandle **result)
 Creates a new HexadecimalStringObject instance from encoded string data.
 
error_type HexadecimalStringObject_CreateFromDecodedBuffer (BufferHandle *value, HexadecimalStringObjectHandle **result)
 Creates a new HexadecimalStringObject instance from decoded data.
 
error_type HexadecimalStringObject_CreateFromDecodedString (string_type value, HexadecimalStringObjectHandle **result)
 Creates a new HexadecimalStringObject instance from decoded string data.
 
error_type HexadecimalStringObject_GetValue (HexadecimalStringObjectHandle *handle, BufferHandle **result)
 Get strings current value.
 
error_type HexadecimalStringObject_SetValue (HexadecimalStringObjectHandle *handle, BufferHandle *value)
 Set strings new value.
 
error_type HexadecimalStringObject_ToStringObject (HexadecimalStringObjectHandle *handle, StringObjectHandle **result)
 Reinterpret current object as StringObjectHandle.
 
error_type HexadecimalStringObject_FromStringObject (StringObjectHandle *handle, HexadecimalStringObjectHandle **result)
 Convert IUnknownHandle to HexadecimalStringObjectHandle.
 
error_type HexadecimalStringObject_Release (HexadecimalStringObjectHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from StringObjectHandle
error_type StringObject_GetType (StringObjectHandle *handle, StringType *result)
 Get derived type from current string.
 
- Public Member Functions inherited from ObjectHandle
error_type Object_GetType (ObjectHandle *handle, ObjectType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Text stored in hexadecimal notation.

Friends And Related Function Documentation

◆ HexadecimalStringObject_Release()

error_type HexadecimalStringObject_Release ( HexadecimalStringObjectHandle 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: