摘要:
A DLL can define two kinds of functions: exported and internal. The exported functions are intended to be called by other modules, as well as from within the DLL where they are defined. Internal functions are typically intended to be called only from within the DLL where they are defined. Although a 阅读全文
posted @ 2011-04-01 15:22
做个不善的人
阅读(224)
评论(0)
推荐(0)