IddCxSwapChainReportFrameStatistics, fonction (iddcx.h)
Fonction de rappel du système d’exploitation que le pilote appelle pour signaler les statistiques d’images 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 d’images sont signalées.
[in] pInArgs
Pointeur vers une structure IDARG_IN_REPORTFRAMESTATISTICS.
Valeur de retour
(NTSTATUS) La méthode retourne STATUS_SUCCESS si l’opération réussit. Dans le cas contraire, cette méthode peut retourner un code d’erreur NTSTATUS approprié.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10 |
serveur minimum pris en charge | Windows Server 2016 |
plateforme cible | Windows |
d’en-tête | iddcx.h |
bibliothèque | IddCxStub.lib |
DLL | IddCx.dll |
IRQL | Must_inspect_result |
Voir aussi
EVT_IDD_CX_MONITOR_ASSIGN_SWAPCHAINEVT_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN