EVT_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN fonction de rappel (iddcx.h)
EVT_IDD_CX_MONITOR_UNASSIGN_SWAPCHAIN est appelée 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 by the OS to identifier the monitor that has an invalid associated swapchain.
Valeur de retour
(NTSTATUS) Si l’opération réussit, la fonction de rappel doit retourner STATUS_SUCCESS, ou une autre valeur d’état pour laquelle NT_SUCCESS(status) a la valeur TRUE. Sinon, 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 |
IRQL | requires_same |