Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The NOTEmacros provide debug message abilities in the Microsoft Foundation Class (MFC) for Windows Embedded 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