Metodo IDXGIInfoQueue::GetNumMessagesAllowedByStorageFilter (dxgidebug.h)

Ottiene il numero di messaggi che un filtro di archiviazione ha consentito di passare.

Sintassi

UINT64 GetNumMessagesAllowedByStorageFilter(
  [in] DXGI_DEBUG_ID Producer
);

Parametri

[in] Producer

Valore DXGI_DEBUG_ID che identifica l'entità che ottiene il numero.

Valore restituito

Restituisce il numero di messaggi consentiti da un filtro di archiviazione.

Commenti

Nota Questa API richiede l'Windows Software Development Kit (Windows SDK) (SDK) per Windows 8.
 

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [app desktop | App UWP]
Server minimo supportato Windows Server 2012 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione dxgidebug.h
DLL DXGIDebug.dll

Vedi anche

IDXGIInfoQueue