函数简介:

释放用VirtualAllocEx分配的内存. 必须绑定后才能使用

函数原型:

long VirtualFreeEx (addr)

参数定义:

addr长整形数: VirtualAllocEx返回的地址

返回值:

整形数:
0 :
失败
1 :
成功

示例: