Debugging Tools for Windows |
The GetProcessIdsByIndex method returns the engine process ID and system process ID for the specified processes in the current target.
HRESULT
IDebugSystemObjects::GetProcessIdsByIndex(
IN ULONG Start,
IN ULONG Count,
OUT OPTIONAL PULONG Ids,
OUT OPTIONAL PULONG SysIds
);
This method may also return error values. See Return Values for more details.
GetProcessIdsByIndex is available in all versions of IDebugSystemObjects.
The index of the first process is zero. The index of the last process is the number of processes returned by GetNumberProcesses minus one.
For more information about processes, see Threads and Processes.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.