DEBUG_LEVEL enumeración (dispmprt.h)

Especifica el nivel de depuración.

Syntax

typedef enum _DEBUG_LEVEL {
  DlDebugError,
  DlDebugWarning,
  DlDebugTrace,
  DlDebugInfo
} DEBUG_LEVEL;

Constantes

 
DlDebugError
Error.
DlDebugWarning
Advertencia.
DlDebugTrace
Rastro.
DlDebugInfo
Información.

Requisitos

Requisito Valor
Header dispmprt.h