com.jniwrapper.win32.hook.data
Class CREATESTRUCT

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Structure
          extended by com.jniwrapper.win32.hook.data.CREATESTRUCT
All Implemented Interfaces:
com.jniwrapper.AlignmentAwareParameter, com.jniwrapper.CompositeParameter

public class CREATESTRUCT
extends com.jniwrapper.Structure

This class represents the wrapper for the CREATESTRUCT structure.

See Also:
Microsoft COM SDK documentation

Field Summary
 
Fields inherited from class com.jniwrapper.Structure
i
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
CREATESTRUCT()
           
 
Method Summary
 com.jniwrapper.Str getClassName()
           
 Handle getCreateParams()
           
 com.jniwrapper.Int getCx()
           
 com.jniwrapper.Int getCy()
           
 com.jniwrapper.UInt32 getExStyle()
           
 Handle getInstance()
           
 Handle getMenu()
           
 com.jniwrapper.Str getName()
           
 Wnd getParent()
           
 com.jniwrapper.LongInt getStyle()
           
 com.jniwrapper.Int getX()
           
 com.jniwrapper.Int getY()
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, clone, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CREATESTRUCT

public CREATESTRUCT()
Method Detail

getCreateParams

public Handle getCreateParams()

getInstance

public Handle getInstance()

getMenu

public Handle getMenu()

getParent

public Wnd getParent()

getCy

public com.jniwrapper.Int getCy()

getCx

public com.jniwrapper.Int getCx()

getY

public com.jniwrapper.Int getY()

getX

public com.jniwrapper.Int getX()

getStyle

public com.jniwrapper.LongInt getStyle()

getName

public com.jniwrapper.Str getName()

getClassName

public com.jniwrapper.Str getClassName()

getExStyle

public com.jniwrapper.UInt32 getExStyle()