摘要: 1 using System; 2 3 using System.Collections.Generic; 4 using System.Text; 5 using System.Runtime.InteropServices; 6 7 namespace Microwind.SmartRfid.MockProvider 8 { 9 publicclass WinCEApi10 {11 publicconstint LMEM_FIXED =0x0000;12 publicconstint LMEM_ZEROINIT =0x0040;13 publicconstint LPTR = (L... 阅读全文
posted @ 2011-05-28 15:05 微米大大 阅读(393) 评论(0) 推荐(1) 编辑