Package com.sun.jna.win32
Interface StdCallLibrary
- All Superinterfaces:
- AltCallingConvention,- Library,- StdCall
- All Known Subinterfaces:
- 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
- All Known Implementing Classes:
- AccCtrl
Interface for w32 stdcall calling convention.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInterface defining a callback using the w32 stdcall calling convention.Nested classes/interfaces inherited from interface com.sun.jna.LibraryLibrary.Handler
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final FunctionMapperProvides auto-lookup of stdcall-decorated names.static final intConstant identifying the w32 stdcall calling convention.Fields inherited from interface com.sun.jna.LibraryOPTION_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
- 
Field Details- 
STDCALL_CONVENTIONstatic final int STDCALL_CONVENTIONConstant identifying the w32 stdcall calling convention.- See Also:
 
- 
FUNCTION_MAPPERProvides auto-lookup of stdcall-decorated names.
 
-