标签: c# dll marshalling
我有这个dll函数签名:
extern BOOL __stdcall ReadTag(LPVOID values)
如何将LPVOID指针映射到C#外部方法?