IEnumAddress::Reset method (tapi3if.h)

The Reset method resets to the beginning of the enumeration sequence. This method is hidden from Visual Basic and scripting languages.

Syntax

HRESULT Reset();

Return value

This method can return one of these values.

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

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

IEnumAddress

ITAddress