文件名称:C#调用C/C++ Dll中函数实例代码
文件大小:940KB
文件格式:RAR
更新时间:2012-04-23 10:07:18
C# C/C++ dll 平台调用 (P/Invoke)
实例代码说明如何在托管的C#代码中调用非托管的Win32 API或者自己用C/C++写的Dll中的函数,以及如何传递输入、输出字符串参数,结构类型参数等问题。
【文件预览】:
TCallCDll
----TCallCDll.sln(916B)
----TCallCDll.suo(14KB)
----TCallCDll()
--------bin()
--------TCallCDll.csproj(3KB)
--------obj()
--------Properties()
--------Program.cs(475B)
--------callCDllMain.cs(2KB)
--------callCDllMain.resx(6KB)
--------callCDllMain.Designer.cs(1KB)
dll
----dll.ncb(4.46MB)
----dll.sln(874B)
----dll.suo(10KB)
----debug()
--------dll.ilk(269KB)
----dll()
--------stdafx.h(1KB)
--------dll.vcproj(4KB)
--------Debug()
--------stdafx.cpp(208B)
--------ReadMe.txt(1KB)
--------dll.vcproj.HP.br.user(1KB)
--------dll.cpp(682B)