VSNDK.DebugEngine.AD7Thread.IDebugThread100 C# (CSharp) Method

IDebugThread100() private method

Get flags. Not implemented. (http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.debugger.interop.idebugthread100.getflags.aspx)
private IDebugThread100 ( uint &flags ) : int
flags uint Flags.
return int
        int IDebugThread100.GetFlags(out uint flags)
        {
            // Not necessary to implement in the debug engine. Instead it is implemented in the SDM.
            flags = 0;
            return Constants.E_NOTIMPL;
        }

Same methods

AD7Thread::IDebugThread100 ( ) : int
AD7Thread::IDebugThread100 ( string &name ) : int
AD7Thread::IDebugThread100 ( uint dwFields, THREADPROPERTIES100 ptp ) : int