VSNDK.DebugEngine.AD7ProgramNodeAttach.Attach_V7 C# (CSharp) Method

Attach_V7() public method

DEPRECATED. DO NOT USE. (http://msdn.microsoft.com/en-us/library/bb161399.aspx)
public Attach_V7 ( IDebugProgram2 pMDMProgram, IDebugEventCallback2 pCallback, uint dwReason ) : int
pMDMProgram IDebugProgram2 The IDebugProgram2 interface that represents the program to attach to.
pCallback IDebugEventCallback2 The IDebugEventCallback2 interface to be used to send debug events to the SDM.
dwReason uint A value from the ATTACH_REASON enumeration that specifies the reason for attaching.
return int
        public int Attach_V7(IDebugProgram2 pMDMProgram, IDebugEventCallback2 pCallback, uint dwReason)
        {
            Debug.Fail("This function is not called by the debugger");
            return VSConstants.E_NOTIMPL;
        }