PFN_TRSECUREDEVICEHANDOFFMASTERDEVICECONTROL - NtDoc

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

NtDoc

No description available.

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

PFN_TRSECUREDEVICEHANDOFFMASTERDEVICECONTROL callback function

Description

Parameters

BindContextObject

DeviceInit

Callbacks

MasterDevice

Return value

Returns WDFAPI

Syntax

//Declaration

PFN_TRSECUREDEVICEHANDOFFMASTERDEVICECONTROL PfnTrsecuredevicehandoffmasterdevicecontrol;

// Definition

WDFAPI PfnTrsecuredevicehandoffmasterdevicecontrol
(
    WDFOBJECT BindContextObject
    PWDFDEVICE_INIT DeviceInit
    PTR_SECURE_DEVICE_CALLBACKS Callbacks
    WDFDEVICE *MasterDevice
)
{...}

Remarks

See also