Share via


IOsAxsEnumThread::Next (Windows Embedded CE 6.0)

1/5/2010

This method retrieves the next celt threads in an enumeration sequence.

Syntax

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

Parameters

  • celt
    Number of threads to be returned.
  • rgelt
    Array of returned threads.
  • pceltFetched
    Number of threads returned in rgetl.

Return Value

This method returns S_OK if it retrieves celt threads, and S_FALSE otherwise.

Requirements

Header OsAccess.h
Library OSAXSC.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IOsAxsEnumThread
IOsAxs Interfaces