PFN_TRSECUREDEVICEHANDOFFSERVICEDEVICECONTROL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

PFN_TRSECUREDEVICEHANDOFFSERVICEDEVICECONTROL callback function

Description

Parameters

BindContextObject

DeviceInit

ServiceGuid

Callbacks

ServiceDevice

Return value

Returns WDFAPI

Syntax

//Declaration

PFN_TRSECUREDEVICEHANDOFFSERVICEDEVICECONTROL PfnTrsecuredevicehandoffservicedevicecontrol;

// Definition

WDFAPI PfnTrsecuredevicehandoffservicedevicecontrol
(
    WDFOBJECT BindContextObject
    PWDFDEVICE_INIT DeviceInit
    LPGUID ServiceGuid
    PTR_SECURE_SERVICE_CALLBACKS Callbacks
    WDFDEVICE *ServiceDevice
)
{...}

Remarks

See also