Debugging and Error Reporting Macros
Visual Studio 2010
These macros provide useful debugging and trace facilities.
Writes, to the output window, any interface leaks that are detected when _Module.Term is called. | |
Writes all calls to QueryInterface to the output window. | |
Performs the same functionality as the _ASSERTE macro found in the C run-time library. | |
Performs parameters validation. Call AtlThrow if needed | |
Sends a message to the dump device that the specified function is not implemented. | |
Reports warnings to an output device, such as the debugger window, according to the indicated flags and levels. Included for backward compatibility. | |
Reports warnings to an output device, such as the debugger window, according to the indicated flags and levels. |