2 references to MEM_RELEASE
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
70
return Misc.VirtualFreeEx(_processHandle, handle, UIntPtr.Zero, UnsafeNativeMethods.
MEM_RELEASE
);
MS\Internal\AutomationProxies\Misc.cs (1)
624
VirtualFree(memAddr, UIntPtr.Zero, UnsafeNativeMethods.
MEM_RELEASE
);