This method of the IMoniker interface provides a moniker that, when composed to the right of this moniker or one of similar structure, will destroy it (the moniker will compose to nothing).
public IMoniker Inverse();
The method supports the standard return value E_OUTOFMEMORY, as well as the following:
S_OK -- The inverse moniker has been returned successfully.
MK_E_NOINVERSE -- The moniker class does not have an inverse.