// 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 referenceNo description available.
BindContextRequestHandleResultBytesWrittenReturn STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS values error code. For more information, see NTSTATUS Values.
//Declaration
*PFN_TRSECUREDEVICECOMPLETEASYNCREQUEST *PfnTrsecuredevicecompleteasyncrequest;
// Definition
NTSTATUS *PfnTrsecuredevicecompleteasyncrequest
(
WDFOBJECT BindContext
PVOID RequestHandle
NTSTATUS Result
ULONG_PTR BytesWritten
)
{...}