Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

In Windows Embedded CE6 FreePhysMem is only callable from kernel-space. The function OEM_FreePhysMem is a workaround to use FreePhysMem from user-space.
This function is called to release physical memory back to the system.
See Platform-Builder-Help for details.

BOOL OEM_FreePhysMem(         
  LPVOID lpvAddress
);

Parameters

lpvAddress [in] Virtual address returned from OEM_AllocPhysMem.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows Embedded CE 6.
Header: drvlib_app.h
Link Library: drvlib_app.lib
added: 20.06.2008

  • No labels