On Mon Aug 18 02:48:29 2025 +0000, Mohamad Al-Jaf wrote:
Thanks, another option would be to add a back-pointer to `struct signature` in `struct xmldoc` which would avoid having to use `CONTAINING_RECORD`, but this seems fine.
Right, but it's an array so we would need an array of back pointers eventually. This structure probably isn't final but I think it's good enough for this stub implementation.