从 SendMessage() 获取响应 + WM_复制数据

发布于 2024-10-11 20:22:42 字数 201 浏览 2 评论 0原文

目前我正在研究一个使用 WM_COPYDATA 将用户数据发送到其他进程的示例。我构造 COPYDATASTRUCT 结构来填充用户数据。并使用SendMessage()函数将数据发送到其他进程。 OnCopy() 函数返回真/假值。但想要得到除真/假之外的其他值(如 int、char[]、float 等)。

响应

请帮助我从其他进程获得除了真/假之外的

Currently I am working on a sample which sends user data to the other process using WM_COPYDATA. I construct the COPYDATASTRUCT structure to fill the user data. And send the data to other process using SendMessage() function. The OnCopy() function returns true/ false value. But want to get other than the true/false(Like int, char[], float, etc).

Please help me to getting the response from the other process other than true/false

Regards

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

是伱的 2024-10-18 20:22:42

您好,您可以使用包含返回数据的 COPYDATASTRUCT 结构通过 SendMessage 进行发送响应。您无法更改 SendMessage 返回类型。

Hi all you can to do its send response by SendMessage with COPYDATASTRUCT struct which consist your return data. You cant change SendMessage return type.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文