// This is a generated source file for Chilkat version 11.3.0 #ifndef _C_CkXmpWH #define _C_CkXmpWH #include "chilkatDefs.h" #include "ck_inttypes.h" #include "Chilkat_C.h" CK_C_VISIBLE_PUBLIC HCkXmpW CkXmpW_Create(void); CK_C_VISIBLE_PUBLIC void CkXmpW_Dispose(HCkXmpW handle); CK_C_VISIBLE_PUBLIC void CkXmpW_getDebugLogFilePath(HCkXmpW cHandle, HCkString retval); CK_C_VISIBLE_PUBLIC void CkXmpW_putDebugLogFilePath(HCkXmpW cHandle, const wchar_t *newVal); CK_C_VISIBLE_PUBLIC const wchar_t *CkXmpW_debugLogFilePath(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC void CkXmpW_getLastErrorHtml(HCkXmpW cHandle, HCkString retval); CK_C_VISIBLE_PUBLIC const wchar_t *CkXmpW_lastErrorHtml(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC void CkXmpW_getLastErrorText(HCkXmpW cHandle, HCkString retval); CK_C_VISIBLE_PUBLIC const wchar_t *CkXmpW_lastErrorText(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC void CkXmpW_getLastErrorXml(HCkXmpW cHandle, HCkString retval); CK_C_VISIBLE_PUBLIC const wchar_t *CkXmpW_lastErrorXml(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_getLastMethodSuccess(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC void CkXmpW_putLastMethodSuccess(HCkXmpW cHandle, BOOL newVal); CK_C_VISIBLE_PUBLIC int CkXmpW_getNumEmbedded(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_getStructInnerDescrip(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC void CkXmpW_putStructInnerDescrip(HCkXmpW cHandle, BOOL newVal); CK_C_VISIBLE_PUBLIC void CkXmpW_getUncommonOptions(HCkXmpW cHandle, HCkString retval); CK_C_VISIBLE_PUBLIC void CkXmpW_putUncommonOptions(HCkXmpW cHandle, const wchar_t *newVal); CK_C_VISIBLE_PUBLIC const wchar_t *CkXmpW_uncommonOptions(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_getVerboseLogging(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC void CkXmpW_putVerboseLogging(HCkXmpW cHandle, BOOL newVal); CK_C_VISIBLE_PUBLIC void CkXmpW_getVersion(HCkXmpW cHandle, HCkString retval); CK_C_VISIBLE_PUBLIC const wchar_t *CkXmpW_version(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_AddArray(HCkXmpW cHandle, HCkXmlW xml, const wchar_t *arrType, const wchar_t *propName, HCkStringArrayW values); CK_C_VISIBLE_PUBLIC void CkXmpW_AddNsMapping(HCkXmpW cHandle, const wchar_t *ns, const wchar_t *uri); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_AddSimpleInt(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *propName, int propVal); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_AddSimpleStr(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *propName, const wchar_t *propVal); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_AddStructProp(HCkXmpW cHandle, HCkXmlW iChilkatXml, const wchar_t *structName, const wchar_t *propName, const wchar_t *propValue); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_Append(HCkXmpW cHandle, HCkXmlW iXml); CK_C_VISIBLE_PUBLIC HCkStringArrayW CkXmpW_GetArray(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *propName); CK_C_VISIBLE_PUBLIC HCkXmlW CkXmpW_GetEmbedded(HCkXmpW cHandle, int index); CK_C_VISIBLE_PUBLIC HCkXmlW CkXmpW_GetProperty(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *propName); CK_C_VISIBLE_PUBLIC int CkXmpW_GetSimpleInt(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *propName); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_GetSimpleStr(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *propName, HCkString outStr); CK_C_VISIBLE_PUBLIC const wchar_t *CkXmpW_getSimpleStr(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *propName); CK_C_VISIBLE_PUBLIC HCkStringArrayW CkXmpW_GetStructPropNames(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *structName); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_GetStructValue(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *structName, const wchar_t *propName, HCkString outStr); CK_C_VISIBLE_PUBLIC const wchar_t *CkXmpW_getStructValue(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *structName, const wchar_t *propName); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_LoadAppFile(HCkXmpW cHandle, const wchar_t *filename); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_LoadFromBuffer(HCkXmpW cHandle, HCkByteData fileData, const wchar_t *ext); CK_C_VISIBLE_PUBLIC HCkXmlW CkXmpW_NewXmp(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_RemoveAllEmbedded(HCkXmpW cHandle); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_RemoveArray(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *propName); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_RemoveEmbedded(HCkXmpW cHandle, int index); CK_C_VISIBLE_PUBLIC void CkXmpW_RemoveNsMapping(HCkXmpW cHandle, const wchar_t *ns); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_RemoveSimple(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *propName); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_RemoveStruct(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *structName); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_RemoveStructProp(HCkXmpW cHandle, HCkXmlW iXml, const wchar_t *structName, const wchar_t *propName); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_SaveAppFile(HCkXmpW cHandle, const wchar_t *filename); CK_C_VISIBLE_PUBLIC BOOL CkXmpW_SaveToBuffer(HCkXmpW cHandle, HCkByteData outBytes); #endif