// trustedruntimeclx.h
//Declaration
PFN_TRSECUREDEVICEHANDOFFSERVICEDEVICECONTROL PfnTrsecuredevicehandoffservicedevicecontrol;
// Definition
WDFAPI PfnTrsecuredevicehandoffservicedevicecontrol
(
WDFOBJECT BindContextObject
PWDFDEVICE_INIT DeviceInit
LPGUID ServiceGuid
PTR_SECURE_SERVICE_CALLBACKS Callbacks
WDFDEVICE *ServiceDevice
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
BindContextObjectDeviceInitServiceGuidCallbacksServiceDeviceReturns WDFAPI
//Declaration
PFN_TRSECUREDEVICEHANDOFFSERVICEDEVICECONTROL PfnTrsecuredevicehandoffservicedevicecontrol;
// Definition
WDFAPI PfnTrsecuredevicehandoffservicedevicecontrol
(
WDFOBJECT BindContextObject
PWDFDEVICE_INIT DeviceInit
LPGUID ServiceGuid
PTR_SECURE_SERVICE_CALLBACKS Callbacks
WDFDEVICE *ServiceDevice
)
{...}