PFN_TRSECUREDEVICECOMPLETEASYNCREQUEST - NtDoc

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

//Declaration

*PFN_TRSECUREDEVICECOMPLETEASYNCREQUEST *PfnTrsecuredevicecompleteasyncrequest;

// Definition

NTSTATUS *PfnTrsecuredevicecompleteasyncrequest
(
    WDFOBJECT BindContext
    PVOID RequestHandle
    NTSTATUS Result
    ULONG_PTR BytesWritten
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

*PFN_TRSECUREDEVICECOMPLETEASYNCREQUEST callback function

Description

Parameters

BindContext

RequestHandle

Result

BytesWritten

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_TRSECUREDEVICECOMPLETEASYNCREQUEST *PfnTrsecuredevicecompleteasyncrequest;

// Definition

NTSTATUS *PfnTrsecuredevicecompleteasyncrequest
(
    WDFOBJECT BindContext
    PVOID RequestHandle
    NTSTATUS Result
    ULONG_PTR BytesWritten
)
{...}

Remarks

See also