1#ifndef _C_NAME_DICTIONARY_H
2#define _C_NAME_DICTIONARY_H
This file contains macro declarations for importing and exporting symbols from library boundaries.
This file contains all type forward declarations returned by the library API.
This file contains types and constants used as parameters or return values.
A name tree that maps string names to destination objects. This is the PDF 1.2+ method for storing na...
Base class for reference counting.
The name dictionary (PDF 1.2+) associates names with various document objects using name trees for ef...
error_type CALLING_CONVENTION NameDictionary_ToUnknown(NameDictionaryHandle *handle, IUnknownHandle **result)
Reinterpret current object as IUnknownHandle.
error_type CALLING_CONVENTION NameDictionary_ContainsDestinations(NameDictionaryHandle *handle, boolean_type *result)
Check if the name dictionary contains a Dests name tree.
error_type CALLING_CONVENTION NameDictionary_FromUnknown(IUnknownHandle *handle, NameDictionaryHandle **result)
Convert IUnknownHandle to NameDictionaryHandle.
error_type CALLING_CONVENTION NameDictionary_Release(NameDictionaryHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION NameDictionary_Create(NameDictionaryHandle **result)
Create a new empty name dictionary.
error_type CALLING_CONVENTION NameDictionary_SetDestinations(NameDictionaryHandle *handle, DestinationNameTreeHandle *destinations)
Set the Dests name tree in the name dictionary.
error_type CALLING_CONVENTION NameDictionary_GetDestinations(NameDictionaryHandle *handle, DestinationNameTreeHandle **result)
Get the Dests name tree from the name dictionary.
uint32_t error_type
This is return value type of all API functions.
Definition c_types.h:25
int8_t boolean_type
Boolean type supported in C.
Definition c_types.h:31