DkmTransportConnectionFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags indicating traits of the underlying connection.
This enumeration supports a bitwise combination of its member values.
public enum class DkmTransportConnectionFlags
public enum class DkmTransportConnectionFlags
enum DkmTransportConnectionFlags
[System.Flags]
public enum DkmTransportConnectionFlags
[<System.Flags>]
type DkmTransportConnectionFlags =
Public Enum DkmTransportConnectionFlags
- Inheritance
-
DkmTransportConnectionFlags
- Attributes
Fields
DefaultConnectionToTarget | 4 | This connection is considered the default way to connect to the destination computer. This flag will be used for the local connection, and for connections running on the default port of remote computers. |
LocalComputer | 1 | Connection is to the local computer. This is used for both the 'pseudo-remote' connection and the local connection. |
MarshallingRequired | 2 | Requests that cross from the higher level debugger components (ex: AD7 AL, symbol handler, etc) to the low-level debugger components (ex: debug monitor) require marshalling. |