// 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 referenceNo description available.
MasterDeviceIndexSecureServiceDescriptionDescriptionSizeReturn STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS values error code. For more information, see NTSTATUS Values.
//Declaration
EVT_TR_ENUMERATE_SECURE_SERVICES EvtTrEnumerateSecureServices;
// Definition
NTSTATUS EvtTrEnumerateSecureServices
(
WDFDEVICE MasterDevice
ULONG Index
PUCHAR SecureServiceDescription
ULONG * DescriptionSize
)
{...}