kkuzil.own@gmail.com

Posted
Filed under Development/Windows API

PVOID VirtualAlloc(
    PVOID pvAddress,
    SIZE_T dwSize,
    DWORD fdwAllocationType,
    DWORD fdwProtect);

가상메모리를 사용하기 위해 가장 많이 사용하게 되는 WinAPI중 하나이다

....
....

출처 : http://spec98.egloos.com/4365938


2010/07/21 11:15 2010/07/21 11:15