EVT_TR_QUERY_SERVICE_CALLBACKS - NtDoc

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

//Declaration

EVT_TR_QUERY_SERVICE_CALLBACKS EvtTrQueryServiceCallbacks;

// Definition

PTR_SECURE_SERVICE_CALLBACKS EvtTrQueryServiceCallbacks
(
    WDFDEVICE MasterDevice
    LPGUID ServiceGuid
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

EVT_TR_QUERY_SERVICE_CALLBACKS callback function

Description

Parameters

MasterDevice

ServiceGuid

Return value

Returns PTR_SECURE_SERVICE_CALLBACKS.

Syntax

//Declaration

EVT_TR_QUERY_SERVICE_CALLBACKS EvtTrQueryServiceCallbacks;

// Definition

PTR_SECURE_SERVICE_CALLBACKS EvtTrQueryServiceCallbacks
(
    WDFDEVICE MasterDevice
    LPGUID ServiceGuid
)
{...}

Remarks

See also