com.sun.jna.examples.win32

Class User32.MSG

public static class User32.MSG extends Structure

Field Summary
HWNDhWnd
LPARAMlParam
intmessage
User32.POINTpt
inttime
WPARAMwParam

Field Detail

hWnd

public HWND hWnd

lParam

public LPARAM lParam

message

public int message

pt

public User32.POINT pt

time

public int time

wParam

public WPARAM wParam
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.