【Windows核心编程】VirtualAlloc 例子
摘要:
1 // VirtualAlloc.cpp : 定义控制台应用程序的入口点。 2 // 3 #include "stdafx.h" 4 #include 5 #include 6 #include 7 using namespace std; 8 9 #ifdef UNICODE10 #define PRINT wcout11 #else12 #define PRINT cout13 #endif14 15 int _tmain(int argc, _TCHAR* argv[])16 {17 SIZE_T sizeOfLargePage = GetLargePageMin. 阅读全文
posted @ 2014-03-27 00:35 崔好好 阅读(1896) 评论(0) 推荐(0)
浙公网安备 33010602011771号