com.sun.jna.win32
Interface StdCallLibrary
- All Superinterfaces: 
 - AltCallingConvention, Library, StdCall
 
- All Known Subinterfaces: 
 - W32APIOptions
 
public interface StdCallLibrary
- extends Library, StdCall
 
Interface for w32 stdcall calling convention.
 
 
 
 
STDCALL_CONVENTION
static final int STDCALL_CONVENTION
- Constant identifying the w32 stdcall calling convention.
- See Also:
 - Constant Field Values
 
 
FUNCTION_MAPPER
static final FunctionMapper FUNCTION_MAPPER
- Provides auto-lookup of stdcall-decorated names.
 
Copyright © 2007-2010 Timothy Wall. All Rights Reserved.