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