IEnumSTATPROPSTG::Reset method

The Reset method resets the enumeration sequence to the beginning of the STATPROPSTG structure array.

Syntax


HRESULT Reset();

Parameters

This method has no parameters.

Return value

This method supports the S_OK return value.

Return codeDescription
S_OK

The enumeration sequence was successfully reset to the beginning of the enumeration.

 

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Header

Propidl.h

IDL

Propidl.idl

Library

Uuid.lib

DLL

Ole32.dll

IID

IID_IEnumSTATPROPSTG is defined as 00000139-0000-0000-C000-000000000046

 

 

Show: