ATLTRACENOTIMPL

This macro in debug builds of ATL, sends the string "funcname is not implemented" to the dump device and returns E_NOTIMPL. In release builds, this macro simply returns E_NOTIMPL.

At a Glance

Header file: Atlbase.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

ATLTRACENOTIMPL( funcname )

See Also

ATL Macros and Global Functions, ATLTRACE