com.sun.jna.win32
Interface W32APIOptions
- All Superinterfaces:
- AltCallingConvention, Library, StdCall, StdCallLibrary
public interface W32APIOptions
- extends StdCallLibrary
Field Summary |
static java.util.Map |
ASCII_OPTIONS
Standard options to use the ASCII/MBCS version of a w32 API. |
static java.util.Map |
DEFAULT_OPTIONS
|
static java.util.Map |
UNICODE_OPTIONS
Standard options to use the unicode version of a w32 API. |
UNICODE_OPTIONS
static final java.util.Map UNICODE_OPTIONS
- Standard options to use the unicode version of a w32 API.
ASCII_OPTIONS
static final java.util.Map ASCII_OPTIONS
- Standard options to use the ASCII/MBCS version of a w32 API.
DEFAULT_OPTIONS
static final java.util.Map DEFAULT_OPTIONS
Copyright © 2007-2010 Timothy Wall. All Rights Reserved.