The Reset method resets the enumeration sequence to the beginning element in the sequence.
Syntax
HRESULT Reset(
   void 
);
Parameters
- **
None 
Return value
Returns one of the following values:
| Return code | Description | 
|---|---|
| S_OK | The method succeeded.  | 
| E_OUTOFMEMORY | Insufficient memory exists to perform the operation.  | 
Requirements
Target platform  | 
Desktop | 
Header  | 
Netcfgx.h (include Netcfgx.h) | 
See also