Microsoft SDK for Java

getID

This method of the IMECompositionMessage Class retrieves the message identifier from an IMECompositionMessage object.

Syntax

public int getID();

Return Value

Returns the message identifier, which can be one of the following.

START_COMPOSITION END_COMPOSITION CHANGE_COMPOSITION UNKNOWN

or 0 if id hasn't been specified for the message.

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