Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |