搜索资源列表
vc++ finish
- 该程序创建了一个动态连接库并在应用程序中调用了此动态链接库。在动态链接库文件中利用“declspec(dllexport)”关键字添加输出函数的声明。在调用动态链接库应用程序中通过getprocaddress函数或的动态链接库中输出函数的地址,并调用该输出函数。-the program to create a dynamic link library and the application program called this dynamic link library. The dynamic
DLLdiaoyong
- 动态连接库的调用测试 __declspec(dllimport) -Dynamic Link Library call test __declspec (dllimport)
Hook-registry-monitor
- DLL 动态库,主要 用Hook 对注册表的指定项 进行动态的监控,参数由自己输入,- extern "C" __declspec(dllexport) BOOL InstallHook(HWND handle) { hhook = ::SetWindowsHookEx(WH_SHELL, MyShellProc, GetModuleHandle("Hook.dll"), 0) hWnd = handle RegMonPID = GetCurrentProce
dllexport
- VC++利用关键字_declspec (dllexport)导出函数,编译后将生成Test.dll文件。。。参考价值更大于使用价值。欢迎下载。没有截图哦,因为只有一个DLL。-VC++ using keywords _declspec (dllexport) export function, compile will generate Test.dll file. . . Greater reference value in the use value. Welcome to download.
dllexport
- VC++使用关键字_declspec (dllexport)导出函数,编译后将生成Test.dll文件。-VC++ the keyword _declspec (dllexport) export function, the compiler will generate the file Test.dll.
19870
- 使用关键字_declspec (dllexport)导出函数,VC++精选编程学习源码,很好的参考资料。-Use the _declspec keyword (dllexport) derived function, VC++ select learning programming source code, a good reference.
JaafarDll
- Jaafar #ifndef JAAFARDLL_H #define JAAFARDLL_H extern __declspec(dllexport) double Avg(double, double) #endif
dllexport
- 此程序是介绍如何使用关键字_declspec (dllexport)导出函数-This procedure describes how to use keywords _declspec (dllexport) export function
VC(dllexport)
- 如何使用关键字_declspec (dllexport)导出函数-How to use the keyword _declspec (dllexport) to export functions
dllexport
- dll exports win7_86_64
