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.
The NOTE macros provide debug message abilities in the Microsoft Foundation Class (MFC) for Windows CE style.
Programming element | Description |
---|---|
NOTE | Logs a debug message with zero additional parameters. |
NOTE1 | Logs a debug message with one additional parameter. |
NOTE2 | Logs a debug message with two additional parameters. |
NOTE3 | Logs a debug message with three additional parameters. |
NOTE4 | Logs a debug message with four additional parameters. |
NOTE5 | Logs a debug message with five additional parameters. |
See Also
Send Feedback on this topic to the authors