Metadata data types
enum
{
CX_MDT_STRING = 1,
CX_MDT_STRINGLIST = 2,
CX_MDT_FILETIME = 3,
};
| Value | Meaning |
|---|---|
|
CX_MDT_STRING |
Null-terminated ASCII string |
|
CX_MDT_STRINGLIST |
List of null-terminated ASCII strings terminated by a double-NULL |
|
CX_MDT_FILETIME |
Date and time in FILETIME (UTC) format. |
Metadata data types
Header: CX_PlugIn.h