// 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 referenceNo description available.
BindContextDeviceSeverityMessageArgumentsReturn STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS values error code. For more information, see NTSTATUS Values.
//Declaration
*PFN_TRSECUREDEVICELOGMESSAGE *PfnTrsecuredevicelogmessage;
// Definition
NTSTATUS *PfnTrsecuredevicelogmessage
(
WDFOBJECT BindContext
WDFDEVICE Device
ULONG Severity
PCSTR Message
va_list Arguments
)
{...}