ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

ICorDebugThread Interface Reference

import "cordebug.idl";

Inherits IUnknown.

Public Types

enum  CorDebugUserState {
  USER_STOP_REQUESTED = 0x01, USER_SUSPEND_REQUESTED = 0x02, USER_BACKGROUND = 0x04, USER_UNSTARTED = 0x08,
  USER_STOPPED = 0x10, USER_WAIT_SLEEP_JOIN = 0x20, USER_SUSPENDED = 0x40, USER_UNSAFE_POINT = 0x80
}

Public Member Functions

HRESULT GetProcess ([out] ICorDebugProcess **ppProcess)
HRESULT GetID ([out] DWORD *pdwThreadId)
HRESULT GetHandle ([out] HTHREAD *phThreadHandle)
HRESULT GetAppDomain ([out] ICorDebugAppDomain **ppAppDomain)
HRESULT SetDebugState ([in] CorDebugThreadState state)
HRESULT GetDebugState ([out] CorDebugThreadState *pState)
HRESULT GetUserState ([out] CorDebugUserState *pState)
HRESULT GetCurrentException ([out] ICorDebugValue **ppExceptionObject)
HRESULT ClearCurrentException ()
HRESULT CreateStepper ([out] ICorDebugStepper **ppStepper)
HRESULT EnumerateChains ([out] ICorDebugChainEnum **ppChains)
HRESULT GetActiveChain ([out] ICorDebugChain **ppChain)
HRESULT GetActiveFrame ([out] ICorDebugFrame **ppFrame)
HRESULT GetRegisterSet ([out] ICorDebugRegisterSet **ppRegisters)
HRESULT CreateEval ([out] ICorDebugEval **ppEval)
HRESULT GetObject ([out] ICorDebugValue **ppObject)

Detailed Description

Definition at line 160 of file cordebug.idl.


The documentation for this interface was generated from the following file:

Generated on Sat May 26 2012 06:21:54 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.