EVT_TR_CONNECT_SECURE_ENVIRONMENT - NtDoc

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

//Declaration

EVT_TR_CONNECT_SECURE_ENVIRONMENT EvtTrConnectSecureEnvironment;

// Definition

NTSTATUS EvtTrConnectSecureEnvironment
(
    WDFDEVICE MasterDevice
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

EVT_TR_CONNECT_SECURE_ENVIRONMENT callback function

Description

Parameters

MasterDevice

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_ENVIRONMENT EvtTrConnectSecureEnvironment;

// Definition

NTSTATUS EvtTrConnectSecureEnvironment
(
    WDFDEVICE MasterDevice
)
{...}

Remarks

See also