JNA API 3.2.7

Package com.sun.jna.win32

Provides type and function mappers required for standard APIs on the Windows platform.

See:
          Description

Interface Summary
StdCall Tagging interface for __stdcall calling convention.
StdCallLibrary Interface for w32 stdcall calling convention.
StdCallLibrary.StdCallCallback Interface defining a callback using the w32 stdcall calling convention.
W32APIOptions  
 

Class Summary
StdCallFunctionMapper Provides mapping from simple method names to w32 stdcall-decorated names where the name suffix is "@" followed by the number of bytes popped by the called function.
W32APIFunctionMapper Encapsulates lookup of W32 API UNICODE/ASCII functions.
W32APITypeMapper Provide standard conversion for W32 API types.
 

Package com.sun.jna.win32 Description

Provides type and function mappers required for standard APIs on the Windows platform.


JNA API 3.2.7

Copyright © 2007-2010 Timothy Wall. All Rights Reserved.