com.sun.jna.examples.win32
Class User32.FLASHWINFO
java.lang.Object
com.sun.jna.Structure
com.sun.jna.examples.win32.User32.FLASHWINFO
- Enclosing interface:
- User32
public static class User32.FLASHWINFO
- 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 |
cbSize
public int cbSize
hWnd
public W32API.HANDLE hWnd
dwFlags
public int dwFlags
uCount
public int uCount
dwTimeout
public int dwTimeout
User32.FLASHWINFO
public User32.FLASHWINFO()
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.