Share via


Debug Messages for the Notification Subsystem

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 retail 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

Implementing Notifications

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.