码海拾遗

但行好事,莫问前程

导航

2016年7月1日 #

C#调用C/C++动态库 封送结构体,结构体数组

摘要: 一. 结构体的传递 Cpp代码 #define JNAAPI extern "C" __declspec(dllexport) // C方式导出函数 typedef struct { int osVersion; int majorVersion; int minorVersion; int bui 阅读全文

posted @ 2016-07-01 16:56 widrin 阅读(16761) 评论(0) 推荐(1)