摘要:
跟exe有个main或者WinMain入口函数一样,DLL也有一个入口函数,就是DllMain。An optional entry point into a dynamic-link library (DLL). When the system starts or terminates a process or thread, it calls the entry-point function for each loaded DLL using the first thread of the process. The system also calls the entry-point func 阅读全文
posted @ 2009-08-06 16:42
做个不善的人
阅读(609)
评论(0)
推荐(0)