EVT_TR_PROCESS_OTHER_DEVICE_IO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// trustedruntimeclx.h

//Declaration

EVT_TR_PROCESS_OTHER_DEVICE_IO EvtTrProcessOtherDeviceIo;

// Definition

VOID EvtTrProcessOtherDeviceIo
(
    WDFDEVICE MasterDevice
    WDFREQUEST Request
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-trustedruntimeclx-evt_tr_process_other_device_io)

EVT_TR_PROCESS_OTHER_DEVICE_IO callback function

Description

Parameters

MasterDevice

Request

Syntax

//Declaration

EVT_TR_PROCESS_OTHER_DEVICE_IO EvtTrProcessOtherDeviceIo;

// Definition

VOID EvtTrProcessOtherDeviceIo
(
    WDFDEVICE MasterDevice
    WDFREQUEST Request
)
{...}

Remarks

See also