EVT_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN fonction de rappel (iddcx.h)
EVT_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN est appelé par le système d’exploitation pour informer le pilote qu’une chaîne d’échange associée à un moniteur n’est plus valide.
Syntaxe
EVT_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN EvtIddCxMonitorUnassignSwapchain;
NTSTATUS EvtIddCxMonitorUnassignSwapchain(
[in] IDDCX_MONITOR MonitorObject
)
{...}
Paramètres
[in] MonitorObject
Handle par le système d’exploitation pour identifier le moniteur qui a une chaîne d’échange associée non valide.
Valeur retournée
(NTSTATUS) Si l’opération réussit, la fonction de rappel doit retourner STATUS_SUCCESS, ou une autre valeur status pour laquelle NT_SUCCESS(status) est égal à TRUE. Sinon, 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 |
IRQL | requires_same |