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

A map of unique names mapped to their associated a DestinationHandle. More...

Inheritance diagram for NamedDestinationsHandle:
IUnknownHandle
error_type CALLING_CONVENTION NamedDestinations_Contains (NamedDestinationsHandle *handle, const NameObjectHandle *name, boolean_type *result)
 Determine if current map contains name.
 
error_type CALLING_CONVENTION NamedDestinations_Find (NamedDestinationsHandle *handle, const NameObjectHandle *name, DestinationHandle **result)
 Find mapped value for key name.
 
error_type CALLING_CONVENTION NamedDestinations_Release (NamedDestinationsHandle *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

A map of unique names mapped to their associated a DestinationHandle.

For more details please visit section 12.3.2.3 - Named Destinations.

Friends And Related Symbol Documentation

◆ NamedDestinations_Find()

error_type CALLING_CONVENTION NamedDestinations_Find ( NamedDestinationsHandle * handle,
const NameObjectHandle * name,
DestinationHandle ** result )
related

Find mapped value for key name.

Prefer using NamedDestinations_Contains for validations.

This function throws internal exception on failure, which may render it slower.

◆ NamedDestinations_Release()

error_type CALLING_CONVENTION NamedDestinations_Release ( NamedDestinationsHandle * 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: