IDebugRemoteServer2.GetRemoteProcessInfo Method
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.
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
- pinfo
- REMOTE_PROCESS_INFO[]