ISAPITRACE3
Works exactly like the MFC macro TRACE3.
ISAPITRACE3(exp, param1, param2, param3 )
Parameters
- exp
- A format string as used in the run-time function printf.
- param1, param2, param3
- The name of the variable whose value should be dumped.
Remarks
See ISAPITRACE0 for a description of ISAPITRACE3.
ISAPI applications do not have to use MFC. If MFC is not linked to your application, ISAPITRACE3 provides the same TRACE3 functionality. If your application is linked to the MFC, ISAPITRACE3 simply calls MFC's TRACE3.
See Also
MFC Macros and Globals | ISAPIASSERT | ISAPITRACE | ISAPITRACE0 | ISAPITRACE1 | ISAPITRACE2 | ISAPIVERIFY