// trustedruntimeclx.h
//Declaration
PFN_TRSECUREDEVICEHANDOFFMASTERDEVICECONTROL PfnTrsecuredevicehandoffmasterdevicecontrol;
// Definition
WDFAPI PfnTrsecuredevicehandoffmasterdevicecontrol
(
WDFOBJECT BindContextObject
PWDFDEVICE_INIT DeviceInit
PTR_SECURE_DEVICE_CALLBACKS Callbacks
WDFDEVICE *MasterDevice
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
BindContextObjectDeviceInitCallbacksMasterDeviceReturns WDFAPI
//Declaration
PFN_TRSECUREDEVICEHANDOFFMASTERDEVICECONTROL PfnTrsecuredevicehandoffmasterdevicecontrol;
// Definition
WDFAPI PfnTrsecuredevicehandoffmasterdevicecontrol
(
WDFOBJECT BindContextObject
PWDFDEVICE_INIT DeviceInit
PTR_SECURE_DEVICE_CALLBACKS Callbacks
WDFDEVICE *MasterDevice
)
{...}