jna传递byte数组
摘要:
C++代码: #include "stdafx.h" #include <iostream> using namespace std; extern "C" _declspec(dllexport) int __stdcall Add(int a, int b) { return a + b; } 阅读全文
posted @ 2021-01-11 16:18 空明流光 阅读(2491) 评论(2) 推荐(0)
posted @ 2021-01-11 16:18 空明流光 阅读(2491) 评论(2) 推荐(0)