IMCEnumBoards::Next
HRESULT Next(
ULONG celt,
IMCBoard **ppEureCard,
ULONG *pceltFetched
);
celt |
[in] Number of board interfaces to retrieve. |
ppEureCard |
[out] Array of pointers to IMCBoard interfaces. |
pceltFetched |
[out] Pointer to a variable that receives the number of boards the method returned. Can be NULL if celt is 1. |
Retrieves a specified number of board interfaces.
Return Values
Returns an HRESULT value. Possible values include the following.
Return code |
Description |
S_OK |
No error. |
E_POINTER |
Null pointer argument. |
S_FALSE |
Did not retrieve as many boards as requested. |
Requirements
Header |
ESFilter.h |
Library |
ESFilter.dll |
MultiCam |
5.0 or later |