|
import "recls_com.idl";
Public Methods | |
HRESULT | Next ([in] ULONG celt,[out, size_is(celt), length_is(*pceltFetched)] PFILEENTRY *rgVar,[out] ULONG *pceltFetched) |
Attempts to acquire celt elements, and returns the actual number returned in *pceltFetched . | |
HRESULT | Skip ([in] ULONG celt) |
Skips celt elements. | |
HRESULT | Reset () |
Resets the enumeration state. | |
HRESULT | Clone ([out] IEnumFileEntry **ppenum) |
Clones the current enumeration state. |
|
Clones the current enumeration state.
|
|
Attempts to acquire
|
|
Resets the enumeration state.
|
|
Skips
|
|
recls Library documentation © Synesis Software Pty Ltd, 2001-2004 |