com.sun.jna.win32

Interface StdCallLibrary

public interface StdCallLibrary extends Library, StdCall

Interface for w32 stdcall calling convention.
Nested Class Summary
static interfaceStdCallLibrary.StdCallCallback
Interface defining a callback using the w32 stdcall calling convention.
Field Summary
FunctionMapperFUNCTION_MAPPER
Provides auto-lookup of stdcall-decorated names.
intSTDCALL_CONVENTION
Constant identifying the w32 stdcall calling convention.

Field Detail

FUNCTION_MAPPER

public FunctionMapper FUNCTION_MAPPER
Provides auto-lookup of stdcall-decorated names.

STDCALL_CONVENTION

public int STDCALL_CONVENTION
Constant identifying the w32 stdcall calling convention.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.