Microsoft Windows CE 3.0  

UpdateNonLocalHeap

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Note   This callback function is not currently used on Windows CE.

The UpdateNonLocalHeapcallback function notifies the driver of the base addresses of each non-local heap in turn.

DWORD __stdcall UpdateNonLocalHeap(
LPDDHAL_UPDATENONLOCALHEAPDATA
lpd
);

Parameters

lpd
Pointer to a DDHAL_UPDATENONLOCALHEAPDATAstructure that contains the heap information.

Return Values

Returns one of the following values:

  • DDHAL_DRIVER_HANDLED
  • DDHAL_DRIVER_NOTHANDLED

     Last updated on Tuesday, July 13, 2004

    © 2004 Microsoft Corporation. All rights reserved.