TrSecureDeviceLogMessage - NtDoc

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

NTSTATUS TrSecureDeviceLogMessage(
  [in] WDFDEVICE Device,
  [in] ULONG     Severity,
  [in] PCSTR     Message,
       ...       
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-trustedruntimeclx-trsecuredevicelogmessage)

Description

This topic describes the TrSecureDeviceLogMessage function.

Parameters

Device [in]

Defines the WDFDEVICE parameter Device.

Severity [in]

Defines the ULONG parameter Severity.

Message [in]

Defines the PCSTR parameter Message.

...

Additional parameters.

Return value

This function returns NTSTATUS.

Remarks

See also