Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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