Interfaz IDebugSystemObjects3 (dbgeng.h)

Herencia

La interfaz IDebugSystemObjects3 hereda de IDebugSystemObjects2. IDebugSystemObjects3 también tiene estos tipos de miembros:

Métodos

La interfaz IDebugSystemObjects3 tiene estos métodos.

 
IDebugSystemObjects3::GetCurrentProcessDataOffset

El método IDebugSystemObjects3::GetCurrentProcessDataOffset devuelve la ubicación de la estructura de datos del sistema que describe el proceso actual.
IDebugSystemObjects3::GetCurrentProcessExecutableName

El método GetCurrentProcessExecutableName devuelve el nombre del archivo ejecutable cargado en el proceso actual. Este método pertenece a IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentProcessHandle

El método GetCurrentProcessHandle devuelve el identificador del sistema para el proceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentProcessId

El método GetCurrentProcessId devuelve el identificador de proceso del motor para el proceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentProcessPeb

El método GetCurrentProcessPeb devuelve el bloque de entorno de proceso (PEB) del proceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentProcessSystemId

El método GetCurrentProcessSystemId devuelve el identificador de proceso del sistema del proceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentProcessUpTime

El método GetCurrentProcessUpTime devuelve el período de tiempo que se ha estado ejecutando el proceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentSystemId

El método GetCurrentSystemId devuelve el identificador de destino del motor para el proceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentSystemServer

Obtiene el servidor del proceso actual.
IDebugSystemObjects3::GetCurrentSystemServerName

Obtiene el nombre del servidor para el proceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentThreadDataOffset

El método GetCurrentThreadDataOffset devuelve la ubicación de la estructura de datos del sistema para el subproceso actual. Este método pertenece a IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentThreadHandle

El método GetCurrentThreadHandle devuelve el identificador del sistema para el subproceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentThreadId

El método GetCurrentThreadId devuelve el identificador del subproceso del motor para el subproceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentThreadSystemId

El método GetCurrentThreadSystemId devuelve el identificador del subproceso del sistema del subproceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetCurrentThreadTeb

El método GetCurrentThreadTeb devuelve la ubicación del bloque de entorno de subprocesos (TEB) para el subproceso actual. Este método pertenece a IDebugSystemObjects3.
IDebugSystemObjects3::GetEventProcess

El método GetEventProcess devuelve el identificador de proceso del motor para el proceso en el que se produjo el último evento. Este método pertenece a IDebugSystemObjects3.
IDebugSystemObjects3::GetEventSystem

El método GetEventSystem devuelve el identificador de destino del motor para el destino en el que se produjo el último evento. Este método pertenece a IDebugSystemObjects3.
IDebugSystemObjects3::GetEventThread

El método GetEventThread devuelve el identificador de subproceso del motor para el subproceso en el que se produjo el último evento. Este método pertenece a IDebugSystemObjects3.
IDebugSystemObjects3::GetImplicitProcessDataOffset

El método GetImplicitProcessDataOffset devuelve el proceso implícito para el destino actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetImplicitThreadDataOffset

El método GetImplicitThreadDataOffset devuelve el subproceso implícito para el proceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetNumberProcesses

El método GetNumberProcesses devuelve el número de procesos para el destino actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetNumberSystems

El método GetNumberSystems devuelve el número de destinos a los que está conectado actualmente el motor. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetNumberThreads

El método GetNumberThreads devuelve el número de subprocesos del proceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetProcessIdByDataOffset

El método IDebugSystemObjects3::GetProcessIdByDataOffset devuelve el identificador de proceso del motor para el proceso especificado. El proceso se especifica mediante su desplazamiento de datos.
IDebugSystemObjects3::GetProcessIdByHandle

El método IDebugSystemObjects3::GetProcessIdByHandle devuelve el identificador de proceso del motor para el proceso especificado. Su identificador del sistema especifica el proceso.
IDebugSystemObjects3::GetProcessIdByPeb

El método IDebugSystemObjects3::GetProcessIdByPeb devuelve el identificador de proceso del motor para el proceso especificado.
IDebugSystemObjects3::GetProcessIdBySystemId

El método GetProcessIdBySystemId devuelve el identificador de proceso del motor para un proceso especificado por su identificador de proceso del sistema. Este método pertenece a IDebugSystemObjects3.
IDebugSystemObjects3::GetProcessIdsByIndex

El método IDebugSystemObjects3::GetProcessIdsByIndex devuelve el identificador de proceso del motor y el identificador de proceso del sistema para los procesos especificados en el destino actual.
IDebugSystemObjects3::GetSystemByServer

Obtiene el sistema de un servidor.
IDebugSystemObjects3::GetSystemIdsByIndex

El método GetSystemIdsByIndex devuelve los identificadores de destino del motor para los destinos especificados. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::GetThreadIdByDataOffset

El método IDebugSystemObjects3::GetThreadIdByDataOffset devuelve el identificador del subproceso del motor. El subproceso se especifica mediante su estructura de datos del sistema.
IDebugSystemObjects3::GetThreadIdByHandle

El método IDebugSystemObjects3::GetThreadIdByHandle devuelve el identificador del subproceso del motor para el subproceso especificado. El subproceso se especifica mediante su identificador del sistema.
IDebugSystemObjects3::GetThreadIdByProcessor

El método GetThreadIdByProcessor (IDebugSystemObjects3) obtiene el identificador del subproceso del motor para el subproceso virtual en modo kernel correspondiente al procesador especificado.
IDebugSystemObjects3::GetThreadIdBySystemId

El método GetThreadIdBySystemIdDebugSystemId (IDebugSystemObjects3) devuelve el identificador del subproceso del motor para un subproceso especificado por su identificador de subproceso del sistema.
IDebugSystemObjects3::GetThreadIdByTeb

El método GetThreadIdByTeb (IDebugSystemObjects3) devuelve el identificador de subproceso del motor para un subproceso especificado por su bloque de entorno de subprocesos (TEB).
IDebugSystemObjects3::GetThreadIdsByIndex

El método GetThreadIdsByIndex (IDebugSystemObjects3) devuelve los identificadores de motor y subproceso del sistema para los subprocesos especificados en el proceso actual.
IDebugSystemObjects3::GetTotalNumberThreads

El método GetTotalNumberThreads (IDebugSystemObjects3) devuelve el número total de subprocesos para todos los procesos y el mayor número de subprocesos de cualquier proceso.
IDebugSystemObjects3::GetTotalNumberThreadsAndProcesses

El método IDebugSystemObjects3::GetTotalNumberThreadsAndProcesses devuelve el número total de subprocesos y procesos en los destinos a los que está asociado el motor.
IDebugSystemObjects3::SetCurrentProcessId

El método SetCurrentProcessId convierte el proceso especificado en el proceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::SetCurrentSystemId

El método SetCurrentSystemId convierte el destino especificado en el destino actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::SetCurrentThreadId

El método SetCurrentThreadId (IDebugSystemObjects3) establece el subproceso actual especificando un identificador de subproceso del motor.
IDebugSystemObjects3::SetImplicitProcessDataOffset

El método SetImplicitProcessDataOffset establece el proceso implícito para el destino actual. Este método pertenece a la interfaz IDebugSystemObjects3.
IDebugSystemObjects3::SetImplicitThreadDataOffset

El método SetImplicitThreadDataOffset establece el subproceso implícito para el proceso actual. Este método pertenece a la interfaz IDebugSystemObjects3.

Requisitos

Requisito Value
Plataforma de destino Windows
Encabezado dbgeng.h (incluir Dbgeng.h)

Consulte también

IDebugSystemObjects

IDebugSystemObjects2

IDebugSystemObjects4