This method of the IMoniker interface supplies a pointer to an enumerator that can enumerate the components of a composite moniker.
public IEnumMoniker Enum(boolean fForward);
The method supports the standard return values E_OUTOFMEMORY and E_UNEXPECTED, as well as the following:
S_OK -- Indicates success.
[in] fForward | If TRUE, enumerates the monikers from left to right. If FALSE, enumerates from right to left. |