// iddcx.h
EVT_IDD_CX_MONITOR_OPM_DESTROY_PROTECTED_OUTPUT EvtIddCxMonitorOpmDestroyProtectedOutput;
NTSTATUS EvtIddCxMonitorOpmDestroyProtectedOutput(
[in] IDDCX_OPMCTX OpmCxtObject
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
EVT_IDD_CX_MONITOR_OPM_DESTROY_PROTECTED_OUTPUT is called by the OS to destroy an OPM protected output context.
OpmCxtObject [in]The object for the OPM context that will be destroyed.
(NTSTATUS) If the operation is successful, the callback function must return STATUS_SUCCESS, or another status value for which NT_SUCCESS(status) equals TRUE. Otherwise, an appropriate NTSTATUS error code.