// 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 referenceNo description available.
Describes debug-transport specific data for use by the transport.
HwContextSizeThe hardware context size.
UseSerialFramingIndicates whether this device is using serial framing.
ValidUSBCoreIdIndicates whether the USB kernel debug controller is needed.
USBCoreIdThe USB core ID to use.
SharedVisibleDataSize