PFN_TRSECUREDEVICECALLOSSSERVICE - NtDoc

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

//Declaration

*PFN_TRSECUREDEVICECALLOSSSERVICE *PfnTrsecuredevicecallossservice;

// Definition

NTSTATUS *PfnTrsecuredevicecallossservice
(
    WDFOBJECT BindContext
    WDFDEVICE Device
    LPCGUID OSServiceGuid
    PTR_SERVICE_REQUEST CallData
    ULONG_PTR *BytesWritten
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

*PFN_TRSECUREDEVICECALLOSSSERVICE callback function

Description

Parameters

BindContext

Device

OSServiceGuid

CallData

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_TRSECUREDEVICECALLOSSSERVICE *PfnTrsecuredevicecallossservice;

// Definition

NTSTATUS *PfnTrsecuredevicecallossservice
(
    WDFOBJECT BindContext
    WDFDEVICE Device
    LPCGUID OSServiceGuid
    PTR_SERVICE_REQUEST CallData
    ULONG_PTR *BytesWritten
)
{...}

Remarks

See also