Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Enumerates the next celt elements in the enumerator's list, returning them in rgelt along with the actual number of enumerated elements in pceltFetched.
Syntax
HRESULT Next(
[in] ULONG celt,
[out] SYNCMGRITEM *rgelt,
[out] ULONG *pceltFetched
);
Parameters
[in] celt
Type: ULONG
The number of items in the array.
[out] rgelt
Type: SYNCMGRITEM*
The address of array containing items.
[out] pceltFetched
Type: ULONG*
The address of variable containing actual number of items.
Return value
Type: HRESULT
Return S_OK if the method succeeds.
Remarks
E_NOTIMPL is not allowed as a return value. If an error value is returned, no entries in the rgelt array are valid on exit and require no release.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | mobsync.h |
| DLL | Mobsync.dll |