EVT_TR_CONNECT_SECURE_SERVICE - NtDoc

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

//Declaration

EVT_TR_CONNECT_SECURE_SERVICE EvtTrConnectSecureService;

// Definition

NTSTATUS EvtTrConnectSecureService
(
    WDFDEVICE ServiceDevice
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

EVT_TR_CONNECT_SECURE_SERVICE callback function

Description

Parameters

ServiceDevice

Return value

Return STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS values error code. For more information, see NTSTATUS Values.

Syntax

//Declaration

EVT_TR_CONNECT_SECURE_SERVICE EvtTrConnectSecureService;

// Definition

NTSTATUS EvtTrConnectSecureService
(
    WDFDEVICE ServiceDevice
)
{...}

Remarks

See also