Package com.sun.jna.win32
Schnittstelle StdCallLibrary
- Alle Superschnittstellen:
AltCallingConvention
,Library
,StdCall
- Alle bekannten Unterschnittstellen:
Advapi32
,Crypt32
,Cryptui
,Ddeml
,Dxva2
,GDI32
,Kernel32
,Mpr
,Msi
,Netapi32
,NtDll
,Ole32
,OleAuto
,OpenGL32
,Pdh
,Psapi
,Rasapi32
,Secur32
,SetupApi
,Shell32
,ShellAPI
,Shlwapi
,User32
,Version
,W32APIOptions
,Wevtapi
,Wininet
,Winspool
,Wtsapi32
- Alle bekannten Implementierungsklassen:
AccCtrl
Interface for w32 stdcall calling convention.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic interface
Interface defining a callback using the w32 stdcall calling convention.Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Library
Library.Handler
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final FunctionMapper
Provides auto-lookup of stdcall-decorated names.static final int
Constant identifying the w32 stdcall calling convention.Von Schnittstelle geerbte Felder 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_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER
-
Felddetails
-
STDCALL_CONVENTION
static final int STDCALL_CONVENTIONConstant identifying the w32 stdcall calling convention.- Siehe auch:
-
FUNCTION_MAPPER
Provides auto-lookup of stdcall-decorated names.
-