INFO: _heapwalk() Does Not Work On Win32s

ID: Q139478


The information in this article applies to:
  • Microsoft Visual C++ 32-bit Edition, version 4.0


SUMMARY

On Win32s, _heapwalk() does not work because the underlying API is not implemented). A call to _heapwalk() returns _HEAPEND and sets errno to ENOSYS. Because Win32s does not implement the API required for the heapwalk function, it sets the appropriate error number.

Additional query words:

Keywords :
Version : :4.0
Platform : NT WINDOWS
Issue type :


Last Reviewed: January 31, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.