IOlkEnum::GetNext

IOlkEnum::GetNext

Gets the next account in the enumerator.

Quick Info

See IOlkEnum.

  HRESULT IOlkEnum:: GetNext(
	LPUNKNOWN *ppunk
);

Parameters

ppunk

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

Return Values

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

Constants for the Account Management API

IOlkEnum::GetCount

IOlkEnum::Reset

IOlkEnum::Skip