PFN_TRSECUREDEVICELOGMESSAGE - NtDoc

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

//Declaration

*PFN_TRSECUREDEVICELOGMESSAGE *PfnTrsecuredevicelogmessage;

// Definition

NTSTATUS *PfnTrsecuredevicelogmessage
(
    WDFOBJECT BindContext
    WDFDEVICE Device
    ULONG Severity
    PCSTR Message
    va_list Arguments
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

*PFN_TRSECUREDEVICELOGMESSAGE callback function

Description

Parameters

BindContext

Device

Severity

Message

Arguments

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

*PFN_TRSECUREDEVICELOGMESSAGE *PfnTrsecuredevicelogmessage;

// Definition

NTSTATUS *PfnTrsecuredevicelogmessage
(
    WDFOBJECT BindContext
    WDFDEVICE Device
    ULONG Severity
    PCSTR Message
    va_list Arguments
)
{...}

Remarks

See also