public static class User32.MSG extends DefaultStructure
Contains message information from a thread's message queue.
Modifier and Type | Field and Description |
---|---|
com.sun.jna.NativeLong |
hwnd |
com.sun.jna.NativeLong |
lParam |
int |
message |
User32.POINT |
pt |
int |
time |
com.sun.jna.NativeLong |
wParam |
Constructor and Description |
---|
MSG() |
getFieldOrder
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public com.sun.jna.NativeLong hwnd
public int message
public com.sun.jna.NativeLong wParam
public com.sun.jna.NativeLong lParam
public int time
public User32.POINT pt
Copyright © SAS Institute. All Rights Reserved.