Share via


IHelpKeywordCollection::MoveNext method

[This documentation is preliminary and is subject to change.]

method MoveNext-Advances the enumerator to the next element of the collection.

Syntax

HRESULT MoveNext(
  [out, retval]  VARIANT_BOOL *pRetVal
);

Parameters

  • pRetVal [out, retval]
    Returns true if the advancement was successful else returns false if the end of the collection has been reached.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

TBD.

Examples

Requirements

Minimum supported client

Windows Developer Preview

Minimum supported server

Windows Server Developer Preview

IDL

Windows.Help.Runtime.idl

See also

IHelpKeywordCollection

 

 

Build date: 9/7/2011