Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 VS c++ 中,我分配了一个 CComSafeArray 并且需要后面的数据数组是 32 字节对齐的。我怎么做。对齐 CComSafeArray 本身不是解决方案,因为这不会对齐后面的数据数组。