EVT_TR_PROCESS_OTHER_SECURE_SERVICE_IO - NtDoc

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

//Declaration

EVT_TR_PROCESS_OTHER_SECURE_SERVICE_IO EvtTrProcessOtherSecureServiceIo;

// Definition

VOID EvtTrProcessOtherSecureServiceIo
(
    WDFDEVICE ServiceDevice
    WDFOBJECT SessionContext
    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_secure_service_io)

EVT_TR_PROCESS_OTHER_SECURE_SERVICE_IO callback function

Description

Parameters

ServiceDevice

SessionContext

Request

Syntax

//Declaration

EVT_TR_PROCESS_OTHER_SECURE_SERVICE_IO EvtTrProcessOtherSecureServiceIo;

// Definition

VOID EvtTrProcessOtherSecureServiceIo
(
    WDFDEVICE ServiceDevice
    WDFOBJECT SessionContext
    WDFREQUEST Request
)
{...}

Remarks

See also