Debugging Tools for Windows |
The GetCurrentEventIndex method returns the index of the current event within the current list of events for the current target, if such a list exists.
HRESULT
IDebugControl3::GetCurrentEventIndex(
OUT PULONG Index
);
This method may also return error values. See Return Values for more details.
GetCurrentEventIndex is available in IDebugControl3 and later versions.
Targets that do not have fixed sets of events will always return zero to Index.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.