Fonction IddCxSwapChainReportFrameStatistics (iddcx.h)
Fonction de rappel du système d’exploitation que le pilote appelle pour signaler les statistiques de trame une fois qu’il a traité complètement une trame.
Syntaxe
NTSTATUS IddCxSwapChainReportFrameStatistics(
[in] IDDCX_SWAPCHAIN SwapChainObject,
[in] const IDARG_IN_REPORTFRAMESTATISTICS *pInArgs
);
Paramètres
[in] SwapChainObject
Objet de chaîne d’échange dont les statistiques de trame sont signalées.
[in] pInArgs
Pointeur vers une structure IDARG_IN_REPORTFRAMESTATISTICS .
Valeur retournée
(NTSTATUS) La méthode retourne STATUS_SUCCESS si l’opération réussit. Sinon, cette méthode peut retourner un code d’erreur NTSTATUS approprié.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 |
Serveur minimal pris en charge | Windows Server 2016 |
Plateforme cible | Windows |
En-tête | iddcx.h |
Bibliothèque | IddCxStub.lib |
DLL | IddCx.dll |
IRQL | Must_inspect_result |
Voir aussi
EVT_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN EVT_IDD_CX_MONITOR_ASSIGN_SWAPCHAIN