Package com.sun.jna.win32
Interface W32APIOptions
- 
- All Superinterfaces:
- AltCallingConvention,- Library,- StdCall,- StdCallLibrary
 
 public interface W32APIOptions extends StdCallLibrary 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.sun.jna.LibraryLibrary.Handler
 - 
Nested classes/interfaces inherited from interface com.sun.jna.win32.StdCallLibraryStdCallLibrary.StdCallCallback
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static java.util.Map<java.lang.String,java.lang.Object>ASCII_OPTIONSStandard options to use the ASCII/MBCS version of a w32 API.static java.util.Map<java.lang.String,java.lang.Object>DEFAULT_OPTIONSDefault options to use - depends on the value ofw32.asciisystem propertystatic java.util.Map<java.lang.String,java.lang.Object>UNICODE_OPTIONSStandard options to use the unicode version of a w32 API.- 
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_TYPE_MAPPER
 - 
Fields inherited from interface com.sun.jna.win32.StdCallLibraryFUNCTION_MAPPER, STDCALL_CONVENTION
 
- 
 
- 
- 
- 
Field Detail- 
UNICODE_OPTIONSstatic final java.util.Map<java.lang.String,java.lang.Object> UNICODE_OPTIONS Standard options to use the unicode version of a w32 API.
 - 
ASCII_OPTIONSstatic final java.util.Map<java.lang.String,java.lang.Object> ASCII_OPTIONS Standard options to use the ASCII/MBCS version of a w32 API.
 - 
DEFAULT_OPTIONSstatic final java.util.Map<java.lang.String,java.lang.Object> DEFAULT_OPTIONS Default options to use - depends on the value ofw32.asciisystem property
 
- 
 
-