com.sun.jna.examples.win32
Class User32.KBDLLHOOKSTRUCT
java.lang.Object
com.sun.jna.Structure
com.sun.jna.examples.win32.User32.KBDLLHOOKSTRUCT
- Enclosing interface:
- User32
public static class User32.KBDLLHOOKSTRUCT
- extends Structure
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField |
vkCode
public int vkCode
scanCode
public int scanCode
flags
public int flags
time
public int time
dwExtraInfo
public W32API.ULONG_PTR dwExtraInfo
User32.KBDLLHOOKSTRUCT
public User32.KBDLLHOOKSTRUCT()
Copyright © 2007 Timothy Wall. All Rights Reserved.