IEnumSTATPROPSETSTG::Next method
The Next method retrieves a specified number of STATPROPSETSTG structures that follow subsequently in the enumeration sequence. If fewer than the requested number of STATPROPSETSTG structures exist in the enumeration sequence, it retrieves the remaining STATPROPSETSTG structures.
Syntax
HRESULT Next(
[in] ULONG celt,
[out] STATPROPSETSTG *rgelt,
[out] ULONG *pceltFetched
);
Parameters
- celt [in]
-
The number of STATPROPSETSTG structures requested.
- rgelt [out]
-
An array of STATPROPSETSTG structures returned.
- pceltFetched [out]
-
The number of STATPROPSETSTG structures retrieved in the rgelt parameter.
Return value
This method supports the following return values:
| Return code | Description |
|---|---|
|
The number of STATPROPSETSTG structures returned equals the number specified in the celt parameter. |
|
The number of STATPROPSETSTG structures returned is less than the number specified in the celt parameter. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|
|
IID |
IID_IEnumSTATPROPSETSTG is defined as 0000013B-0000-0000-C000-000000000046 |