DXGI_INFO_QUEUE_MESSAGE_SEVERITY enumeration (dxgidebug.h)

Values that specify debug message severity levels for an information queue.

Syntax

typedef enum DXGI_INFO_QUEUE_MESSAGE_SEVERITY {
  DXGI_INFO_QUEUE_MESSAGE_SEVERITY_CORRUPTION = 0,
  DXGI_INFO_QUEUE_MESSAGE_SEVERITY_ERROR,
  DXGI_INFO_QUEUE_MESSAGE_SEVERITY_WARNING,
  DXGI_INFO_QUEUE_MESSAGE_SEVERITY_INFO,
  DXGI_INFO_QUEUE_MESSAGE_SEVERITY_MESSAGE
} ;

Constants

 
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_CORRUPTION
Value: 0
Defines some type of corruption that has occurred.
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_ERROR
Defines an error message.
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_WARNING
Defines a warning message.
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_INFO
Defines an information message.
DXGI_INFO_QUEUE_MESSAGE_SEVERITY_MESSAGE
Defines a message other than corruption, error, warning, or information.

Remarks

Use this enumeration when you call IDXGIInfoQueue::GetMessage to retrieve a message and when you call IDXGIInfoQueue::AddMessage to add a message. Also, use this enumeration with IDXGIInfoQueue::AddApplicationMessage.

Note  This API requires the Windows Software Development Kit (SDK) for Windows 8.
 

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Header dxgidebug.h

See also

DXGI Enumerations