IDebugClient5::OutputServers method (dbgeng.h)
The OutputServers method lists the servers running on a given computer.
Syntax
HRESULT OutputServers(
[in] ULONG OutputControl,
[in] PCSTR Machine,
[in] ULONG Flags
);
Parameters
[in] OutputControl
Specifies the output control to use while outputting the servers. For possible values, see DEBUG_OUTCTL_XXX.
[in] Machine
Specifies the name of the computer whose servers will be listed. Machine has the following form:
\\computername
[in] Flags
Specifies a bit-set that determines which servers to output. The possible bit flags are:
Flag | Description |
---|---|
DEBUG_SERVERS_DEBUGGER | Output the debugging servers on the computer. |
DEBUG_SERVERS_PROCESS | Output the process servers on the computer. |
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
For more information about remote debugging, see Remote Debugging.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |