Funzione IddCxSwapChainReportFrameStatistics (iddcx.h)
Una funzione di callback del sistema operativo chiama il driver per segnalare le statistiche del frame dopo aver elaborato completamente un frame.
Sintassi
NTSTATUS IddCxSwapChainReportFrameStatistics(
[in] IDDCX_SWAPCHAIN SwapChainObject,
[in] const IDARG_IN_REPORTFRAMESTATISTICS *pInArgs
);
Parametri
[in] SwapChainObject
Oggetto swap-chain le cui statistiche del frame vengono segnalate.
[in] pInArgs
Puntatore a una struttura IDARG_IN_REPORTFRAMESTATISTICS .
Valore restituito
(NTSTATUS) Il metodo restituisce STATUS_SUCCESS se l'operazione ha esito positivo. In caso contrario, questo metodo può restituire un codice di errore NTSTATUS appropriato.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Server minimo supportato | Windows Server 2016 |
Piattaforma di destinazione | Windows |
Intestazione | iddcx.h |
Libreria | IddCxStub.lib |
DLL | IddCx.dll |
IRQL | Must_inspect_result |
Vedi anche
EVT_IDD_CX_MONITOR_ASSIGN_SWAPCHAIN EVT_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN