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

public interface StdCallLibrary extends Library, StdCall
Interface for w32 stdcall calling convention.
  • Field Details

    • STDCALL_CONVENTION

      static final int STDCALL_CONVENTION
      Constant identifying the w32 stdcall calling convention.
      See Also:
    • FUNCTION_MAPPER

      static final FunctionMapper FUNCTION_MAPPER
      Provides auto-lookup of stdcall-decorated names.