Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
A map of unique names mapped to their associated a DestinationHandle. More...
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. | |
Related Symbols inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
A map of unique names mapped to their associated a DestinationHandle.
For more details please visit section 12.3.2.3 - Named Destinations.
|
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.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.