// 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 referenceNo description available.
BindContextDeviceOSServiceGuidCallDataBytesWrittenReturn STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS values error code. For more information, see NTSTATUS Values.
//Declaration
*PFN_TRSECUREDEVICECALLOSSSERVICE *PfnTrsecuredevicecallossservice;
// Definition
NTSTATUS *PfnTrsecuredevicecallossservice
(
WDFOBJECT BindContext
WDFDEVICE Device
LPCGUID OSServiceGuid
PTR_SERVICE_REQUEST CallData
ULONG_PTR *BytesWritten
)
{...}