|
| HRESULT | Next ([in] ULONG celt, [out, size_is(celt), length_is(*pceltFetched)] IShellItem **rgelt, [out] ULONG *pceltFetched) |
| |
| HRESULT | RemoteNext ([in] ULONG celt, [out, size_is(celt), length_is(*pceltFetched)] IShellItem **rgelt, [out] ULONG *pceltFetched) |
| |
| HRESULT | Skip ([in] ULONG celt) |
| |
| HRESULT | Reset () |
| |
| HRESULT | Clone ([out] IEnumShellItems **ppenum) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 523 of file shobjidl.idl.
◆ Clone()
◆ Next()
| HRESULT IEnumShellItems::Next |
( |
[in] ULONG |
celt, |
|
|
[out, size_is(celt), length_is(*pceltFetched)] IShellItem ** |
rgelt, |
|
|
[out] ULONG * |
pceltFetched |
|
) |
| |
◆ RemoteNext()
| HRESULT IEnumShellItems::RemoteNext |
( |
[in] ULONG |
celt, |
|
|
[out, size_is(celt), length_is(*pceltFetched)] IShellItem ** |
rgelt, |
|
|
[out] ULONG * |
pceltFetched |
|
) |
| |
◆ Reset()
◆ Skip()
The documentation for this interface was generated from the following file: