Microsoft SDK for Java

Enum

This method of the IMoniker interface supplies a pointer to an enumerator that can enumerate the components of a composite moniker.

Syntax

public IEnumMoniker Enum(boolean fForward);

Return Values

The method supports the standard return values E_OUTOFMEMORY and E_UNEXPECTED, as well as the following:

S_OK -- Indicates success.

Parameters

[in] fForward If TRUE, enumerates the monikers from left to right. If FALSE, enumerates from right to left.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.