DEBUG_OUTCB_XXX
The DEBUG_OUTCB_XXX constants are output flags. The output flags form a bit field that indicates the type of the output that accompanies them.
DEBUG_OUTCB_XXX defines different kinds of output callback notifications that can be sent to Output2.
The possible values include the following.
Constant | Description |
---|---|
DEBUG_OUTCB_TEXT | Plain text content, flags are below, argument is mask. |
DEBUG_OUTCB_DML | Debugger markup content, flags are below, argument is mask. |
DEBUG_OUTCB_EXPLICIT_FLUSH | Notification of an explicit output flush, flags and argument are zero. |
Requirements
Header: DbgEng.h (include DbgEng.h)