Debugging Tools for Windows |
The GetSystemIdsByIndex method returns the engine target IDs for the specified targets.
HRESULT
IDebugSystemObjects3::GetSystemIdsByIndex(
IN ULONG Start,
IN ULONG Count,
OUT PULONG Ids
);
This method may also return error values. See Return Values for more details.
GetSystemIdsByIndex is available in IDebugSystemObjects3 and later versions.
The index of the first target is zero. The index of the last target is the number of targets returned by GetNumberSystems minus one.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.