Schnittstelle W32APIOptions

Alle Superschnittstellen:
AltCallingConvention, Library, StdCall, StdCallLibrary

public interface W32APIOptions extends StdCallLibrary
  • Felddetails

    • UNICODE_OPTIONS

      static final Map<String,Object> UNICODE_OPTIONS
      Standard options to use the unicode version of a w32 API.
    • ASCII_OPTIONS

      static final Map<String,Object> ASCII_OPTIONS
      Standard options to use the ASCII/MBCS version of a w32 API.
    • DEFAULT_OPTIONS

      static final Map<String,Object> DEFAULT_OPTIONS
      Default options to use - depends on the value of w32.ascii system property