Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Beschreibt debug-transportspezifische Daten für die Verwendung durch den Transport.
Syntax
typedef struct _DEBUG_TRANSPORT_DATA {
ULONG HwContextSize;
ULONG SharedVisibleDataSize;
BOOLEAN UseSerialFraming;
BOOLEAN ValidUSBCoreId;
UCHAR USBCoreId;
BOOLEAN DevControlInitialized;
union {
UINT32 RawPciLocation;
struct {
UINT32 Segment : 16;
UINT32 Bus : 8;
UINT32 Device : 5;
UINT32 Function : 3;
} Fields;
} DevControlPciLocation;
} DEBUG_TRANSPORT_DATA, *PDEBUG_TRANSPORT_DATA;
Angehörige
HwContextSize
Die Größe des Hardwarekontexts.
SharedVisibleDataSize
UseSerialFraming
Gibt an, ob dieses Gerät serielle Rahmen verwendet.
ValidUSBCoreId
Gibt an, ob der USB-Kernel-Debugcontroller benötigt wird.
USBCoreId
Die zu verwendende USB-Kern-ID.
DevControlInitialized
DevControlPciLocation
DevControlPciLocation.RawPciLocation
DevControlPciLocation.Fields
DevControlPciLocation.Fields.Segment
DevControlPciLocation.Fields.Bus
DevControlPciLocation.Fields.Device
DevControlPciLocation.Fields.Function
Anforderungen
| Anforderung | Wert |
|---|---|
| Header- | ntddk.h |