description | title | ms.date | ms.topic | f1_keywords | helpviewer_keywords | author | ms.author | manager | ms.subservice | dev_langs | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Resets the modules enumeration to the first element. |
IEnumDebugModules2::Reset |
11/04/2016 |
reference |
|
|
maiak |
maiak |
mijacobs |
debug-diagnostics |
|
Resets the enumeration to the first element.
int Reset();
HRESULT Reset(
void
);
If successful, returns S_OK
; otherwise, returns an error code.
After this method is called, the next call to the Next method returns the first element of the enumeration.