IProcessDebugManager64.AddApplication(IDebugApplication64, UInt32) 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 AddApplication(Microsoft::VisualStudio::Debugger::Interop::IDebugApplication64 ^ pda, [Runtime::InteropServices::Out] System::UInt32 % pdwAppCookie);
public int AddApplication(Microsoft.VisualStudio.Debugger.Interop.IDebugApplication64 pda, out uint pdwAppCookie);
abstract member AddApplication : Microsoft.VisualStudio.Debugger.Interop.IDebugApplication64 * uint32 -> int
Public Function AddApplication (pda As IDebugApplication64, ByRef pdwAppCookie As UInteger) As Integer
Parameters
- pdwAppCookie
- UInt32