Partager via


IOsAxsEnumProcess::Next (Windows CE 5.0)

Send Feedback

This method retrieves the next celt items in an enumeration sequence of processes.

HRESULT Next(  [in] ULONG celt,  [out, size_is(celt), length_is(*pceltFetched)] IOsAxsProcess** rgelt,  [out] ULONG *pceltFetched);

Parameters

  • celt
    Number of processes requested.
  • rgelt
    Array of returned processes.
  • pceltFetched
    Pointer to the number of processes returned in rgelt.

Return Values

This method returns S_OK if the number of processes returned is celt, and S_FALSE otherwise.

Requirements

OS Version: Windows CE 5.0 and later.
Header: OsAccess.h.
Link Library: OSAXSC.lib.

See Also

IOsAxs Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.