Condividi tramite


Interfaccia IDebugSystemObjects (dbgeng.h)

Ereditarietà

L'interfaccia IDebugSystemObjects eredita dall'interfaccia IUnknown . IDebugSystemObjects include anche questi tipi di membri:

Metodi

L'interfaccia IDebugSystemObjects include questi metodi.

 
IDebugSystemObjects::GetCurrentProcessDataOffset

Il metodo IDebugSystemObjects::GetCurrentProcessDataOffset restituisce la posizione della struttura dei dati di sistema che descrive il processo corrente.
IDebugSystemObjects::GetCurrentProcessExecutableName

Il metodo GetCurrentProcessExecutableName restituisce il nome del file eseguibile caricato nel processo corrente. Questo metodo appartiene a IDebugSystemObjects.
IDebugSystemObjects::GetCurrentProcessHandle

Il metodo GetCurrentProcessHandle restituisce l'handle di sistema per il processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects.
IDebugSystemObjects::GetCurrentProcessId

Il metodo GetCurrentProcessId restituisce l'ID del processo del motore per il processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects.
IDebugSystemObjects::GetCurrentProcessPeb

Il metodo GetCurrentProcessPeb restituisce il blocco di ambiente del processo (PEB) del processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects.
IDebugSystemObjects::GetCurrentProcessSystemId

Il metodo GetCurrentProcessSystemId restituisce l'ID processo di sistema del processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects.
IDebugSystemObjects::GetCurrentThreadDataOffset

Il metodo GetCurrentThreadDataOffset restituisce la posizione della struttura dei dati di sistema per il thread corrente. Questo metodo appartiene a IDebugSystemObjects.
IDebugSystemObjects::GetCurrentThreadHandle

Il metodo GetCurrentThreadHandle restituisce l'handle di sistema per il thread corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects.
IDebugSystemObjects::GetCurrentThreadId

Il metodo GetCurrentThreadId restituisce l'ID del thread del motore per il thread corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects.
IDebugSystemObjects::GetCurrentThreadSystemId

Il metodo GetCurrentThreadSystemId restituisce l'ID thread di sistema del thread corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects.
IDebugSystemObjects::GetCurrentThreadTeb

Il metodo GetCurrentThreadTeb restituisce il percorso del blocco di ambiente thread (TEB) per il thread corrente. Questo metodo appartiene a IDebugSystemObjects.
IDebugSystemObjects::GetEventProcess

Il metodo GetEventProcess restituisce l'ID processo del motore per il processo in cui si è verificato l'ultimo evento. Questo metodo appartiene a IDebugSystemObjects.
IDebugSystemObjects::GetEventThread

Il metodo GetEventThread restituisce l'ID del thread del motore per il thread in cui si è verificato l'ultimo evento. Questo metodo appartiene a IDebugSystemObjects.
IDebugSystemObjects::GetNumberProcesses

Il metodo GetNumberProcesses restituisce il numero di processi per la destinazione corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects.
IDebugSystemObjects::GetNumberThreads

Il metodo GetNumberThreads restituisce il numero di thread nel processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects.
IDebugSystemObjects::GetProcessIdByDataOffset

Il metodo IDebugSystemObjects::GetProcessIdByDataOffset restituisce l'ID processo del motore per il processo specificato. Il processo viene specificato dall'offset dei dati.
IDebugSystemObjects::GetProcessIdByHandle

Il metodo IDebugSystemObjects::GetProcessIdByHandle restituisce l'ID del processo del motore per il processo specificato. Il processo viene specificato dal relativo handle di sistema.
IDebugSystemObjects::GetProcessIdByPeb

Il metodo GetProcessIdByPeb restituisce l'ID del processo del motore per il processo specificato. Questo metodo appartiene all'interfaccia IDebugSystemObjects.
IDebugSystemObjects::GetProcessIdBySystemId

Il metodo GetProcessIdBySystemId restituisce l'ID processo del motore per un processo specificato dall'ID processo di sistema. Questo metodo appartiene a IDebugSystemObjects.
IDebugSystemObjects::GetProcessIdsByIndex

Il metodo IDebugSystemObjects::GetProcessIdsByIndex restituisce l'ID processo del motore e l'ID processo di sistema per i processi specificati nella destinazione corrente.
IDebugSystemObjects::GetThreadIdByDataOffset

Il metodo IDebugSystemObjects::GetThreadIdByDataOffset restituisce l'ID del thread del motore per un thread. Il thread viene specificato dalla struttura dei dati di sistema.
IDebugSystemObjects::GetThreadIdByHandle

Il metodo IDebugSystemObjects::GetThreadIdByHandle restituisce l'ID del thread del motore per il thread specificato. Il thread viene specificato dal relativo handle di sistema.
IDebugSystemObjects::GetThreadIdByProcessor

Il metodo GetThreadIdByProcessor (IDebugSystemObjects) ottiene l'ID del thread del motore per il thread virtuale in modalità kernel corrispondente al processore specificato.
IDebugSystemObjects::GetThreadIdBySystemId

Il metodo GetThreadIdBySystemId Restituisce l'ID thread del motore per un thread specificato dall'ID thread di sistema specificato dall'ID thread di sistema.
IDebugSystemObjects::GetThreadIdByTeb

Il metodo GetThreadIdByTeb (IDebugSystemObjects) restituisce l'ID del thread del motore per un thread specificato dal blocco di ambiente thread (TEB).
IDebugSystemObjects::GetThreadIdsByIndex

Il metodo GetThreadIdsByIndex (IDebugSystemObjects) restituisce gli ID del thread di sistema e del motore per i thread specificati nel processo corrente.
IDebugSystemObjects::GetTotalNumberThreads

Il metodo GetTotalNumberThreads (IDebugSystemObjects) restituisce il numero totale di thread per tutti i processi e il maggior numero di thread in qualsiasi processo.
IDebugSystemObjects::SetCurrentProcessId

Il metodo SetCurrentProcessId (IDebugSystemObjects) rende il processo specificato il processo corrente.
IDebugSystemObjects::SetCurrentThreadId

Il metodo SetCurrentThreadId (IDebugSystemObjects) imposta il thread corrente specificando un ID thread del motore.

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione dbgeng.h (includere Dbgeng.h)

Vedi anche

IDebugSystemObjects2

IDebugSystemObjects3

IDebugSystemObjects4