Gets the next account in the enumerator.
See IOlkEnum.
HRESULT IOlkEnum:: GetNext( LPUNKNOWN *ppunk );
[in] A pointer to an IUnknown interface that the client can query to obtain an IOlkAccount interface.
HRESULT
Description
S_OK
The call succeeded.
S_FALSE
The enumerator has reached the end.
The interface specified by ppunk inherits from IUnknown. The client can query this interface (using IUnknown::QueryInterface) to obtain a pointer to an IOlkAccount interface, and get or set information for this account.