INFO: _heapwalk() Does Not Work On Win32s (139478)



The information in this article applies to:

  • Microsoft Visual C++ 4.0

This article was previously published under Q139478

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.

Modification Type:MajorLast Reviewed:7/30/2001
Keywords:KB139478