Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DEBUG_TRANSPORT_DATA structure (ntddk.h)
Describes debug-transport specific data for use by the transport.
Syntax
typedef struct _DEBUG_TRANSPORT_DATA {
ULONG HwContextSize;
ULONG SharedVisibleDataSize;
BOOLEAN UseSerialFraming;
BOOLEAN ValidUSBCoreId;
UCHAR USBCoreId;
} DEBUG_TRANSPORT_DATA, *PDEBUG_TRANSPORT_DATA;
Members
HwContextSize
The hardware context size.
SharedVisibleDataSize
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.
Requirements
| Requirement | Value |
|---|---|
| Header | ntddk.h |
Feedback
Was this page helpful?
