This method of the IMECompositionMessage Class retrieves the message identifier from an IMECompositionMessage object.
public int getID();
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.