3#ifndef PDFSDK_CORE_INIT_H_INCLUDED_
4#define PDFSDK_CORE_INIT_H_INCLUDED_
11#include <pdfsdk/core/api_macro.h>
20 const wchar_t* resourcesDirectoryPath;
21 const wchar_t* tempDirectoryPath;
22 const wchar_t* appDataDirectoryPath;
32PDF_CORE_API
PDErrCode PDFSDK_CALLCONV PDInit(
const char* licenseKey,
const PDInitData* initData,
const char* tags);
33PDF_CORE_API
PDErrCode PDFSDK_CALLCONV PDDone();
35PDF_CORE_API
const char* PDFSDK_CALLCONV PDGetVersionString();
37PDF_CORE_API
void PDFSDK_CALLCONV PDSetErrMessage(
const char* msg);
38PDF_CORE_API
const char* PDFSDK_CALLCONV PDGetErrMessage();
40PDF_CORE_API
const wchar_t* PDFSDK_CALLCONV PDGetTempDirectory();
41PDF_CORE_API
const wchar_t* PDFSDK_CALLCONV PDGetResourcesDirectory();
43PDF_CORE_API
void PDFSDK_CALLCONV PDHandleAcquire(
void*);
44PDF_CORE_API
void PDFSDK_CALLCONV PDHandleRelease(
void*);
int32_t PDErrCode
Definition errors.h:44
bool isPreviewer
Definition init.h:29