JNA API 3.0

com.sun.jna.examples.win32
Class User32.BLENDFUNCTION

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.examples.win32.User32.BLENDFUNCTION
Enclosing interface:
User32

public static class User32.BLENDFUNCTION
extends Structure


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue
 
Field Summary
 byte AlphaFormat
           
 byte BlendFlags
           
 byte BlendOp
           
 byte SourceConstantAlpha
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
User32.BLENDFUNCTION()
           
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BlendOp

public byte BlendOp

BlendFlags

public byte BlendFlags

SourceConstantAlpha

public byte SourceConstantAlpha

AlphaFormat

public byte AlphaFormat
Constructor Detail

User32.BLENDFUNCTION

public User32.BLENDFUNCTION()

JNA API 3.0

Copyright © 2007 Timothy Wall. All Rights Reserved.