IEnumNetworks::Reset method (netlistmgr.h)

The Reset method resets the enumeration sequence to the beginning.

Syntax

HRESULT Reset();

Return value

Returns S_OK if the method succeeds. Otherwise, the method returns one of the following values.

Return code Description
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header netlistmgr.h

See also

IEnumNetworks