39 #ifndef OPC_PROPERTIES_H
40 #define OPC_PROPERTIES_H
59 xmlChar *contentStatus;
67 xmlChar *lastModifiedBy;
opc_error_t opcCorePropertiesSetStringLang(opcDCSimpleType_t *prop, const xmlChar *str, const xmlChar *lang)
Definition: properties.c:82
Definition: properties.h:57
opc_error_t opcCorePropertiesRead(opcProperties_t *cp, opcContainer *c)
Definition: properties.c:144
opc_error_t opcCorePropertiesCleanup(opcProperties_t *cp)
Definition: properties.c:50
opc_error_t opcCorePropertiesSetString(xmlChar **prop, const xmlChar *str)
Definition: properties.c:74
struct OPC_DC_SIMPLE_TYPE opcDCSimpleType_t
struct OPC_PROPERTIES_STRUCT opcProperties_t
opc_error_t opcCorePropertiesInit(opcProperties_t *cp)
Definition: properties.c:38
Definition: properties.h:49
puint32_t opc_uint32_t
Definition: config.h:103
Definition: internal.h:181
enum OPC_ERROR_ENUM opc_error_t
opc_error_t opcCorePropertiesWrite(opcProperties_t *cp, opcContainer *c)
Definition: properties.c:251