Atom API.
More...
#include <pdfsdk/core/api_macro.h>
#include <pdfsdk/errors.h>
#include <pdfsdk/core/atom_builtins.inl>
Go to the source code of this file.
|
| enum | { kPDAtomNull = (uint32_t)-1
, kPDAtomEmpty = 0
} |
| | Defines a chain of enums that start with null (all 1s) and starting at 0 all the PDF Atoms from the atom_builtins.inl file get enumerated sequentially.
|
| |
|
|
PDF_CORE_API PDErrCode PDFSDK_CALLCONV | PDAtomPutString (const char *string, PDAtom *patom) |
| |
|
PDF_CORE_API PDErrCode PDFSDK_CALLCONV | PDAtomGetString (PDAtom atom, const char **pstring) |
| |
◆ PDF_ATOM_BUILTIN_
| #define PDF_ATOM_BUILTIN_ |
( |
| X | ) |
|
◆ PDF_ATOM_BUILTIN_V_
| #define PDF_ATOM_BUILTIN_V_ |
( |
| X, |
|
|
| Name ) |