Hans Leidekker (@hans) commented about dlls/rometadata/tests/rometadata.c:
- WORD Class;
- WORD Name;
- WORD Signature;
+};
+struct row_custom_attribute +{
- WORD Parent;
- WORD Type;
- WORD Value;
+};
+#define TYPE_VISIBILITY_PUBLIC 0x00000001
+#define TYPE_SEMANTICS_CLASS 0x00000000 +#define TYPE_SEMANTICS_INTERFACE 0x00000020
You may want to copy the TYPE_ATTR_ enum from tools/widl/metadata.c which is based on the ECMA standard, paragraph II.23.1.15.