Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
//Declaration
EVT_TR_ENUMERATE_SECURE_SERVICES EvtTrEnumerateSecureServices;
// Definition
NTSTATUS EvtTrEnumerateSecureServices
(
WDFDEVICE MasterDevice
ULONG Index
PUCHAR SecureServiceDescription
ULONG * DescriptionSize
)
{...}
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.
Requirements
| Requirement | Value |
|---|---|
| Header | trustedruntimeclx.h |