Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This method retrieves the next celt modules in an enumeration sequence.
Syntax
HRESULT Next(
[in] ULONG celt,
[out, size_is(celt), length_is (*pceltFetched )] IOsAxsModule**
rgelt,
[out] ULONG* pceltFetched
);
Parameters
- celt
Number of modules to be retrieved.
- rgelt
Array of retrieved modules.
- pceltFetched
Number of modules returned in rgelt.
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 |