IDebugProcess2.Attach(IDebugEventCallback2, Guid[], UInt32, Int32[]) 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 Attach(Microsoft::VisualStudio::Debugger::Interop::IDebugEventCallback2 ^ pCallback, cli::array <Guid> ^ rgguidSpecificEngines, System::UInt32 celtSpecificEngines, cli::array <int> ^ rghrEngineAttach);
public int Attach(Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 pCallback, Guid[] rgguidSpecificEngines, uint celtSpecificEngines, int[] rghrEngineAttach);
abstract member Attach : Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 * Guid[] * uint32 * int[] -> int
Public Function Attach (pCallback As IDebugEventCallback2, rgguidSpecificEngines As Guid(), celtSpecificEngines As UInteger, rghrEngineAttach As Integer()) As Integer
Parameters
- pCallback
- IDebugEventCallback2
- rgguidSpecificEngines
- Guid[]
- celtSpecificEngines
- UInt32
- rghrEngineAttach
- Int32[]