IDebugRemoteServer2.WatchForRemoteProcessDestroy 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 WatchForRemoteProcessDestroy(Microsoft::VisualStudio::Debugger::Interop::IDebugPortEvents2 ^ pCallback, Microsoft::VisualStudio::Debugger::Interop::IDebugProcess2 ^ pProcess, cli::array <Microsoft::VisualStudio::Debugger::Interop::WATCH_COOKIE> ^ pWatchCookie);
public int WatchForRemoteProcessDestroy(Microsoft.VisualStudio.Debugger.Interop.IDebugPortEvents2 pCallback, Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 pProcess, Microsoft.VisualStudio.Debugger.Interop.WATCH_COOKIE[] pWatchCookie);
abstract member WatchForRemoteProcessDestroy : Microsoft.VisualStudio.Debugger.Interop.IDebugPortEvents2 * Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 * Microsoft.VisualStudio.Debugger.Interop.WATCH_COOKIE[] -> int
Public Function WatchForRemoteProcessDestroy (pCallback As IDebugPortEvents2, pProcess As IDebugProcess2, pWatchCookie As WATCH_COOKIE()) As Integer
Parameters
- pCallback
- IDebugPortEvents2
- pProcess
- IDebugProcess2
- pWatchCookie
- WATCH_COOKIE[]