EVT_IDD_CX_MONITOR_OPM_DESTROY_PROTECTED_OUTPUT fonction de rappel (iddcx.h)

EVT_IDD_CX_MONITOR_OPM_DESTROY_PROTECTED_OUTPUT est appelé par le système d’exploitation pour détruire un contexte de sortie protégé par OPM.

Syntaxe

EVT_IDD_CX_MONITOR_OPM_DESTROY_PROTECTED_OUTPUT EvtIddCxMonitorOpmDestroyProtectedOutput;

NTSTATUS EvtIddCxMonitorOpmDestroyProtectedOutput(
  [in] IDDCX_OPMCTX OpmCxtObject
)
{...}

Paramètres

[in] OpmCxtObject

Objet du contexte OPM qui sera détruit.

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