The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ATLTRACENOTIMPL
In debug builds of ATL, sends the string "funcname is not implemented" to the dump device and returns E_NOTIMPL.
ATLTRACENOTIMPL( funcname );
- funcname
[in] A string containing the name of the function that is not implemented.
In release builds, simply returns E_NOTIMPL.
Example
ATLTRACENOTIMPL(_T("IOleControl::GetControlInfo"));
Requirements
Header: atltrace.h
Show: