Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns a list of all the processes running on a port.
HRESULT EnumProcesses(
IEnumDebugProcesses2** ppEnum
);
int EnumProcesses(
out IEnumDebugProcesses2 ppEnum
);
Parameters
- ppEnum
[out] Returns an IEnumDebugProcesses2 object that contains a list of all the processes running on a port.
Return Value
If successful, returns S_OK; otherwise, returns an error code.