// trustedruntimeclx.h
NTSTATUS TrSecureDeviceLogMessage(
[in] WDFDEVICE Device,
[in] ULONG Severity,
[in] PCSTR Message,
...
);
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the TrSecureDeviceLogMessage function.
Device [in]Defines the WDFDEVICE parameter Device.
Severity [in]Defines the ULONG parameter Severity.
Message [in]Defines the PCSTR parameter Message.
...Additional parameters.
This function returns NTSTATUS.