1#ifndef _C_RESOURCE_DICTIONARY_H
2#define _C_RESOURCE_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 dictionary that maps resource names to font dictionaries.
Base class for reference counting.
A content stream's named resources shall be defined by a resource dictionary, which shall enumerate t...
error_type CALLING_CONVENTION ResourceDictionary_GetFontMap(ResourceDictionaryHandle *handle, FontMapHandle **result)
A dictionary that maps resource names to font dictionaries.
error_type CALLING_CONVENTION ResourceDictionary_Release(ResourceDictionaryHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION ResourceDictionary_FromUnknown(IUnknownHandle *handle, ResourceDictionaryHandle **result)
Convert IUnknownHandle to ResourceDictionaryHandle.
error_type CALLING_CONVENTION ResourceDictionary_ToUnknown(ResourceDictionaryHandle *handle, IUnknownHandle **result)
Reinterpret current object as IUnknownHandle.
uint32_t error_type
This is return value type of all API functions.
Definition c_types.h:25