The notification subsystem provides some debug messages you can use to retrieve information about your notification code. The following messages are defined in the Notifext.hxx header file:
- DBG_FULLREPORT
- DBG_FAILURE
- DBG_APIERROR
- DBG_NAPI
- DBG_DBSWEEP
- DBG_UI
For debug builds of Windows CE, the messages are set to TRUE by default. These messages do not appear in a release build.
You can set the messages to FALSE in a debug build, but only the public notification code is affected. The messages remain set to TRUE in the notification subsystem itself. See %_WINCEROOT%\Public\Common\Oak\Notify\Notifext.cxx for implementation examples.
See Also
Send Feedback on this topic to the authors