PyIMoniker = ComposeWith(mkRight, fOnlyIfNotGeneric
)
Combines the current moniker with another moniker, creating a new
composite moniker.
Parameters
mkRight : PyIMoniker
The IMoniker interface on the moniker to compose onto the end of this moniker.fOnlyIfNotGeneric : int
If TRUE, the caller requires a non-generic composition, so the operation should
proceed only if pmkRight is a moniker class that this moniker can compose with in some way other than forming a
generic composite. If FALSE, the method can create a generic composite if necessary.