Retrieves the lParam value, and converts the value to an object.
public Object getLParam( Class cls )
cls
The Class object to create an instance of.
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.
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