IDebugRemoteServer2.GetRemoteComputerInfo(COMPUTER_INFO[]) 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 GetRemoteComputerInfo(cli::array <Microsoft::VisualStudio::Debugger::Interop::COMPUTER_INFO> ^ pinfo);
public int GetRemoteComputerInfo(Microsoft.VisualStudio.Debugger.Interop.COMPUTER_INFO[] pinfo);
abstract member GetRemoteComputerInfo : Microsoft.VisualStudio.Debugger.Interop.COMPUTER_INFO[] -> int
Public Function GetRemoteComputerInfo (pinfo As COMPUTER_INFO()) As Integer
Parameters
- pinfo
- COMPUTER_INFO[]