Message.free

Overview | Methods | Fields | This Package | All Packages

Message.free

Frees a Message object.

Syntax

public static synchronized int free( Message m )

Parameters

m

The Message object that you want to free.

Return Value

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.

Remarks

Calling this method returns the message object back to the message pool for reuse.

See Also   create