Package com.sun.jna.win32
Provides type and function mappers required for standard APIs on the Windows platform.
-
Interface Summary Interface Description DLLCallback Indicate that the callback needs to appear to be within a DLL.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 Class Description 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.