ATLTRACENOTIMPL( funcname )
Parameters
funcname
[in] A string containing the name of the function that is not implemented.
Remarks
In debug builds of ATL, sends the string "funcname is not implemented" to the dump device and returns E_NOTIMPL. In release builds, simply returns E_NOTIMPL.
ATL Macros and Global Functions
See Also