Uses of Class
com.jniwrapper.win32.hook.data.CREATESTRUCT

Packages that use CREATESTRUCT
com.jniwrapper.win32.hook The com.jniwrapper.win32.hook package contains classes, which allows you to work with native hooks, such as keyboard hook, mouse hook, system idle tracker etc. 
 

Uses of CREATESTRUCT in com.jniwrapper.win32.hook
 

Methods in com.jniwrapper.win32.hook that return CREATESTRUCT
 CREATESTRUCT CBTEvent.CreateWnd.getCreatestruct()
          Returns CREATESTRUCT structure of newly created window.
 

Constructors in com.jniwrapper.win32.hook with parameters of type CREATESTRUCT
CBTEvent.CreateWnd(java.lang.Object source, com.jniwrapper.Bool allow, Wnd newWindow, CREATESTRUCT createstruct, Wnd insertAfter)