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

The Unicode standard defines a system for numbering all of the common characters used in a large number of languages. More...

Inheritance diagram for UnicodeCharacterMapHandle:
CharacterMapHandle IUnknownHandle
error_type UnicodeCharacterMap_GetMappedValue (UnicodeCharacterMapHandle *handle, BufferHandle *key_handle, BufferHandle **result)
 Get unicode representation of key key_handle.
 
error_type UnicodeCharacterMap_Release (UnicodeCharacterMapHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from CharacterMapHandle
error_type CharacterMap_GetType (CharacterMapHandle *handle, CharacterMapType *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

The Unicode standard defines a system for numbering all of the common characters used in a large number of languages.

Friends And Related Function Documentation

◆ UnicodeCharacterMap_Release()

error_type UnicodeCharacterMap_Release ( UnicodeCharacterMapHandle 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: