Microsoft KB Archive/139478

From BetaArchive Wiki
Knowledge Base


INFO: _heapwalk() Does Not Work On Win32s

Article ID: 139478

Article Last Modified on 7/30/2001



APPLIES TO

  • Microsoft Visual C++ 4.0 Standard Edition



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.

Keywords: KB139478