IDebugMachineEx2_V7.GetPortEx(String, Guid, IDebugPort2) 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 GetPortEx(System::String ^ wstrRegistryRoot, Guid % guidPort, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugPort2 ^ % ppPort);
public int GetPortEx(string wstrRegistryRoot, ref Guid guidPort, out Microsoft.VisualStudio.Debugger.Interop.IDebugPort2 ppPort);
abstract member GetPortEx : string * Guid * IDebugPort2 -> int
Public Function GetPortEx (wstrRegistryRoot As String, ByRef guidPort As Guid, ByRef ppPort As IDebugPort2) As Integer
Parameters
- wstrRegistryRoot
- String
- guidPort
- Guid
- ppPort
- IDebugPort2