Windows Media Format SDK banner art
PreviousNext

IWMDMEnumDevice::Reset

The Reset method resets the enumeration so that Next returns a pointer to the first device.

Syntax

HRESULT Reset();

Parameters

This method takes no parameters.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns E_FAIL.

Remarks

After Reset is called, Next must be called to retrieve a pointer to the first device. For more information about the standard enumerator Reset method, see the Microsoft COM documentation, available at http://www.microsoft.com/com/.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.