Language

IDebugRemoteServer2.GetRemoteProcessInfo Method

Definition

public:
 int GetRemoteProcessInfo(System::UInt32 dwProcessId, System::UInt32 Fields, cli::array <Microsoft::VisualStudio::Debugger::Interop::REMOTE_PROCESS_INFO> ^ pinfo);
public int GetRemoteProcessInfo(uint dwProcessId, uint Fields, Microsoft.VisualStudio.Debugger.Interop.REMOTE_PROCESS_INFO[] pinfo);
abstract member GetRemoteProcessInfo : uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.REMOTE_PROCESS_INFO[] -> int
Public Function GetRemoteProcessInfo (dwProcessId As UInteger, Fields As UInteger, pinfo As REMOTE_PROCESS_INFO()) As Integer

Parameters

dwProcessId
UInt32
Fields
UInt32

Returns

Applies to