Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is called to release physical memory back to the system.
BOOL FreePhysMem(LPVOID lpvAddress);
Parameters
- lpvAddress
[in] Virtual address returned from AllocPhysMem.
Return Values
If the allocation failed, then FALSE is returned; otherwise, TRUE is returned. Call GetLastError for extended error information.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.
See Also
AllocPhysMem | SetIpForwardEntry | Trusted APIs | MIB_IPFORWARDROW
Send Feedback on this topic to the authors