IDXGIInfoQueue

Undocumented in source.
version(Windows)
interface IDXGIInfoQueue : IUnknown {}

Members

Functions

AddApplicationMessage
HRESULT AddApplicationMessage(DXGI_INFO_QUEUE_MESSAGE_SEVERITY Severity, const(char)* Description)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AddMessage
HRESULT AddMessage(GUID Producer, DXGI_INFO_QUEUE_MESSAGE_CATEGORY Category, DXGI_INFO_QUEUE_MESSAGE_SEVERITY Severity, DXGI_INFO_QUEUE_MESSAGE_ID ID, const(char)* Description)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AddRetrievalFilterEntries
HRESULT AddRetrievalFilterEntries(GUID Producer, DXGI_INFO_QUEUE_FILTER* Filter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AddStorageFilterEntries
HRESULT AddStorageFilterEntries(GUID Producer, DXGI_INFO_QUEUE_FILTER* Filter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ClearRetrievalFilter
void ClearRetrievalFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ClearStorageFilter
void ClearStorageFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ClearStoredMessages
void ClearStoredMessages(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetBreakOnCategory
BOOL GetBreakOnCategory(GUID Producer, DXGI_INFO_QUEUE_MESSAGE_CATEGORY Category)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetBreakOnID
BOOL GetBreakOnID(GUID Producer, DXGI_INFO_QUEUE_MESSAGE_ID ID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetBreakOnSeverity
BOOL GetBreakOnSeverity(GUID Producer, DXGI_INFO_QUEUE_MESSAGE_SEVERITY Severity)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMessage
HRESULT GetMessage(GUID Producer, ulong MessageIndex, DXGI_INFO_QUEUE_MESSAGE* Message, size_t* MessageByteLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMessageCountLimit
ulong GetMessageCountLimit(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetMuteDebugOutput
BOOL GetMuteDebugOutput(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNumMessagesAllowedByStorageFilter
ulong GetNumMessagesAllowedByStorageFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNumMessagesDeniedByStorageFilter
ulong GetNumMessagesDeniedByStorageFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNumMessagesDiscardedByMessageCountLimit
ulong GetNumMessagesDiscardedByMessageCountLimit(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNumStoredMessages
ulong GetNumStoredMessages(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNumStoredMessagesAllowedByRetrievalFilters
ulong GetNumStoredMessagesAllowedByRetrievalFilters(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetRetrievalFilter
HRESULT GetRetrievalFilter(GUID Producer, DXGI_INFO_QUEUE_FILTER* Filter, size_t* FilterByteLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetRetrievalFilterStackSize
uint GetRetrievalFilterStackSize(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetStorageFilter
HRESULT GetStorageFilter(GUID Producer, DXGI_INFO_QUEUE_FILTER* Filter, size_t* FilterByteLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetStorageFilterStackSize
uint GetStorageFilterStackSize(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PopRetrievalFilter
void PopRetrievalFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PopStorageFilter
void PopStorageFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushCopyOfRetrievalFilter
HRESULT PushCopyOfRetrievalFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushCopyOfStorageFilter
HRESULT PushCopyOfStorageFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushDenyAllRetrievalFilter
HRESULT PushDenyAllRetrievalFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushDenyAllStorageFilter
HRESULT PushDenyAllStorageFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushEmptyRetrievalFilter
HRESULT PushEmptyRetrievalFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushEmptyStorageFilter
HRESULT PushEmptyStorageFilter(GUID Producer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushRetrievalFilter
HRESULT PushRetrievalFilter(GUID Producer, DXGI_INFO_QUEUE_FILTER* Filter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PushStorageFilter
HRESULT PushStorageFilter(GUID Producer, DXGI_INFO_QUEUE_FILTER* Filter)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetBreakOnCategory
HRESULT SetBreakOnCategory(GUID Producer, DXGI_INFO_QUEUE_MESSAGE_CATEGORY Category, BOOL Enable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetBreakOnID
HRESULT SetBreakOnID(GUID Producer, DXGI_INFO_QUEUE_MESSAGE_ID ID, BOOL Enable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetBreakOnSeverity
HRESULT SetBreakOnSeverity(GUID Producer, DXGI_INFO_QUEUE_MESSAGE_SEVERITY Severity, BOOL Enable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetMessageCountLimit
HRESULT SetMessageCountLimit(GUID Producer, ulong MessageCountLimit)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetMuteDebugOutput
HRESULT SetMuteDebugOutput(GUID Producer, BOOL Mute)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta