Interfaccia IDebugSystemObjects2 (dbgeng.h)
Eredità
L'interfaccia IDebugSystemObjects2 eredita da IDebugSystemObjects. IDebugSystemObjects2 include anche questi tipi di membri:
Metodi
L'interfaccia IDebugSystemObjects2 dispone di questi metodi.
IDebugSystemObjects2::GetCurrentProcessDataOffset Il metodo IDebugSystemObjects2::GetCurrentProcessDataOffset restituisce la posizione della struttura dei dati di sistema che descrive il processo corrente. |
IDebugSystemObjects2::GetCurrentProcessExecutableName Il metodo GetCurrentProcessExecutableName restituisce il nome del file eseguibile caricato nel processo corrente. Questo metodo appartiene a IDebugSystemObjects2. |
IDebugSystemObjects2::GetCurrentProcessHandle Il metodo GetCurrentProcessHandle restituisce l'handle di sistema per il processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetCurrentProcessId Il metodo GetCurrentProcessId restituisce l'ID processo del motore per il processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetCurrentProcessPeb Il metodo GetCurrentProcessPeb restituisce il blocco di ambiente del processo (PEB) del processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetCurrentProcessSystemId Il metodo GetCurrentProcessSystemId restituisce l'ID del processo di sistema del processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetCurrentProcessUpTime Il metodo GetCurrentProcessUpTime restituisce la durata dell'esecuzione del processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetCurrentThreadDataOffset Il metodo GetCurrentThreadDataOffset restituisce la posizione della struttura dei dati di sistema per il thread corrente. Questo metodo appartiene a IDebugSystemObjects2. |
IDebugSystemObjects2::GetCurrentThreadHandle Il metodo GetCurrentThreadHandle restituisce l'handle di sistema per il thread corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetCurrentThreadId Il metodo GetCurrentThreadId restituisce l'ID del thread del motore per il thread corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetCurrentThreadSystemId Il metodo GetCurrentThreadSystemId restituisce l'ID del thread di sistema del thread corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetCurrentThreadTeb Il metodo GetCurrentThreadTeb restituisce il percorso del blocco di ambiente thread (TEB) per il thread corrente. Questo metodo appartiene a IDebugSystemObjects2. |
IDebugSystemObjects2::GetEventProcess Il metodo GetEventProcess restituisce l'ID processo del motore per il processo in cui si è verificato l'ultimo evento. Questo metodo appartiene a IDebugSystemObjects2. |
IDebugSystemObjects2::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 IDebugSystemObjects2. |
IDebugSystemObjects2::GetImplicitProcessDataOffset Il metodo GetImplicitProcessDataOffset restituisce il processo implicito per la destinazione corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetImplicitThreadDataOffset Il metodo GetImplicitThreadDataOffset restituisce il thread implicito per il processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetNumberProcesses Il metodo GetNumberProcesses restituisce il numero di processi per la destinazione corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetNumberThreads Il metodo GetNumberThreads restituisce il numero di thread nel processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::GetProcessIdByDataOffset Il metodo IDebugSystemObjects2::GetProcessIdByDataOffset restituisce l'ID del processo del motore per il processo specificato. Il processo viene specificato dall'offset dei dati. |
IDebugSystemObjects2::GetProcessIdByHandle Il metodo IDebugSystemObjects2::GetProcessIdByHandle restituisce l'ID del processo del motore per il processo specificato. Il processo viene specificato dal relativo handle di sistema. |
IDebugSystemObjects2::GetProcessIdByPeb Il metodo IDebugSystemObjects2::GetProcessIdByPeb restituisce l'ID del processo del motore per il processo specificato. |
IDebugSystemObjects2::GetProcessIdBySystemId Il metodo GetProcessIdBySystemId restituisce l'ID del processo del motore per un processo specificato dall'ID del processo di sistema. Questo metodo appartiene a IDebugSystemObjects2. |
IDebugSystemObjects2::GetProcessIdsByIndex Il metodo IDebugSystemObjects2::GetProcessIdsByIndex restituisce l'ID processo del motore e l'ID del processo di sistema per i processi specificati nella destinazione corrente. |
IDebugSystemObjects2::GetThreadIdByDataOffset Il metodo IDebugSystemObjects2::GetThreadIdByDataOffset restituisce l'ID del thread del motore. Il thread viene specificato dalla struttura dei dati di sistema. |
IDebugSystemObjects2::GetThreadIdByHandle Il metodo IDebugSystemObjects2::GetThreadIdByHandle restituisce l'ID thread del motore per il thread specificato. Il thread viene specificato dal relativo handle di sistema. |
IDebugSystemObjects2::GetThreadIdByProcessor Il metodo GetThreadIdByProcessor (IDebugSystemObjects2) ottiene l'ID del thread del motore per il thread virtuale in modalità kernel corrispondente al processore specificato. |
IDebugSystemObjects2::GetThreadIdBySystemId Il metodo GetThreadIdBySystemIdId (IDebugSystemObjects2) restituisce l'ID del thread del motore per un thread specificato dal relativo ID thread di sistema. |
IDebugSystemObjects2::GetThreadIdByTeb Il metodo GetThreadIdByTeb (IDebugSystemObjects2) restituisce l'ID thread del motore per un thread specificato dal blocco di ambiente thread (TEB). |
IDebugSystemObjects2::GetThreadIdsByIndex Il metodo GetThreadIdsByIndex (IDebugSystemObjects2) restituisce gli ID del motore e del thread di sistema per i thread specificati nel processo corrente. |
IDebugSystemObjects2::GetTotalNumberThreads Il metodo GetTotalNumberThreads (IDebugSystemObjects2) restituisce il numero totale di thread per tutti i processi e il maggior numero di thread in qualsiasi processo. |
IDebugSystemObjects2::SetCurrentProcessId Il metodo SetCurrentProcessId (IDebugSystemObjects2) rende il processo specificato il processo corrente. |
IDebugSystemObjects2::SetCurrentThreadId Il metodo SetCurrentThreadId (IDebugSystemObjects2) imposta il thread corrente specificando un ID thread del motore. |
IDebugSystemObjects2::SetImplicitProcessDataOffset Il metodo SetImplicitProcessDataOffset imposta il processo implicito per la destinazione corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
IDebugSystemObjects2::SetImplicitThreadDataOffset Il metodo SetImplicitThreadDataOffset imposta il thread implicito per il processo corrente. Questo metodo appartiene all'interfaccia IDebugSystemObjects2. |
Fabbisogno
Requisito | Valore |
---|---|
piattaforma di destinazione | Finestre |
intestazione | dbgeng.h (include Dbgeng.h) |