FreePhysMem (Windows Embedded CE 6.0)
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 |