IEnumSSRCs::Next
[This is preliminary documentation and subject to change.]
Gets the next specified number of elements in the enumeration sequence.
HRESULT Next(
ULONG cSSRCs,
DWORD *pdwSSRCs,
ULONG *pcFetched
);
Parameters
-
cSSRCs
-
Places cSSRCs many pins in the array.
-
pdwSSRCs
-
Pointer to array of size cSSRCs.
-
pcFetched
-
Actual count passed.
Return Values
-
S_OK
-
If the number of elements supplied is cSSRCs.
-
S_FALSE
-
If the number of elements supplied is not cSSRCs.