IOlkEnum::GetNext

Gets the next account in the enumerator.

Quick info

See IOlkEnum.

HRESULT IOlkEnum:: GetNext( 
    LPUNKNOWN *ppunk 
);

Parameters

ppunk

[in] A pointer to an IUnknown interface that the client can query to obtain an IOlkAccount interface.

Return values

HRESULT Description
S_OK
The call succeeded.
S_FALSE
The enumerator has reached the end.

Remarks

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.

See also