如何使用 Pinvoke 返回字符串数组
我的 C/C++ 技能不存在 和 有一些自定义字符串数组数据需要从旧的 C dll 返回
- 仅供参考 - C/C++ 代码可以根据需要进行修改
My c/c++ skills are non-existent
and
there's some custom string array data that needs to be returned from an old C dll
fyi - The C/C++ code can be modified as needed
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有有关您的具体情况的更多信息,就不可能说明如何整理返回值。也许互操作封送示例页面会有所帮助: http://msdn.microsoft.com /en-us/library/e765dyyy.aspx
上面的链接不再有效。尝试使用平台调用封送数据。
Without more information about your specific case, it's impossible to say how you'd marshal the return value. Perhaps this page of interop marshaling samples will help: http://msdn.microsoft.com/en-us/library/e765dyyy.aspx
The above link no longer works. Try Marshaling Data with Platform Invoke.