Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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