Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 920 Bytes

ienumdebugmodules2-reset.md

File metadata and controls

43 lines (37 loc) · 920 Bytes
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
IEnumDebugModules2::Reset
IEnumDebugModules2::Reset
maiak
maiak
mijacobs
debug-diagnostics
CPP
CSharp

IEnumDebugModules2::Reset

Resets the enumeration to the first element.

Syntax

int Reset();
HRESULT Reset(
   void
);

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

After this method is called, the next call to the Next method returns the first element of the enumeration.

See also