DEBUG_TRANSPORT_DATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

typedef struct _DEBUG_TRANSPORT_DATA {
  ULONG   HwContextSize;
  ULONG   SharedVisibleDataSize;
  BOOLEAN UseSerialFraming;
  BOOLEAN ValidUSBCoreId;
  UCHAR   USBCoreId;
} DEBUG_TRANSPORT_DATA, *PDEBUG_TRANSPORT_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-_debug_transport_data)

_DEBUG_TRANSPORT_DATA structure

Description

Describes debug-transport specific data for use by the transport.

Members

HwContextSize

The hardware context size.

UseSerialFraming

Indicates whether this device is using serial framing.

ValidUSBCoreId

Indicates whether the USB kernel debug controller is needed.

USBCoreId

The USB core ID to use.

SharedVisibleDataSize

Remarks

See also