ATLTRACENOTIMPL
In debug builds of ATL, sends the string "funcname is not implemented" to the dump device and returns E_NOTIMPL.
ATLTRACENOTIMPL( funcname );
Parameters
- funcname
[in] A string containing the name of the function that is not implemented.
Remarks
In release builds, simply returns E_NOTIMPL.
Example
ATLTRACENOTIMPL(_T("IOleControl::GetControlInfo"));
Requirements
Header: atltrace.h