Microsoft SDK for Java

Inverse

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).

Syntax

public IMoniker Inverse();

Return Values

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.

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