JNA API 4.0.0

com.sun.jna.win32
Interface StdCallLibrary

All Superinterfaces:
AltCallingConvention, Library, StdCall
All Known Subinterfaces:
Advapi32, BaseTSD, CoreDLL, Crypt32, DBT, DsGetDC, GDI32, Kernel32, LMAccess, LMCons, LMErr, LMJoin, Msi, Netapi32, NtDll, NTSecApi, Ole32, OleAuto, Secur32, SetupApi, Shell32, ShellAPI, Sspi, Tlhelp32, User32, VerRsrc, Version, W32APIOptions, Wdm, WinBase, WinCrypt, WinDef, WinGDI, Winioctl, WinNT, WinReg, Winspool, Winsvc, WinUser, Wtsapi32
All Known Implementing Classes:
Kernel32Util

public interface StdCallLibrary
extends Library, StdCall

Interface for w32 stdcall calling convention.


Nested Class Summary
static interface StdCallLibrary.StdCallCallback
          Interface defining a callback using the w32 stdcall calling convention.
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
 
Field Summary
static FunctionMapper FUNCTION_MAPPER
          Provides auto-lookup of stdcall-decorated names.
static int STDCALL_CONVENTION
          Constant identifying the w32 stdcall calling convention.
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 

Field Detail

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.


JNA API 4.0.0

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