// trustedruntimeclx.h
//Declaration
EVT_TR_CONNECT_SECURE_ENVIRONMENT EvtTrConnectSecureEnvironment;
// Definition
NTSTATUS EvtTrConnectSecureEnvironment
(
WDFDEVICE MasterDevice
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
MasterDeviceReturn STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS values error code. For more information, see NTSTATUS Values.
//Declaration
EVT_TR_CONNECT_SECURE_ENVIRONMENT EvtTrConnectSecureEnvironment;
// Definition
NTSTATUS EvtTrConnectSecureEnvironment
(
WDFDEVICE MasterDevice
)
{...}