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.
1/6/2010
This function is called to release physical memory back to the system.
Syntax
BOOL FreePhysMem(
LPVOID lpvAddress
);
Parameters
- lpvAddress
[in] Virtual address returned from AllocPhysMem.
Return Value
TRUE indicates success. FALSE indicates failure. Call GetLastError for extended error information.
Requirements
| Header | pkfuncs.h |
| Library | coredll.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |