Message.getLParam

Overview | Methods | Fields | This Package | All Packages

Message.getLParam

Retrieves the lParam value, and converts the value to an object.

Syntax

public Object getLParam( Class cls )

Parameters

cls

The Class object to create an instance of.

Return Value

Returns an Object instance of cls filled with the data from the lParam field of the message. The class specified in cls must be a class that was declared using the @dll.struct directive.

Remarks

Use the getLParam method to retrieve information from the lParam field of a message and convert it to a Java object type. You can use this method to access objects passed in a message.

See Also   lParam