IDebugProcess2:: GetPhysicalProcessId
Ottiene l'identificatore del processo del sistema.
HRESULT GetPhysicalProcessId(
AD_PROCESS_ID* pdwProcessId
);
int GetPhysicalProcessId(
AD_PROCESS_ID[] pdwProcessId
);
Parametri
- pdwProcessId
[out] AD_PROCESS_ID Una struttura che viene compilata con le informazioni dell'identificatore di processo di sistema.
Valore restituito
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.