EVT_TR_ENUMERATE_SECURE_SERVICES - NtDoc

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

//Declaration

EVT_TR_ENUMERATE_SECURE_SERVICES EvtTrEnumerateSecureServices;

// Definition

NTSTATUS EvtTrEnumerateSecureServices
(
    WDFDEVICE MasterDevice
    ULONG Index
    PUCHAR SecureServiceDescription
    ULONG * DescriptionSize
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

EVT_TR_ENUMERATE_SECURE_SERVICES callback function

Description

Parameters

MasterDevice

Index

SecureServiceDescription

DescriptionSize

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_ENUMERATE_SECURE_SERVICES EvtTrEnumerateSecureServices;

// Definition

NTSTATUS EvtTrEnumerateSecureServices
(
    WDFDEVICE MasterDevice
    ULONG Index
    PUCHAR SecureServiceDescription
    ULONG * DescriptionSize
)
{...}

Remarks

See also