人较笨且记性不好,故记录在此.折叠代码打不开请F5.本博中很多是转载收录其他网友的文章(原文地址请见博文末尾),所有权为原作者所有!!!
此博客已不再更新和维护,欢迎关注我的github新博客

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::

2012年1月31日

摘要: General Memory FunctionsThe following functions are used in memory management.FunctionDescriptionCopyMemoryCopies a block of memory from one location to another.复制内存,第一个参数为目的地址,第二个参数为源地址,第三个参数为复制数据的大小,单位为字节。CreateMemoryResourceNotificationCreates a memory resource notification object.FillMemoryFills 阅读全文
posted @ 2012-01-31 18:17 子坞 阅读(769) 评论(0) 推荐(0) 编辑