Fonction IddCxAdapterUpdateMaxDisplayPipelineRate (iddcx.h)
Fonction de rappel du système d’exploitation que le pilote appelle pour signaler que le taux maximal de pipeline d’affichage a changé
Syntaxe
NTSTATUS IddCxAdapterUpdateMaxDisplayPipelineRate(
[in] IDDCX_ADAPTER hOsAdapterContext,
[in] const IDARG_IN_MAXDISPLAYPIPELINERATE *pInArgs
);
Paramètres
[in] hOsAdapterContext
Il s’agit du handle de contexte du système d’exploitation pour cet adaptateur retourné par l’appel IddCxStart
[in] pInArgs
Arguments d’entrée de la fonction
Valeur retournée
(NTSTATUS) La méthode retourne S_OK 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 |