摘要: 1 Private Declare Sub RtlMoveMemory Lib "kernel32" (Destination As Any, Source As Any, ByVal Length As Long) 2 3 4 'code by lichmama from cnblogs.c... 阅读全文
posted @ 2014-07-12 16:50 lichmama 阅读(1067) 评论(0) 推荐(0) 编辑
摘要: 翻译篇:http://www.cnblogs.com/duzouzhe/archive/2009/08/05/1539543.html 1 Private Declare Function GetTickCount Lib "kernel32" () As Long 2 Private Declar... 阅读全文
posted @ 2014-07-12 16:05 lichmama 阅读(1529) 评论(0) 推荐(0) 编辑