Frees a Message object.
public static synchronized int free( Message m )
m
The Message object that you want to free.
Returns the value of the message's result field. The result field is the value that is typically returned to Windows in response to handling the message.
Calling this method returns the message object back to the message pool for reuse.
See Also create