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.
我试图找出从 win32 到 win64 的端口错误,其中 LB_GETSELITEMS 消息在 64 位端口中返回 -1,但在原始 32 位环境中没有。
当我终于意识到 LB_GETSELITEMS 要求 lParam 不能是 2 字节对齐,但必须是 8 字节(也许是 4 字节?)对齐时,我的脑袋要爆炸了。
我在任何地方都没有看到这个记录。有谁知道与此相关的任何文档?还有其他地方有这个问题吗?