- c_class - Variable in class com.sun.jna.platform.unix.X11.XVisualInfo
-
- c_class - Variable in class com.sun.jna.platform.unix.X11.XWindowAttributes
-
- C_CONVENTION - Static variable in class com.sun.jna.Function
-
Standard C calling convention.
- C_LIBRARY_NAME - Static variable in class com.sun.jna.Platform
-
Canonical name of this platform's C runtime library.
- c_new - Variable in class com.sun.jna.platform.unix.X11.XColormapEvent
-
- cAccumAlphaBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the number of alpha bitplanes in the accumulation buffer.
- cAccumBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the total number of bitplanes in the accumulation buffer.
- cAccumBlueBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the number of blue bitplanes in the accumulation buffer.
- cAccumGreenBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the number of green bitplanes in the accumulation buffer.
- cAccumRedBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the number of red bitplanes in the accumulation buffer.
- cache - Variable in class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousUnionPayload
-
Identifies the characteristics of a particular cache.
- CACHE_DESCRIPTOR() - Constructor for class com.sun.jna.platform.win32.WinNT.CACHE_DESCRIPTOR
-
- CACHE_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CACHE_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CACHE_E_NOCACHE_UPDATED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CACHE_FULLY_ASSOCIATIVE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- CACHE_S_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CACHE_S_FORMATETC_NOTSUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CACHE_S_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CACHE_S_SAMECACHE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CACHE_S_SOMECACHES_NOTUPDATED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CacheData - Static variable in class com.sun.jna.platform.win32.WinNT.PROCESSOR_CACHE_TYPE
-
The cache is for data.
- CacheInstruction - Static variable in class com.sun.jna.platform.win32.WinNT.PROCESSOR_CACHE_TYPE
-
The cache is for processor instructions.
- cacheNext() - Method in class com.sun.jna.platform.win32.COM.util.EnumMoniker
-
- CacheTrace - Static variable in class com.sun.jna.platform.win32.WinNT.PROCESSOR_CACHE_TYPE
-
The cache is for traces.
- cacheTypeInfo(Pointer) - Method in class com.sun.jna.Structure
-
Cache native type information for use in native code.
- CacheUnified - Static variable in class com.sun.jna.platform.win32.WinNT.PROCESSOR_CACHE_TYPE
-
The cache is unified.
- CALCULATE_SIZE - Static variable in class com.sun.jna.Structure
-
Align to an 8-byte boundary.
- calculateSize(boolean) - Method in class com.sun.jna.Structure
-
Calculate the amount of native memory required for this structure.
- calculateSize(boolean, boolean) - Method in class com.sun.jna.Structure
-
- Callback - Interface in com.sun.jna
-
All callback definitions must derive from this interface.
- callback(Object[]) - Method in interface com.sun.jna.CallbackProxy
-
This is the callback method invoked from native code.
- callback(Pointer, Pointer, Pointer) - Method in interface com.sun.jna.platform.mac.Carbon.EventHandlerProcPtr
-
- callback(ByteByReference, Pointer, WinDef.ULONG) - Method in interface com.sun.jna.platform.win32.WinBase.FE_EXPORT_FUNC
-
- callback(ByteByReference, Pointer, WinDef.ULONGByReference) - Method in interface com.sun.jna.platform.win32.WinBase.FE_IMPORT_FUNC
-
- callback(int, int, WinBase.OVERLAPPED) - Method in interface com.sun.jna.platform.win32.WinNT.OVERLAPPED_COMPLETION_ROUTINE
-
- callback(int, WinDef.WPARAM, WinUser.KBDLLHOOKSTRUCT) - Method in interface com.sun.jna.platform.win32.WinUser.LowLevelKeyboardProc
-
- callback(WinDef.HWND, int, WinDef.WPARAM, WinDef.LPARAM) - Method in interface com.sun.jna.platform.win32.WinUser.WindowProc
-
- callback(WinDef.HWND, Pointer) - Method in interface com.sun.jna.platform.win32.WinUser.WNDENUMPROC
-
Return whether to continue enumeration.
- Callback.UncaughtExceptionHandler - Interface in com.sun.jna
-
- callbackMap - Static variable in class com.sun.jna.CallbackReference
-
- CallbackParameterContext - Class in com.sun.jna
-
Provide argument conversion context for a callback invocation.
- CallbackParameterContext(Class, Method, Object[], int) - Constructor for class com.sun.jna.CallbackParameterContext
-
- CallbackProxy - Interface in com.sun.jna
-
Placeholder proxy interface to allow an InvocationHandler to convert
arguments/return values on callback methods.
- CallbackProxy - Class in com.sun.jna.platform.win32.COM.util
-
- CallbackProxy(Factory, Class<?>, IComEventCallbackListener) - Constructor for class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- CallbackReference - Class in com.sun.jna
-
Provides a reference to an association between a native callback closure
and a Java
Callback
closure.
- CallbackReference.AttachOptions - Class in com.sun.jna
-
- CallbackResultContext - Class in com.sun.jna
-
Conversion context from a Java
Callback
result to a native value.
- CallbackResultContext(Method) - Constructor for class com.sun.jna.CallbackResultContext
-
- CallbackThreadInitializer - Class in com.sun.jna
-
This class provides for customization of the mapping of native threads
onto attached Java threads.
- CallbackThreadInitializer() - Constructor for class com.sun.jna.CallbackThreadInitializer
-
The default initializer causes the callback thread to remain attached
as a daemon thread, using the default thread name and group.
- CallbackThreadInitializer(boolean) - Constructor for class com.sun.jna.CallbackThreadInitializer
-
Keep the callback thread attached, with the given daemon state,
using the default thread name and group.
- CallbackThreadInitializer(boolean, boolean) - Constructor for class com.sun.jna.CallbackThreadInitializer
-
Uses the default thread name and group.
- CallbackThreadInitializer(boolean, boolean, String) - Constructor for class com.sun.jna.CallbackThreadInitializer
-
Uses the default thread group.
- CallbackThreadInitializer(boolean, boolean, String, ThreadGroup) - Constructor for class com.sun.jna.CallbackThreadInitializer
-
Specify all aspects of how the callback thread should be initialized.
- CALLCONV() - Constructor for class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CALLCONV(int) - Constructor for class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- callconv - Variable in class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- callFlags - Variable in class com.sun.jna.Function
-
- callFlags - Variable in class com.sun.jna.NativeLibrary
-
- CallNamedPipe(String, byte[], int, byte[], int, IntByReference, int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Connects to a message-type pipe (and waits if an instance of the pipe is
not available), writes to and reads from the pipe, and then closes the pipe.
- CallNextHookEx(WinUser.HHOOK, int, WinDef.WPARAM, WinDef.LPARAM) - Method in interface com.sun.jna.platform.win32.User32
-
The CallNextHookEx function passes the hook information to the next hook
procedure in the current hook chain.
- cAlphaBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the number of alpha bitplanes in each RGBA color buffer.
- cAlphaShift - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the shift count for alpha bitplanes in each RGBA color buffer.
- canDrag(DragGestureEvent) - Method in class com.sun.jna.platform.dnd.DragHandler
-
Override to control whether a drag is started.
- canDrop(DropTargetEvent, int, Point) - Method in class com.sun.jna.platform.dnd.DropHandler
-
Indicate whether the given drop action is acceptable at the given
location.
- cap_style - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- CapabilitiesRequestAndCapabilitiesReply(WinNT.HANDLE, WTypes.LPSTR, WinDef.DWORD) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves a string describing a monitor's capabilities.
- CapButt - Static variable in interface com.sun.jna.platform.unix.X11
-
- CapNotLast - Static variable in interface com.sun.jna.platform.unix.X11
-
- CapProjecting - Static variable in interface com.sun.jna.platform.unix.X11
-
- CapRound - Static variable in interface com.sun.jna.platform.unix.X11
-
- Carbon - Interface in com.sun.jna.platform.mac
-
Author: Denis Tulskiy
Date: 7/25/11
- Carbon.EventHandlerProcPtr - Interface in com.sun.jna.platform.mac
-
- Carbon.EventHotKeyID - Class in com.sun.jna.platform.mac
-
- Carbon.EventHotKeyID.ByValue - Class in com.sun.jna.platform.mac
-
- Carbon.EventTypeSpec - Class in com.sun.jna.platform.mac
-
- cArgs - Variable in class com.sun.jna.platform.win32.OleAuto.DISPPARAMS
-
The c args.
- CAT_E_CATIDNOEXIST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CAT_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CAT_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CAT_E_NODESCRIPTION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- cAuxBuffers - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the number of auxiliary buffers.
- cb - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
The size of the structure, in bytes.
- CB_HAS_INITIALIZER - Static variable in class com.sun.jna.Native
-
Indicates whether the callback has an initializer.
- CB_OPTION_DIRECT - Static variable in class com.sun.jna.Native
-
Use direct mapping for callback.
- CB_OPTION_IN_DLL - Static variable in class com.sun.jna.Native
-
Return a DLL-resident fucntion pointer.
- cbAlignment - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- cbBuffer - Variable in class com.sun.jna.platform.win32.Sspi.SecBuffer
-
Specifies the size, in bytes, of the buffer pointed to by the pvBuffer member.
- cbClsExtra - Variable in class com.sun.jna.platform.win32.WinUser.WNDCLASSEX
-
The cb cls extra.
- cbData - Variable in class com.sun.jna.platform.win32.WinCrypt.DATA_BLOB
-
The count of bytes in the buffer pointed to by pbData.
- cbElements - Variable in class com.sun.jna.platform.win32.OaIdl.SAFEARRAY
-
- cBlueBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the number of blue bitplanes in each RGBA color buffer.
- cBlueShift - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the shift count for blue bitplanes in each RGBA color buffer.
- cbMaxToken - Variable in class com.sun.jna.platform.win32.Sspi.SecPkgInfo
-
Specifies the maximum size, in bytes, of the token.
- cbReserved2 - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
Reserved for use by the C Run-time; must be zero.
- cbSize - Variable in class com.sun.jna.platform.win32.SetupApi.SP_DEVICE_INTERFACE_DATA
-
The size, in bytes, of the SP_DEVICE_INTERFACE_DATA structure.
- cbSize - Variable in class com.sun.jna.platform.win32.SetupApi.SP_DEVINFO_DATA
-
The size, in bytes, of the SP_DEVINFO_DATA structure.
- cbSize - Variable in class com.sun.jna.platform.win32.ShellAPI.APPBARDATA
-
- cbSize - Variable in class com.sun.jna.platform.win32.WinCrypt.CRYPTPROTECT_PROMPTSTRUCT
-
Size of this structure in bytes.
- cbSize - Variable in class com.sun.jna.platform.win32.WinUser.FLASHWINFO
-
- cbSize - Variable in class com.sun.jna.platform.win32.WinUser.GUITHREADINFO
-
- cbSize - Variable in class com.sun.jna.platform.win32.WinUser.LASTINPUTINFO
-
- cbSize - Variable in class com.sun.jna.platform.win32.WinUser.MONITORINFO
-
The size, in bytes, of the structure.
- cbSize - Variable in class com.sun.jna.platform.win32.WinUser.MONITORINFOEX
-
The size, in bytes, of the structure.
- cbSize - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWINFO
-
- cbSize - Variable in class com.sun.jna.platform.win32.WinUser.WNDCLASSEX
-
The cb size.
- cbSizeInstance - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- cbSizeVft - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- cbstruct - Variable in class com.sun.jna.CallbackReference
-
- cBuffers - Variable in class com.sun.jna.platform.win32.Sspi.SecBufferDesc
-
Number of buffers.
- cbWndExtra - Variable in class com.sun.jna.platform.win32.WinUser.WNDCLASSEX
-
The cb wnd extra.
- cBytes - Variable in class com.sun.jna.platform.win32.OaIdl.PARAMDESCEX
-
- CC_CDECL - Static variable in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CC_FASTCALL - Static variable in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CC_FPFASTCALL - Static variable in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CC_MACPASCAL - Static variable in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CC_MAX - Static variable in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CC_MPWCDECL - Static variable in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CC_MPWPASCAL - Static variable in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CC_MSCPASCAL - Static variable in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CC_PASCAL - Static variable in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CC_STDCALL - Static variable in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CC_SYSCALL - Static variable in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- CCHDEVICENAME - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- CCHDEVICENAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Length of the device name in MONITORINFOEX
- cColorBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the number of color bitplanes in each color buffer.
- cDepthBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the depth of the depth (z-axis) buffer.
- cDims - Variable in class com.sun.jna.platform.win32.OaIdl.ARRAYDESC
-
- cDims - Variable in class com.sun.jna.platform.win32.OaIdl.SAFEARRAY
-
- cElements - Variable in class com.sun.jna.platform.win32.OaIdl.SAFEARRAYBOUND
-
- CenterGravity - Static variable in interface com.sun.jna.platform.unix.X11
-
- CERT_E_CHAINING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_CN_NO_MATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_CRITICAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_EXPIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_INVALID_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_INVALID_POLICY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_ISSUERCHAINING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_MALFORMED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_PATHLENCONST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_PURPOSE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_REVOCATION_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_REVOKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_ROLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_UNTRUSTEDCA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_UNTRUSTEDROOT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_UNTRUSTEDTESTROOT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_VALIDITYPERIODNESTING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERT_E_WRONG_USAGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_ALIGNMENT_FAULT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_ARCHIVED_KEY_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_ARCHIVED_KEY_UNEXPECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_BAD_RENEWAL_SUBJECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_BAD_REQUESTSTATUS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_BAD_REQUESTSUBJECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_BAD_TEMPLATE_VERSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_CERT_TYPE_OVERLAP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_ENCODING_LENGTH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_ENROLL_DENIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_INVALID_CA_CERTIFICATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_ISSUANCE_POLICY_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_KEY_LENGTH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_NO_CAADMIN_DEFINED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_NO_CERT_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_NO_DB_SESSIONS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_NO_REQUEST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_NO_VALID_KRA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_PROPERTY_EMPTY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_RESTRICTEDOFFICER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_ROLECONFLICT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_SERVER_SUSPENDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_SIGNATURE_COUNT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_SIGNATURE_POLICY_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_SIGNATURE_REJECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_SMIME_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_SUBJECT_DNS_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_SUBJECT_EMAIL_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_SUBJECT_UPN_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_TEMPLATE_CONFLICT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_TEMPLATE_DENIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_TEMPLATE_POLICY_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_TOO_MANY_SIGNATURES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_UNKNOWN_CERT_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CERTSRV_E_UNSUPPORTED_CERT_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- cFuncs - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- cGreenBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the number of green bitplanes in each RGBA color buffer.
- cGreenShift - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the shift count for green bitplanes in each RGBA color buffer.
- CHAR() - Constructor for class com.sun.jna.platform.win32.WinDef.CHAR
-
Instantiates a new char.
- CHAR(char) - Constructor for class com.sun.jna.platform.win32.WinDef.CHAR
-
Instantiates a new char.
- CHAR(long) - Constructor for class com.sun.jna.platform.win32.WinDef.CHAR
-
Instantiates a new char.
- charAt(int) - Method in class com.sun.jna.NativeString
-
- charAt(int) - Method in class com.sun.jna.WString
-
- CHARByReference() - Constructor for class com.sun.jna.platform.win32.WinDef.CHARByReference
-
Instantiates a new CHAR by reference.
- CHARByReference(WinDef.CHAR) - Constructor for class com.sun.jna.platform.win32.WinDef.CHARByReference
-
Instantiates a new CHAR by reference.
- checkFailed(WinNT.HRESULT) - Method in class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
Check failed.
- checkRC(WinNT.HRESULT) - Static method in class com.sun.jna.platform.win32.COM.COMUtils
-
Throw new exception.
- checkRC(WinNT.HRESULT, OaIdl.EXCEPINFO, IntByReference) - Static method in class com.sun.jna.platform.win32.COM.COMUtils
-
Throw new exception.
- ChoosePixelFormat(WinDef.HDC, WinGDI.PIXELFORMATDESCRIPTOR.ByReference) - Method in interface com.sun.jna.platform.win32.GDI32
-
The ChoosePixelFormat function attempts to match an appropriate pixel format supported
by a device context to a given pixel format specification.
- cImplTypes - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- CirculateNotify - Static variable in interface com.sun.jna.platform.unix.X11
-
- CirculateRequest - Static variable in interface com.sun.jna.platform.unix.X11
-
- CLASS_E_CLASSNOTAVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLASS_E_NOAGGREGATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLASS_E_NOTLICENSED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- classBuffer - Variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
The class buffer.
- classes - Variable in class com.sun.jna.platform.unix.X11.XDeviceByReference
-
- CLASSFACTORY_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLASSFACTORY_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLASSFACTORY_S_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLASSFACTORY_S_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- clear() - Method in class com.sun.jna.Memory
-
Zero the full extent of this memory region.
- clear(long) - Method in class com.sun.jna.Pointer
-
Zero memory for the given number of bytes.
- clear() - Method in class com.sun.jna.Structure
-
Clears the native memory associated with this Structure.
- clear() - Method in class com.sun.jna.WeakIdentityHashMap
-
- ClearEventLog(WinNT.HANDLE, String) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Clears the specified event log, and optionally saves the current copy of
the log to a backup file.
- ClientMessage - Static variable in interface com.sun.jna.platform.unix.X11
-
- CLIENTSITE_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLIENTSITE_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLIENTSITE_S_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLIENTSITE_S_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- ClientSiteName - Variable in class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
Pointer to a null-terminated WString that specifies the name of the
site that the computer belongs to.
- clientSiteName - Variable in class com.sun.jna.platform.win32.Netapi32Util.DomainController
-
The name of the site that the computer belongs to.
- clip_mask - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- clip_x_origin - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- clip_y_origin - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- CLIPBRD_E_BAD_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLIPBRD_E_CANT_CLOSE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLIPBRD_E_CANT_EMPTY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLIPBRD_E_CANT_OPEN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLIPBRD_E_CANT_SET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLIPBRD_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLIPBRD_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLIPBRD_S_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CLIPBRD_S_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- ClipByChildren - Static variable in interface com.sun.jna.platform.unix.X11
-
- cLocks - Variable in class com.sun.jna.platform.win32.OaIdl.SAFEARRAY
-
- Clone(PointerByReference) - Method in class com.sun.jna.platform.win32.COM.EnumMoniker
-
- Clone(PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.IEnumMoniker
-
Creates a new enumerator that contains the same enumeration state as the
current one.
- close(long) - Static method in class com.sun.jna.Native
-
Close the given native library.
- close() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogIterator
-
Call close() in the case when the caller needs to abandon the
iterator before the iteration completes.
- close() - Method in class com.sun.jna.platform.win32.W32Service
-
Close service.
- close() - Method in class com.sun.jna.platform.win32.W32ServiceManager
-
Closes the previously opened Service Manager.
- CloseEncryptedFileRaw(Pointer) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Closes an encrypted file after a backup or restore operation, and frees
associated system resources.
- CloseEventLog(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Closes the specified event log.
- CloseHandle(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The CloseHandle function closes an open object handle.
- CloseServiceHandle(Winsvc.SC_HANDLE) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Closes a handle to a service control manager or service object.
- CloseWindow(WinDef.HWND) - Method in interface com.sun.jna.platform.win32.User32
-
Minimizes (but does not destroy) the specified window.
- ClosingRecordNumber - Variable in class com.sun.jna.platform.win32.WinNT.EVENTLOGRECORD
-
Reserved.
- CLSCTX_ACTIVATE_32_BIT_SERVER - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_ACTIVATE_64_BIT_SERVER - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_ACTIVATE_AAA_AS_IU - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_ALL - Static variable in interface com.sun.jna.platform.win32.ObjBase
-
The clsctx all.
- CLSCTX_ALL - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_APPCONTAINER - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_DISABLE_AAA - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_ENABLE_AAA - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_ENABLE_CLOAKING - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_ENABLE_CODE_DOWNLOAD - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_FROM_DEFAULT_CONTEXT - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_INPROC - Static variable in interface com.sun.jna.platform.win32.ObjBase
-
The clsctx inproc.
- CLSCTX_INPROC_HANDLER - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_INPROC_HANDLER16 - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_INPROC_SERVER - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_INPROC_SERVER16 - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_LOCAL_SERVER - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_NO_CODE_DOWNLOAD - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_NO_CUSTOM_MARSHAL - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_NO_FAILURE_LOG - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_PS_DLL - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_REMOTE_SERVER - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_RESERVED1 - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_RESERVED2 - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_RESERVED3 - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_RESERVED4 - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_RESERVED5 - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- CLSCTX_SERVER - Static variable in interface com.sun.jna.platform.win32.ObjBase
-
The clsctx server.
- CLSCTX_SERVER - Static variable in interface com.sun.jna.platform.win32.WTypes
-
- clsid - Variable in class com.sun.jna.platform.win32.COM.COMUtils.COMInfo
-
The clsid.
- CLSID() - Constructor for class com.sun.jna.platform.win32.Guid.CLSID
-
Instantiates a new clsid.
- CLSID(String) - Constructor for class com.sun.jna.platform.win32.Guid.CLSID
-
Instantiates a new clsid.
- CLSID(Guid.GUID) - Constructor for class com.sun.jna.platform.win32.Guid.CLSID
-
Instantiates a new clsid.
- CLSIDFromProgID(String, Guid.CLSID.ByReference) - Method in interface com.sun.jna.platform.win32.Ole32
-
Looks up a CLSID in the registry, given a ProgID.
- CLSIDFromString(WString, Guid.CLSID.ByReference) - Method in interface com.sun.jna.platform.win32.Ole32
-
Converts a string generated by the StringFromCLSID function back into the
original CLSID.
- CM_DEVCAP_REMOVABLE - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
Removable.
- CMD_ARG_BINDING_MODE - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- CMD_ARG_OUTPUT_DIR - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- CMD_ARG_TYPELIB_FILE - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- CMD_ARG_TYPELIB_ID - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- CMD_ARG_TYPELIB_MAJOR_VERSION - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- CMD_ARG_TYPELIB_MINOR_VERSION - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- cmdKey - Static variable in interface com.sun.jna.platform.mac.Carbon
-
- cNamedArgs - Variable in class com.sun.jna.platform.win32.OleAuto.DISPPARAMS
-
The c named args.
- cntThreads - Variable in class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
The number of execution threads started by the process.
- cntUsage - Variable in class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
This member is no longer used and is always set to zero.
- CO_E_ACCESSCHECKFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ACESINWRONGORDER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ACNOTINITIALIZED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ACTIVATIONFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ACTIVATIONFAILED_CATALOGERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ACTIVATIONFAILED_EVENTLOGGED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ACTIVATIONFAILED_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ALREADYINITIALIZED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_APPDIDNTREG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_APPNOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_APPSINGLEUSE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ASYNC_WORK_REJECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_BAD_PATH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_BAD_SERVER_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_CANCEL_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_CANT_REMOTE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_CANTDETERMINECLASS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_CLASS_CREATE_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_CLASS_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_CLASSSTRING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_CLRNOTAVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_CLSREG_INCONSISTENT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_CONVERSIONFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_CREATEPROCESS_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_DBERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_DECODEFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_DLLNOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ELEVATION_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ERRORINAPP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ERRORINDLL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_EXCEEDSYSACLLIMIT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FAILEDTOCLOSEHANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FAILEDTOCREATEFILE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FAILEDTOGENUUID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FAILEDTOGETSECCTX - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FAILEDTOGETTOKENINFO - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FAILEDTOGETWINDIR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FAILEDTOIMPERSONATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FAILEDTOOPENPROCESSTOKEN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FAILEDTOOPENTHREADTOKEN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FAILEDTOQUERYCLIENTBLANKET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FAILEDTOSETDACL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_IIDREG_INCONSISTENT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_IIDSTRING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INCOMPATIBLESTREAMVERSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_CLASS_CACHE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_MEMORY_ALLOCATOR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_ONLY_SINGLE_THREADED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_RPC_CHANNEL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_SCM_EXEC_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_SCM_FILE_MAPPING_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_SCM_MAP_VIEW_OF_FILE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_SCM_MUTEX_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_SHARED_ALLOCATOR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_TLS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_TLS_CHANNEL_CONTROL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_TLS_SET_CHANNEL_CONTROL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INIT_UNACCEPTED_USER_ALLOCATOR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INITIALIZATIONFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_INVALIDSID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_ISOLEVELMISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_LAUNCH_PERMSSION_DENIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_LOOKUPACCNAMEFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_LOOKUPACCSIDFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_MALFORMED_SPN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_MISSING_DISPLAYNAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_MSI_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_NETACCESSAPIFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_NO_SECCTX_IN_ACTIVATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_NOCOOKIES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_NOIISINTRINSICS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_NOMATCHINGNAMEFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_NOMATCHINGSIDFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_NOSYNCHRONIZATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_NOTCONSTRUCTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_NOTINITIALIZED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_NOTPOOLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_OBJISREG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_OBJNOTCONNECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_OBJNOTREG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_OBJSRV_RPC_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_OLE1DDE_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_PATHTOOLONG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_RELEASED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_RELOAD_DLL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_REMOTE_COMMUNICATION_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_RUNAS_CREATEPROCESS_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_RUNAS_LOGON_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_RUNAS_SYNTAX - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_RUNAS_VALUE_MUST_BE_AAA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_SCM_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_SCM_RPC_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_SERVER_EXEC_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_SERVER_INIT_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_SERVER_NOT_PAUSED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_SERVER_PAUSED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_SERVER_START_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_SERVER_STOPPING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_SETSERLHNDLFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_START_SERVICE_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_SXS_CONFIG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_THREADINGMODEL_CHANGED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_THREADPOOL_CONFIG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_TRACKER_CONFIG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_TRUSTEEDOESNTMATCHCLIENT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_WRONG_SERVER_IDENTITY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_WRONGOSFORAPP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_E_WRONGTRUSTEENAMESYNTAX - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_S_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_S_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_S_MACHINENAMENOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CO_S_NOTALLINTERFACES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CoCreateGuid(Guid.GUID) - Method in interface com.sun.jna.platform.win32.Ole32
-
Creates a GUID, a unique 128-bit integer used for CLSIDs and interface
identifiers.
- CoCreateGuid(Guid.GUID.ByReference) - Method in interface com.sun.jna.platform.win32.Ole32
-
- CoCreateInstance(Guid.GUID, Pointer, int, Guid.GUID, PointerByReference) - Method in interface com.sun.jna.platform.win32.Ole32
-
Creates a single uninitialized object of the class associated with a
specified CLSID.
- code - Variable in enum com.sun.jna.platform.win32.Advapi32Util.AccessCheckPermission
-
- CoGetMalloc(WinDef.DWORD, PointerByReference) - Method in interface com.sun.jna.platform.win32.Ole32
-
Retrieves a pointer to the default OLE task memory allocator.
- COINIT_APARTMENTTHREADED - Static variable in interface com.sun.jna.platform.win32.Ole32
-
- COINIT_DISABLE_OLE1DDE - Static variable in interface com.sun.jna.platform.win32.Ole32
-
- COINIT_MULTITHREADED - Static variable in interface com.sun.jna.platform.win32.Ole32
-
- COINIT_SPEED_OVER_MEMORY - Static variable in interface com.sun.jna.platform.win32.Ole32
-
- CoInitialize(WinDef.LPVOID) - Method in interface com.sun.jna.platform.win32.Ole32
-
Initializes the COM library on the current thread and identifies the
concurrency model as single-thread apartment (STA).
- CoInitializeEx(Pointer, int) - Method in interface com.sun.jna.platform.win32.Ole32
-
Initializes the COM library for use by the calling thread, sets the
thread's concurrency model, and creates a new apartment for the thread if
one is required.
- CoIsHandlerConnected(Pointer) - Method in interface com.sun.jna.platform.win32.Ole32
-
Determines whether a remote object is connected to the corresponding in-process object.
- Colormap() - Constructor for class com.sun.jna.platform.unix.X11.Colormap
-
- Colormap(long) - Constructor for class com.sun.jna.platform.unix.X11.Colormap
-
- colormap - Variable in class com.sun.jna.platform.unix.X11.XColormapEvent
-
- colormap - Variable in class com.sun.jna.platform.unix.X11.Xrender.XRenderPictFormat
-
- colormap - Variable in class com.sun.jna.platform.unix.X11.XSetWindowAttributes
-
- colormap - Variable in class com.sun.jna.platform.unix.X11.XWindowAttributes
-
- colormap_size - Variable in class com.sun.jna.platform.unix.X11.XVisualInfo
-
- ColormapChangeMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- ColormapInstalled - Static variable in interface com.sun.jna.platform.unix.X11
-
- ColormapNotify - Static variable in interface com.sun.jna.platform.unix.X11
-
- ColormapUninstalled - Static variable in interface com.sun.jna.platform.unix.X11
-
- com.sun.jna - package com.sun.jna
-
Provides simplified native library access.
- com.sun.jna.platform - package com.sun.jna.platform
-
Provides cross-platform utilities based on platform-specific libraries.
- com.sun.jna.platform.dnd - package com.sun.jna.platform.dnd
-
Provides integrated, extended drag and drop functionality,
allowing ghosted drag images to be used on all platforms.
- com.sun.jna.platform.mac - package com.sun.jna.platform.mac
-
Provides common library mappings for the OS X platform.
- com.sun.jna.platform.unix - package com.sun.jna.platform.unix
-
Provides common library mappings for Unix and X11-based platforms.
- com.sun.jna.platform.win32 - package com.sun.jna.platform.win32
-
Provides common library mappings for the Windows platform.
- com.sun.jna.platform.win32.COM - package com.sun.jna.platform.win32.COM
-
Provides...
- com.sun.jna.platform.win32.COM.tlb - package com.sun.jna.platform.win32.COM.tlb
-
Provides...
- com.sun.jna.platform.win32.COM.tlb.imp - package com.sun.jna.platform.win32.COM.tlb.imp
-
Provides...
- com.sun.jna.platform.win32.COM.util - package com.sun.jna.platform.win32.COM.util
-
- com.sun.jna.platform.win32.COM.util.annotation - package com.sun.jna.platform.win32.COM.util.annotation
-
- com.sun.jna.platform.wince - package com.sun.jna.platform.wince
-
- com.sun.jna.ptr - package com.sun.jna.ptr
-
Provides various native pointer-to-type (<type> *
)
representations.
- com.sun.jna.win32 - package com.sun.jna.win32
-
Provides type and function mappers required for standard APIs on the Windows platform.
- COM_DAYS_ADJUSTMENT - Static variable in interface com.sun.jna.platform.win32.Variant
-
- COMADMIN_E_ALREADYINSTALLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_AMBIGUOUS_APPLICATION_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_AMBIGUOUS_PARTITION_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_APP_FILE_READFAIL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_APP_FILE_VERSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_APP_FILE_WRITEFAIL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_APP_NOT_RUNNING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_APPDIRNOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_APPLICATIONEXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_APPLID_MATCHES_CLSID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_AUTHENTICATIONLEVEL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_BADPATH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_BADREGISTRYLIBID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_BADREGISTRYPROGID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_BASE_PARTITION_ONLY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAN_NOT_EXPORT_SYS_APP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAN_NOT_START_APP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CANNOT_ALIAS_EVENTCLASS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CANTCOPYFILE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CANTMAKEINPROCSERVICE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CANTRECYCLELIBRARYAPPS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CANTRECYCLESERVICEAPPS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAT_BITNESSMISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAT_INVALID_PARTITION_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAT_PARTITION_IN_USE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAT_SERVERFAULT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAT_UNACCEPTABLEBITNESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CAT_WRONGAPPBITNESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_CLSIDORIIDMISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMP_MOVE_BAD_DEST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMP_MOVE_DEST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMP_MOVE_LOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMP_MOVE_PRIVATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMP_MOVE_SOURCE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMPFILE_BADTLB - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMPFILE_CLASSNOTAVAIL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMPFILE_DOESNOTEXIST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMPFILE_GETCLASSOBJ - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMPFILE_LOADDLLFAIL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMPFILE_NOREGISTRAR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMPFILE_NOTINSTALLABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COMPONENTEXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_COREQCOMPINSTALLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_DLLLOADFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_DLLREGISTERSERVER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_INVALID_PARTITION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_INVALIDUSERIDS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_KEYMISSING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_MIG_SCHEMANOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_MIG_VERSIONNOTSUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_NOREGISTRYCLSID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_NOSERVERSHARE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_NOTCHANGEABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_NOTDELETEABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_NOTINREGISTRY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_NOUSER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_OBJECT_DOES_NOT_EXIST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_OBJECT_PARENT_MISSING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_OBJECTERRORS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_OBJECTEXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_OBJECTINVALID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_OBJECTNOTPOOLABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_PARTITION_ACCESSDENIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_PARTITION_MSI_ONLY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_PARTITIONS_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_PRIVATE_ACCESSDENIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_PROCESSALREADYRECYCLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_PROGIDINUSEBYCLSID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_PROPERTY_OVERFLOW - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_PROPERTYSAVEFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_REGDB_ALREADYRUNNING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_REGDB_NOTINITIALIZED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_REGDB_NOTOPEN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_REGDB_SYSTEMERR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_REGFILE_CORRUPT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_REGISTERTLB - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_REGISTRARFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_REGISTRY_ACCESSDENIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_REMOTEINTERFACE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_ROLE_DOES_NOT_EXIST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_ROLEEXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_SAFERINVALID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_SERVICENOTINSTALLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_SESSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_START_APP_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_START_APP_NEEDS_COMPONENTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_SYSTEMAPP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_USER_IN_SET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMADMIN_E_USERPASSWDNOTVALID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMBindingBaseObject - Class in com.sun.jna.platform.win32.COM
-
Helper class to provide basic COM support.
- COMBindingBaseObject(IDispatch) - Constructor for class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
- COMBindingBaseObject(Guid.CLSID, boolean) - Constructor for class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
- COMBindingBaseObject(Guid.CLSID, boolean, int) - Constructor for class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
- COMBindingBaseObject(String, boolean, int) - Constructor for class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
- COMBindingBaseObject(String, boolean) - Constructor for class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
- CombineRgn(WinDef.HRGN, WinDef.HRGN, WinDef.HRGN, int) - Method in interface com.sun.jna.platform.win32.GDI32
-
The CombineRgn function combines two regions and stores the result in a third region.
- COMEarlyBindingObject - Class in com.sun.jna.platform.win32.COM
-
Helper class to provide basic COM support.
- COMEarlyBindingObject(Guid.CLSID, boolean, int) - Constructor for class com.sun.jna.platform.win32.COM.COMEarlyBindingObject
-
- ComEventCallback - Annotation Type in com.sun.jna.platform.win32.COM.util.annotation
-
- ComEventCallbackCookie - Class in com.sun.jna.platform.win32.COM.util
-
- ComEventCallbackCookie(WinDef.DWORD) - Constructor for class com.sun.jna.platform.win32.COM.util.ComEventCallbackCookie
-
- comEventCallbackInterface - Variable in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- comEventCallbackListener - Variable in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- COMException - Exception in com.sun.jna.platform.win32.COM
-
Exception class for all COM related classes.
- COMException() - Constructor for exception com.sun.jna.platform.win32.COM.COMException
-
Instantiates a new automation exception.
- COMException(String, Throwable) - Constructor for exception com.sun.jna.platform.win32.COM.COMException
-
Instantiates a new automation exception.
- COMException(String) - Constructor for exception com.sun.jna.platform.win32.COM.COMException
-
Instantiates a new automation exception.
- COMException(String, OaIdl.EXCEPINFO, IntByReference) - Constructor for exception com.sun.jna.platform.win32.COM.COMException
-
Instantiates a new automation exception.
- COMException(Throwable) - Constructor for exception com.sun.jna.platform.win32.COM.COMException
-
Instantiates a new automation exception.
- COMInfo() - Constructor for class com.sun.jna.platform.win32.COM.COMUtils.COMInfo
-
Instantiates a new cOM info.
- COMInfo(String) - Constructor for class com.sun.jna.platform.win32.COM.COMUtils.COMInfo
-
Instantiates a new cOM info.
- ComInterface - Annotation Type in com.sun.jna.platform.win32.COM.util.annotation
-
- COMInvoker - Class in com.sun.jna.platform.win32.COM
-
- COMInvoker() - Constructor for class com.sun.jna.platform.win32.COM.COMInvoker
-
- COMLateBindingObject - Class in com.sun.jna.platform.win32.COM
-
Helper class to provide basic COM support.
- COMLateBindingObject(IDispatch) - Constructor for class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Instantiates a new cOM object.
- COMLateBindingObject(Guid.CLSID, boolean) - Constructor for class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Instantiates a new cOM object.
- COMLateBindingObject(String, boolean) - Constructor for class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Instantiates a new cOM object.
- comment - Variable in class com.sun.jna.platform.win32.Netapi32Util.LocalGroup
-
Group comment.
- comment - Variable in class com.sun.jna.platform.win32.Netapi32Util.User
-
Contains a comment associated with the user account.
- comment - Variable in class com.sun.jna.platform.win32.Secur32Util.SecurityPackage
-
Package comment.
- Comment - Variable in class com.sun.jna.platform.win32.Sspi.SecPkgInfo
-
Pointer to a null-terminated string.
- ComMethod - Annotation Type in com.sun.jna.platform.win32.COM.util.annotation
-
- CommonPrefixWith() - Method in interface com.sun.jna.platform.win32.COM.IMoniker
-
- CommonPrefixWith() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- ComObject - Annotation Type in com.sun.jna.platform.win32.COM.util.annotation
-
- compare(T, T) - Static method in class com.sun.jna.IntegerType
-
Compares 2 derived
IntegerType
values -
Note: a
null
value is considered
greater than any non-
null
one (i.e.,
null
values are "pushed" to the end
of a sorted array / list of values)
- compare(IntegerType, long) - Static method in class com.sun.jna.IntegerType
-
Compares a IntegerType value with a long
one.
- compare(long, long) - Static method in class com.sun.jna.IntegerType
-
- compare(WinDef.BOOL, WinDef.BOOL) - Static method in class com.sun.jna.platform.win32.WinDef.BOOL
-
Compares 2 BOOL values - - Note: a null
value is considered greater than any non-null
one
(i.e., null
values are "pushed" to the end
of a sorted array / list of values)
- compare(WinDef.BOOL, boolean) - Static method in class com.sun.jna.platform.win32.WinDef.BOOL
-
Compares a BOOL value with a long
one.
- compare(boolean, boolean) - Static method in class com.sun.jna.platform.win32.WinDef.BOOL
-
- compare(WinNT.LARGE_INTEGER, WinNT.LARGE_INTEGER) - Static method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER
-
Compares 2 LARGE_INTEGER values - - Note: a null
value is considered greater than any non-null
one
(i.e., null
values are "pushed" to the end
of a sorted array / list of values)
- compare(WinNT.LARGE_INTEGER, long) - Static method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER
-
Compares a LARGE_INTEGER value with a long
one.
- compareTo(Object) - Method in class com.sun.jna.NativeString
-
- compareTo(WinDef.BOOL) - Method in class com.sun.jna.platform.win32.WinDef.BOOL
-
- compareTo(WinDef.CHAR) - Method in class com.sun.jna.platform.win32.WinDef.CHAR
-
- compareTo(WinDef.DWORD) - Method in class com.sun.jna.platform.win32.WinDef.DWORD
-
- compareTo(WinDef.DWORDLONG) - Method in class com.sun.jna.platform.win32.WinDef.DWORDLONG
-
- compareTo(WinDef.LONG) - Method in class com.sun.jna.platform.win32.WinDef.LONG
-
- compareTo(WinDef.LONGLONG) - Method in class com.sun.jna.platform.win32.WinDef.LONGLONG
-
- compareTo(WinDef.SHORT) - Method in class com.sun.jna.platform.win32.WinDef.SHORT
-
- compareTo(WinDef.UCHAR) - Method in class com.sun.jna.platform.win32.WinDef.UCHAR
-
- compareTo(WinDef.UINT) - Method in class com.sun.jna.platform.win32.WinDef.UINT
-
- compareTo(WinDef.ULONG) - Method in class com.sun.jna.platform.win32.WinDef.ULONG
-
- compareTo(WinDef.ULONGLONG) - Method in class com.sun.jna.platform.win32.WinDef.ULONGLONG
-
- compareTo(WinDef.USHORT) - Method in class com.sun.jna.platform.win32.WinDef.USHORT
-
- compareTo(WinDef.WORD) - Method in class com.sun.jna.platform.win32.WinDef.WORD
-
- compareTo(WinNT.LARGE_INTEGER) - Method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER
-
- compareTo(Object) - Method in class com.sun.jna.WString
-
- Complex - Static variable in interface com.sun.jna.platform.unix.X11
-
- COMPLEXREGION - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- componentHidden(ComponentEvent) - Method in class com.sun.jna.platform.WindowUtils.RepaintTrigger.Listener
-
- componentMoved(ComponentEvent) - Method in class com.sun.jna.platform.WindowUtils.RepaintTrigger.Listener
-
- componentResized(ComponentEvent) - Method in class com.sun.jna.platform.WindowUtils.RepaintTrigger.Listener
-
- componentShown(ComponentEvent) - Method in class com.sun.jna.platform.WindowUtils.RepaintTrigger.Listener
-
- ComposeWith() - Method in interface com.sun.jna.platform.win32.COM.IMoniker
-
- ComposeWith() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- compressions - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- compressor_page_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- ComProperty - Annotation Type in com.sun.jna.platform.win32.COM.util.annotation
-
- ComputerNameDnsDomain - Static variable in interface com.sun.jna.platform.win32.WinBase.COMPUTER_NAME_FORMAT
-
The name of the DNS domain assigned to the local computer or the cluster associated
with the local computer.
- ComputerNameDnsFullyQualified - Static variable in interface com.sun.jna.platform.win32.WinBase.COMPUTER_NAME_FORMAT
-
The fully qualified DNS name that uniquely identifies the local computer or the cluster
associated with the local computer.
- ComputerNameDnsHostname - Static variable in interface com.sun.jna.platform.win32.WinBase.COMPUTER_NAME_FORMAT
-
The DNS name of the local computer or the cluster associated with the local computer.
- ComputerNameMax - Static variable in interface com.sun.jna.platform.win32.WinBase.COMPUTER_NAME_FORMAT
-
Note used - serves as an upper limit in case one wants to go through all the values
- ComputerNameNetBIOS - Static variable in interface com.sun.jna.platform.win32.WinBase.COMPUTER_NAME_FORMAT
-
The NetBIOS name of the local computer or the cluster associated with the local
computer.
- ComputerNamePhysicalDnsDomain - Static variable in interface com.sun.jna.platform.win32.WinBase.COMPUTER_NAME_FORMAT
-
The name of the DNS domain assigned to the local computer.
- ComputerNamePhysicalDnsFullyQualified - Static variable in interface com.sun.jna.platform.win32.WinBase.COMPUTER_NAME_FORMAT
-
The fully qualified DNS name that uniquely identifies the computer.
- ComputerNamePhysicalDnsHostname - Static variable in interface com.sun.jna.platform.win32.WinBase.COMPUTER_NAME_FORMAT
-
The DNS host name of the local computer.
- ComputerNamePhysicalNetBIOS - Static variable in interface com.sun.jna.platform.win32.WinBase.COMPUTER_NAME_FORMAT
-
The NetBIOS name of the local computer.
- COMQC_E_APPLICATION_NOT_QUEUED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMQC_E_BAD_MESSAGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMQC_E_NO_IPERSISTSTREAM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMQC_E_NO_QUEUEABLE_INTERFACES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMQC_E_UNAUTHENTICATED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- COMQC_E_UNTRUSTED_ENQUEUER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- ComThread - Class in com.sun.jna.platform.win32.COM.util
-
- ComThread(String, long, Thread.UncaughtExceptionHandler) - Constructor for class com.sun.jna.platform.win32.COM.util.ComThread
-
- ComThread(String, long, Thread.UncaughtExceptionHandler, int) - Constructor for class com.sun.jna.platform.win32.COM.util.ComThread
-
- comThread - Variable in class com.sun.jna.platform.win32.COM.util.EnumMoniker
-
- comThread - Variable in class com.sun.jna.platform.win32.COM.util.Factory
-
- comThread - Variable in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- comThread - Variable in class com.sun.jna.platform.win32.COM.util.RunningObjectTable
-
- COMUtils - Class in com.sun.jna.platform.win32.COM
-
The Class COMUtils.
- COMUtils() - Constructor for class com.sun.jna.platform.win32.COM.COMUtils
-
- COMUtils.COMInfo - Class in com.sun.jna.platform.win32.COM
-
The Class COMInfo.
- concatenateVarArgs(Object[]) - Static method in class com.sun.jna.Function
-
Concatenate varargs with normal args to obtain a simple argument
array.
- conditionalAutoRead() - Method in class com.sun.jna.Structure
-
Performs auto-read only if uninitialized.
- ConfigureNotify - Static variable in interface com.sun.jna.platform.unix.X11
-
- ConfigureRequest - Static variable in interface com.sun.jna.platform.unix.X11
-
- CONNECTION_STATE_TEXT - Static variable in class com.sun.jna.platform.win32.Rasapi32Util
-
- ConnectionPoint - Class in com.sun.jna.platform.win32.COM
-
- ConnectionPoint(Pointer) - Constructor for class com.sun.jna.platform.win32.COM.ConnectionPoint
-
- ConnectionPointContainer - Class in com.sun.jna.platform.win32.COM
-
- ConnectionPointContainer(Pointer) - Constructor for class com.sun.jna.platform.win32.COM.ConnectionPointContainer
-
- ConnectNamedPipe(WinNT.HANDLE, WinBase.OVERLAPPED) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Enables a named pipe server process to wait for a client process to connect
to an instance of a named pipe
- CONSOLE_FULLSCREEN - Static variable in interface com.sun.jna.platform.win32.Wincon
-
- CONSOLE_FULLSCREEN_HARDWARE - Static variable in interface com.sun.jna.platform.win32.Wincon
-
- constructVTable() - Method in class com.sun.jna.platform.win32.COM.DispatchListener
-
- constructVTable() - Method in class com.sun.jna.platform.win32.COM.UnknownListener
-
- CONTAINER_INHERIT_ACE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- ContainingTypeLib(ITypeLib, int) - Constructor for class com.sun.jna.platform.win32.COM.TypeInfoUtil.ContainingTypeLib
-
Instantiates a new containing type lib.
- contains(Object) - Method in class com.sun.jna.Structure.StructureSet
-
- containsKey(Object) - Method in class com.sun.jna.WeakIdentityHashMap
-
- containsValue(Object) - Method in class com.sun.jna.WeakIdentityHashMap
-
- content - Variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
The content.
- context - Variable in class com.sun.jna.Structure.StructField
-
- CONTEXT_E_ABORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_E_ABORTING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_E_NOCONTEXT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_E_NOJIT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_E_NOTRANSACTION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_E_OLDREF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_E_ROLENOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_E_SYNCH_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_E_TMNOTAVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_E_WOULD_DEADLOCK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_S_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONTEXT_S_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- continueService() - Method in class com.sun.jna.platform.win32.W32Service
-
Continue service.
- Control - Variable in class com.sun.jna.platform.win32.WinNT.PRIVILEGE_SET
-
- Control - Variable in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- controlKey - Static variable in interface com.sun.jna.platform.mac.Carbon
-
- ControlMapIndex - Static variable in interface com.sun.jna.platform.unix.X11
-
- ControlMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- ControlService(Winsvc.SC_HANDLE, int, Winsvc.SERVICE_STATUS) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Sends a control code to a service.
- Convert - Class in com.sun.jna.platform.win32.COM.util
-
- Convert() - Constructor for class com.sun.jna.platform.win32.COM.util.Convert
-
- CONVERT10_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONVERT10_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONVERT10_E_OLESTREAM_BITMAP_TO_DIB - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONVERT10_E_OLESTREAM_FMT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONVERT10_E_OLESTREAM_GET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONVERT10_E_OLESTREAM_PUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONVERT10_E_STG_DIB_TO_BITMAP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONVERT10_E_STG_FMT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONVERT10_E_STG_NO_STD_STREAM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONVERT10_S_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONVERT10_S_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CONVERT10_S_NO_PRESENTATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- ConvertSidToStringSid(WinNT.PSID, PointerByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Convert a security identifier (SID) to a string format suitable for
display, storage, or transmission.
- convertSidToStringSid(WinNT.PSID) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Convert a security identifier (SID) to a string format suitable for
display, storage, or transmission.
- ConvertStringSidToSid(String, WinNT.PSIDByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Convert a string-format security identifier (SID) into a valid,
functional SID.
- convertStringSidToSid(String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Convert a string representation of a security identifier (SID) to a
binary format.
- Convex - Static variable in interface com.sun.jna.platform.unix.X11
-
- CoordModeOrigin - Static variable in interface com.sun.jna.platform.unix.X11
-
- CoordModePrevious - Static variable in interface com.sun.jna.platform.unix.X11
-
- COPY - Static variable in class com.sun.jna.platform.dnd.DragHandler
-
- COPY_MASK - Static variable in class com.sun.jna.platform.dnd.DragHandler
-
Modifier mask for a user-requested copy.
- CopyFile(String, String, boolean) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Copies an existing file to a new file.
- CopyFromParent - Static variable in interface com.sun.jna.platform.unix.X11
-
- CoreDLL - Interface in com.sun.jna.platform.wince
-
Definition coredll.dll
.
- CoTaskMemAlloc(long) - Method in interface com.sun.jna.platform.win32.Ole32
-
Allocates a block of task memory in the same way that IMalloc::Alloc does.
- CoTaskMemFree(Pointer) - Method in interface com.sun.jna.platform.win32.Ole32
-
- CoTaskMemRealloc(Pointer, long) - Method in interface com.sun.jna.platform.win32.Ole32
-
Changes the size of a previously allocated block of task memory.
- CoUninitialize() - Method in interface com.sun.jna.platform.win32.Ole32
-
Closes the COM library on the current thread, unloads all DLLs loaded by
the thread, frees any other resources that the thread maintains, and
forces all RPC connections on the thread to close.
- count - Variable in class com.sun.jna.platform.unix.X11.XExposeEvent
-
- count - Variable in class com.sun.jna.platform.unix.X11.XGraphicsExposeEvent
-
- count - Variable in class com.sun.jna.platform.unix.X11.XMappingEvent
-
- countGpusNV() - Static method in class com.sun.jna.platform.win32.OpenGL32Util
-
Count GPUs
- cow_faults - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- cow_faults - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- cParams - Variable in class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- cParamsOpt - Variable in class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- CPU_STATE_IDLE - Static variable in interface com.sun.jna.platform.mac.SystemB
-
- CPU_STATE_MAX - Static variable in interface com.sun.jna.platform.mac.SystemB
-
- CPU_STATE_NICE - Static variable in interface com.sun.jna.platform.mac.SystemB
-
- CPU_STATE_SYSTEM - Static variable in interface com.sun.jna.platform.mac.SystemB
-
- CPU_STATE_USER - Static variable in interface com.sun.jna.platform.mac.SystemB
-
- cpu_ticks - Variable in class com.sun.jna.platform.mac.SystemB.HostCpuLoadInfo
-
- CR - Static variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
The Constant CR.
- CR - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- CRCR - Static variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
The Constant CRCR.
- CRCR - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- create() - Static method in class com.sun.jna.VarArgsChecker
-
Creates a new instance of a concrete subclass of VarArgsChecker, depending
if
Method.isVarArgs()
exists.
- CREATE_ALWAYS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- CREATE_BREAKAWAY_FROM_JOB - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_DEFAULT_ERROR_MODE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_FOR_DIR - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_FOR_IMPORT - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_FORCEDOS - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_NEW - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- CREATE_NEW_CONSOLE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_NEW_PROCESS_GROUP - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_NO_WINDOW - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_PRESERVE_CODE_AUTHZ_LEVEL - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_PROTECTED_PROCESS - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_SEPARATE_WOW_VDM - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_SHARED_WOW_VDM - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_SUSPENDED - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CREATE_UNICODE_ENVIRONMENT - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- CreateBindCtx(WinDef.DWORD, PointerByReference) - Method in interface com.sun.jna.platform.win32.Ole32
-
Returns a pointer to an implementation of IBindCtx (a bind context object).
- createClassName(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
Creates the class name.
- createCLSID(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCoClass
-
- createCLSIDName(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCoClass
-
- CreateCompatibleBitmap(WinDef.HDC, int, int) - Method in interface com.sun.jna.platform.win32.GDI32
-
The CreateCompatibleBitmap function creates a bitmap compatible with the device that is
associated with the specified device context.
- CreateCompatibleDC(WinDef.HDC) - Method in interface com.sun.jna.platform.win32.GDI32
-
The CreateCompatibleDC function creates a memory device context (DC) compatible with the specified device.
- createConstant(long) - Static method in class com.sun.jna.Pointer
-
Convenience constant, equivalent to (void*)CONSTANT
.
- createConstant(int) - Static method in class com.sun.jna.Pointer
-
Convenience constant, equivalent to (void*)CONSTANT
.
- createContent(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
Creates the content.
- CreateDIBitmap(WinDef.HDC, WinGDI.BITMAPINFOHEADER, int, Pointer, WinGDI.BITMAPINFO, int) - Method in interface com.sun.jna.platform.win32.GDI32
-
The CreateDIBitmap function creates a compatible bitmap (DDB) from a DIB and, optionally,
sets the bitmap bits.
- CreateDIBSection(WinDef.HDC, WinGDI.BITMAPINFO, int, PointerByReference, Pointer, int) - Method in interface com.sun.jna.platform.win32.GDI32
-
The CreateDIBSection function creates a DIB that applications can write to directly.
- CreateDirectory(String, WinBase.SECURITY_ATTRIBUTES) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The CreateDirectory function creates a new directory.
- createDispIdMap(Class<?>) - Method in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- createDragImage(GraphicsConfiguration, Icon) - Method in class com.sun.jna.platform.dnd.DragHandler
-
Create an image from the given icon.
- CreateEvent(WinBase.SECURITY_ATTRIBUTES, boolean, boolean, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Creates or opens a named or unnamed event object.
- CreateFile(String, int, int, WinBase.SECURITY_ATTRIBUTES, int, int, WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The CreateFile function creates or opens a file, file stream, directory,
physical disk, volume, console buffer, tape drive, communications
resource, mailslot, or named pipe.
- CreateFileMapping(WinNT.HANDLE, WinBase.SECURITY_ATTRIBUTES, int, int, int, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Creates or opens a named or unnamed file mapping object for a specified
file.
- createFunctions(TypeInfoUtil, String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCoClass
-
- CreateInstance(IUnknown, Guid.REFIID, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- CreateInstance(IUnknown, Guid.REFIID, PointerByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Creates the instance.
- CreateInstance(IUnknown, Guid.REFIID) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Creates the instance.
- createInterfaces(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCoClass
-
- CreateIoCompletionPort(WinNT.HANDLE, WinNT.HANDLE, Pointer, int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Creates an input/output (I/O) completion port and associates it with a
specified file handle, or creates an I/O completion port that is not yet
associated with a file handle, allowing association at a later time.
- createJavaDocHeader(String, String, String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCoClass
-
- createJavaDocHeader(String, String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbDispInterface
-
Creates the java doc header.
- createJavaDocHeader(String, String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbEnum
-
Creates the java doc header.
- createJavaDocHeader(String, String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbInterface
-
Creates the java doc header.
- createListener() - Method in class com.sun.jna.platform.WindowUtils.RepaintTrigger
-
- CreateNamedPipe(String, int, int, int, int, int, int, WinBase.SECURITY_ATTRIBUTES) - Method in interface com.sun.jna.platform.win32.Kernel32
-
- createNativeCallback(Callback, Method, Class[], Class, int, int, String) - Static method in class com.sun.jna.Native
-
Create a native trampoline to delegate execution to the Java callback.
- CreateNotify - Static variable in interface com.sun.jna.platform.unix.X11
-
- createObject(Class<T>) - Method in class com.sun.jna.platform.win32.COM.util.Factory
-
Creates a new COM object (CoCreateInstance) for the given progId and
returns a ProxyObject for the given interface.
- createPackageName(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
- CreatePipe(WinNT.HANDLEByReference, WinNT.HANDLEByReference, WinBase.SECURITY_ATTRIBUTES, int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Creates an anonymous pipe, and returns handles to the read and write ends
of the pipe.
- CreatePolyPolygonRgn(WinDef.POINT[], int[], int, int) - Method in interface com.sun.jna.platform.win32.GDI32
-
The CreatePolyPolygonRgn function creates a region consisting of a series
of polygons.
- CreateProcess(String, String, WinBase.SECURITY_ATTRIBUTES, WinBase.SECURITY_ATTRIBUTES, boolean, WinDef.DWORD, Pointer, String, WinBase.STARTUPINFO, WinBase.PROCESS_INFORMATION) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Creates a new process and its primary thread.
- CreateProcessAsUser(WinNT.HANDLE, String, String, WinBase.SECURITY_ATTRIBUTES, WinBase.SECURITY_ATTRIBUTES, boolean, int, String, String, WinBase.STARTUPINFO, WinBase.PROCESS_INFORMATION) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Creates a new process and its primary thread.
- CreateProcessW(String, char[], WinBase.SECURITY_ATTRIBUTES, WinBase.SECURITY_ATTRIBUTES, boolean, WinDef.DWORD, Pointer, String, WinBase.STARTUPINFO, WinBase.PROCESS_INFORMATION) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Creates a new process and its primary thread.
- createProxy(Class<T>, IDispatch) - Method in class com.sun.jna.platform.win32.COM.util.Factory
-
Creates a ProxyObject for the given interface and IDispatch pointer.
- createProxy(Class<T>, long, IDispatch) - Method in class com.sun.jna.platform.win32.COM.util.Factory
-
only for use when creating ProxyObjects from Callbacks
- CreateRectRgn(int, int, int, int) - Method in interface com.sun.jna.platform.win32.GDI32
-
The CreateRectRgn function creates a rectangular region.
- CreateRemoteThread(WinNT.HANDLE, WinBase.SECURITY_ATTRIBUTES, int, WinBase.FOREIGN_THREAD_START_ROUTINE, Pointer, WinDef.DWORD, Pointer) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Creates a thread that runs in the virtual address space of another process.
- createRIID(Class<?>) - Method in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- CreateRoundRectRgn(int, int, int, int, int, int) - Method in interface com.sun.jna.platform.win32.GDI32
-
The CreateRoundRectRgn function creates a rectangular region with rounded corners.
- CreateToolhelp32Snapshot(WinDef.DWORD, WinDef.DWORD) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Takes a snapshot of the specified processes, as well as the heaps,
modules, and threads used by these processes.
- createVarArray(int) - Static method in class com.sun.jna.platform.win32.OleAutoUtil
-
Creates a new the variant array.
- CreateWellKnownSid(int, WinNT.PSID, WinNT.PSID, IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The CreateWellKnownSid function creates a SID for predefined aliases.
- createWindow(String, String, int, int, int, int, int, WinDef.HWND, WinDef.HMENU, WinDef.HINSTANCE, WinDef.LPVOID) - Static method in class com.sun.jna.platform.win32.User32Util
-
- CreateWindowEx(int, WString, String, int, int, int, int, int, WinDef.HWND, WinDef.HMENU, WinDef.HINSTANCE, WinDef.LPVOID) - Method in interface com.sun.jna.platform.win32.User32
-
Creates an overlapped, pop-up, or child window with an extended window
style; otherwise, this function is identical to the CreateWindow
function.
- createWindowEx(int, String, String, int, int, int, int, int, WinDef.HWND, WinDef.HMENU, WinDef.HINSTANCE, WinDef.LPVOID) - Static method in class com.sun.jna.platform.win32.User32Util
-
- cRedBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the number of red bitplanes in each RGBA color buffer.
- CredHandle() - Constructor for class com.sun.jna.platform.win32.Sspi.CredHandle
-
- cRedShift - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the shift count for red bitplanes in each RGBA color buffer.
- Crypt32 - Interface in com.sun.jna.platform.win32
-
Crypt32.dll Interface.
- Crypt32Util - Class in com.sun.jna.platform.win32
-
Crypt32 utility API.
- Crypt32Util() - Constructor for class com.sun.jna.platform.win32.Crypt32Util
-
- CRYPT_E_ALREADY_DECRYPTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_BADARGS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_BADPDU - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_BADREAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_BADTAG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_CHOICE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_CONSTRAINT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_CORRUPT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_EOD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_EXTENDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_INTERNAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_LARGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_MEMORY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_NOEOD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_NYI - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_OVERFLOW - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_PDU_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_RULE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ASN1_UTF8 - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ATTRIBUTES_MISSING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_AUTH_ATTR_MISSING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_BAD_ENCODE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_BAD_LEN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_BAD_MSG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_CONTROL_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_DELETED_PREV - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_FILE_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_FILERESIZED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_HASH_VALUE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_INVALID_IA5_STRING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_INVALID_INDEX - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_INVALID_MSG_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_INVALID_NUMERIC_STRING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_INVALID_PRINTABLE_STRING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_INVALID_X500_STRING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_ISSUER_SERIALNUMBER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_MISSING_PUBKEY_PARA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_MSG_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NO_DECRYPT_CERT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NO_KEY_PROPERTY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NO_MATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NO_PROVIDER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NO_REVOCATION_CHECK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NO_REVOCATION_DLL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NO_SIGNER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NO_TRUSTED_SIGNER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NO_VERIFY_USAGE_CHECK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NO_VERIFY_USAGE_DLL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NOT_CHAR_STRING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NOT_DECRYPTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NOT_IN_CTL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_NOT_IN_REVOCATION_DATABASE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_OID_FORMAT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_OSS_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_PENDING_CLOSE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_RECIPIENT_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_REVOCATION_OFFLINE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_REVOKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_SECURITY_SETTINGS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_SELF_SIGNED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_SIGNER_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_STREAM_INSUFFICIENT_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_STREAM_MSG_NOT_READY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_UNEXPECTED_ENCODING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_UNEXPECTED_MSG_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_UNKNOWN_ALGO - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_E_VERIFY_USAGE_OFFLINE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPT_I_NEW_PROTECTION_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CRYPTPROTECT_AUDIT - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
Generate an Audit on protect and unprotect operations.
- CRYPTPROTECT_CRED_REGENERATE - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
Regenerate the local machine protection.
- CRYPTPROTECT_CRED_SYNC - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
Force credential synchronize during CryptProtectData()
Synchronize is only operation that occurs during this operation.
- CRYPTPROTECT_LOCAL_MACHINE - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
Per machine protected data -- any user on machine where CryptProtectData
took place may CryptUnprotectData.
- CRYPTPROTECT_NO_RECOVERY - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
Protect data with a non-recoverable key.
- CRYPTPROTECT_PROMPT_ON_PROTECT - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
Prompt on protect.
- CRYPTPROTECT_PROMPT_ON_UNPROTECT - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
Prompt on unprotect.
- CRYPTPROTECT_PROMPT_REQUIRE_STRONG - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
Require strong variant UI protection (user supplied password currently).
- CRYPTPROTECT_PROMPT_RESERVED - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
Reserved, don't use.
- CRYPTPROTECT_PROMPT_STRONG - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
Default to strong variant UI protection (user supplied password currently).
- CRYPTPROTECT_PROMPTSTRUCT() - Constructor for class com.sun.jna.platform.win32.WinCrypt.CRYPTPROTECT_PROMPTSTRUCT
-
- CRYPTPROTECT_PROMPTSTRUCT(Pointer) - Constructor for class com.sun.jna.platform.win32.WinCrypt.CRYPTPROTECT_PROMPTSTRUCT
-
- CRYPTPROTECT_UI_FORBIDDEN - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
For remote-access situations where ui is not an option, if UI was specified
on protect or unprotect operation, the call will fail and GetLastError() will
indicate ERROR_PASSWORD_RESTRICTION.
- CRYPTPROTECT_VERIFY_PROTECTION - Static variable in interface com.sun.jna.platform.win32.WinCrypt
-
Verify the protection of a protected blob.
- CryptProtectData(WinCrypt.DATA_BLOB, String, WinCrypt.DATA_BLOB, Pointer, WinCrypt.CRYPTPROTECT_PROMPTSTRUCT, int, WinCrypt.DATA_BLOB) - Method in interface com.sun.jna.platform.win32.Crypt32
-
The CryptProtectData function performs encryption on the data in a DATA_BLOB
structure.
- cryptProtectData(byte[]) - Static method in class com.sun.jna.platform.win32.Crypt32Util
-
Protect a blob of data.
- cryptProtectData(byte[], int) - Static method in class com.sun.jna.platform.win32.Crypt32Util
-
Protect a blob of data with optional flags.
- cryptProtectData(byte[], byte[], int, String, WinCrypt.CRYPTPROTECT_PROMPTSTRUCT) - Static method in class com.sun.jna.platform.win32.Crypt32Util
-
Protect a blob of data.
- CryptUnprotectData(WinCrypt.DATA_BLOB, PointerByReference, WinCrypt.DATA_BLOB, Pointer, WinCrypt.CRYPTPROTECT_PROMPTSTRUCT, int, WinCrypt.DATA_BLOB) - Method in interface com.sun.jna.platform.win32.Crypt32
-
The CryptUnprotectData function decrypts and does an integrity check of the data in
a DATA_BLOB structure.
- cryptUnprotectData(byte[]) - Static method in class com.sun.jna.platform.win32.Crypt32Util
-
Unprotect a blob of data.
- cryptUnprotectData(byte[], int) - Static method in class com.sun.jna.platform.win32.Crypt32Util
-
Unprotect a blob of data.
- cryptUnprotectData(byte[], byte[], int, WinCrypt.CRYPTPROTECT_PROMPTSTRUCT) - Static method in class com.sun.jna.platform.win32.Crypt32Util
-
Unprotect a blob of data.
- CS_E_ADMIN_LIMIT_EXCEEDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_CLASS_NOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_INTERNAL_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_INVALID_PATH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_INVALID_VERSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_NETWORK_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_NO_CLASSSTORE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_NOT_DELETABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_OBJECT_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_OBJECT_NOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_PACKAGE_NOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_E_SCHEMA_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- CS_GLOBALCLASS - Static variable in interface com.sun.jna.platform.win32.User32
-
The cs globalclass.
- cScodes - Variable in class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- CSIDL_ADMINTOOLS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_ALTSTARTUP - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_APPDATA - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_BITBUCKET - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_CDBURN_AREA - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_ADMINTOOLS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_ALTSTARTUP - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_APPDATA - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_DESKTOPDIRECTORY - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_DOCUMENTS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_FAVORITES - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_MUSIC - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_OEM_LINKS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_PICTURES - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_PROGRAMS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_STARTMENU - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_STARTUP - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_TEMPLATES - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMMON_VIDEO - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COMPUTERSNEARME - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_CONNECTIONS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_CONTROLS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_COOKIES - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_DESKTOP - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_DESKTOPDIRECTORY - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_DRIVES - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_FAVORITES - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_FONTS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_HISTORY - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_INTERNET - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_INTERNET_CACHE - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_LOCAL_APPDATA - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_MYDOCUMENTS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_MYMUSIC - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_MYPICTURES - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_MYVIDEO - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_NETHOOD - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_NETWORK - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_PERSONAL - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_PRINTERS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_PRINTHOOD - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_PROFILE - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_PROGRAM_FILES - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_PROGRAM_FILES_COMMON - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_PROGRAM_FILES_COMMONX86 - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_PROGRAM_FILESX86 - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_PROGRAMS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_RECENT - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_RESOURCES - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_RESOURCES_LOCALIZED - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_SENDTO - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_STARTMENU - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_STARTUP - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_SYSTEM - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_SYSTEMX86 - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_TEMPLATES - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CSIDL_WINDOWS - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- CStatus - Variable in class com.sun.jna.platform.win32.Pdh.PDH_RAW_COUNTER
-
Counter status that indicates if the counter value is valid.
- cStencilBits - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the depth of the stencil buffer.
- CTRL_BREAK_EVENT - Static variable in interface com.sun.jna.platform.win32.Wincon
-
- CTRL_C_EVENT - Static variable in interface com.sun.jna.platform.win32.Wincon
-
- CtxtHandle() - Constructor for class com.sun.jna.platform.win32.Sspi.CtxtHandle
-
- CURRENCY() - Constructor for class com.sun.jna.platform.win32.OaIdl.CURRENCY
-
- CURRENCY(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.CURRENCY
-
- currency - Variable in class com.sun.jna.platform.win32.OaIdl.CURRENCY
-
- CurrentTime - Static variable in interface com.sun.jna.platform.unix.X11
-
- Cursor() - Constructor for class com.sun.jna.platform.unix.X11.Cursor
-
- Cursor(long) - Constructor for class com.sun.jna.platform.unix.X11.Cursor
-
- cursor - Variable in class com.sun.jna.platform.unix.X11.XSetWindowAttributes
-
- CursorShape - Static variable in interface com.sun.jna.platform.unix.X11
-
CURSOR STUFF
- cVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- cVars - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- CWBackingPixel - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWBackingPlanes - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWBackingStore - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWBackPixel - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWBackPixmap - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWBitGravity - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWBorderPixel - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWBorderPixmap - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWBorderWidth - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWColormap - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWCursor - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWDontPropagate - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWEventMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWHeight - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWOverrideRedirect - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWSaveUnder - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWSibling - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWStackMode - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWWidth - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWWinGravity - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWX - Static variable in interface com.sun.jna.platform.unix.X11
-
- CWY - Static variable in interface com.sun.jna.platform.unix.X11
-
- cx - Variable in class com.sun.jna.platform.win32.WinUser.SIZE
-
- cxWindowBorders - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWINFO
-
- cy - Variable in class com.sun.jna.platform.win32.WinUser.SIZE
-
- cyVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- cyWindowBorders - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWINFO
-
- Dacl - Variable in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- DACL_SECURITY_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- daemon - Variable in class com.sun.jna.CallbackReference.AttachOptions
-
- dash_offset - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- dashes - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- data - Variable in class com.sun.jna.platform.unix.X11.XClientMessageEvent
-
- Data() - Constructor for class com.sun.jna.platform.unix.X11.XClientMessageEvent.Data
-
- Data - Variable in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_RECORD.UNION
-
- data - Variable in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR
-
- Data1 - Variable in class com.sun.jna.platform.win32.Guid.GUID
-
The Data1.
- Data2 - Variable in class com.sun.jna.platform.win32.Guid.GUID
-
The Data2.
- Data3 - Variable in class com.sun.jna.platform.win32.Guid.GUID
-
The Data3.
- Data4 - Variable in class com.sun.jna.platform.win32.Guid.GUID
-
The Data4.
- DATA_BLOB() - Constructor for class com.sun.jna.platform.win32.WinCrypt.DATA_BLOB
-
- DATA_BLOB(Pointer) - Constructor for class com.sun.jna.platform.win32.WinCrypt.DATA_BLOB
-
- DATA_BLOB(byte[]) - Constructor for class com.sun.jna.platform.win32.WinCrypt.DATA_BLOB
-
- DATA_BLOB(String) - Constructor for class com.sun.jna.platform.win32.WinCrypt.DATA_BLOB
-
- DATA_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DATA_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DATA_S_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DATA_S_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DATA_S_SAMEFORMATETC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- dataEquals(Structure) - Method in class com.sun.jna.Structure
-
Return whether the given Structure's native backing data is identical to
this one.
- dataEquals(Structure, boolean) - Method in class com.sun.jna.Structure
-
Return whether the given Structure's backing data is identical to
this one, optionally clearing and re-writing native memory before checking.
- DataLength - Variable in class com.sun.jna.platform.win32.WinNT.EVENTLOGRECORD
-
Size of the event-specific data (at the position indicated by
DataOffset), in bytes.
- DataOffset - Variable in class com.sun.jna.platform.win32.WinNT.EVENTLOGRECORD
-
Offset of the event-specific information within this event log
record, in bytes.
- DATE() - Constructor for class com.sun.jna.platform.win32.OaIdl.DATE
-
- DATE(double) - Constructor for class com.sun.jna.platform.win32.OaIdl.DATE
-
- date - Variable in class com.sun.jna.platform.win32.OaIdl.DATE
-
- date - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- dateToFileTime(Date) - Static method in class com.sun.jna.platform.win32.WinBase.FILETIME
-
Converts a
Date
into a filetime.
- dateValue() - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- DaylightBias - Variable in class com.sun.jna.platform.win32.WinBase.TIME_ZONE_INFORMATION
-
- DaylightDate - Variable in class com.sun.jna.platform.win32.WinBase.TIME_ZONE_INFORMATION
-
- DaylightName - Variable in class com.sun.jna.platform.win32.WinBase.TIME_ZONE_INFORMATION
-
- dbcc_classguid - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVICEINTERFACE
-
The dbcc_classguid.
- dbcc_devicetype - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVICEINTERFACE
-
The dbcc_devicetype.
- dbcc_name - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVICEINTERFACE
-
The dbcc_name.
- dbcc_reserved - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVICEINTERFACE
-
The dbcc_reserved.
- dbcc_size - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVICEINTERFACE
-
The dbcc_size.
- dbcd_devicetype - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVNODE
-
The dbcd_devicetype.
- dbcd_devnode - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVNODE
-
The dbcd_devnode.
- dbcd_reserved - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVNODE
-
The dbcd_reserved.
- dbcd_size - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVNODE
-
The dbcd_size.
- dbch_data - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HANDLE
-
The dbch_data.
- dbch_devicetype - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HANDLE
-
The dbch_devicetype.
- dbch_devicetype - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HDR
-
The dbch_devicetype.
- dbch_eventguid - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HANDLE
-
The dbch_eventguid.
- dbch_handle - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HANDLE
-
The dbch_handle.
- dbch_hdevnotify - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HANDLE
-
The dbch_hdevnotify.
- dbch_nameoffset - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HANDLE
-
The dbch_nameoffset.
- dbch_reserved - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HANDLE
-
The dbch_reserved.
- dbch_reserved - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HDR
-
The dbch_reserved.
- dbch_size - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HANDLE
-
The dbch_size.
- dbch_size - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HDR
-
The dbch_size.
- dbcn_devicetype - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_NET
-
The dbcn_devicetype.
- dbcn_flags - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_NET
-
The dbcn_flags.
- dbcn_reserved - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_NET
-
The dbcn_reserved.
- dbcn_resource - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_NET
-
The dbcn_resource.
- dbcn_size - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_NET
-
The dbcn_size.
- dbco_devicetype - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_OEM
-
The dbco_devicetype.
- dbco_identifier - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_OEM
-
The dbco_identifier.
- dbco_reserved - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_OEM
-
The dbco_reserved.
- dbco_size - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_OEM
-
The dbco_size.
- dbco_suppfunc - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_OEM
-
The dbco_suppfunc.
- dbcp_devicetype - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_PORT
-
The dbcp_devicetype.
- dbcp_name - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_PORT
-
The dbcp_name.
- dbcp_reserved - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_PORT
-
The dbcp_reserved.
- dbcp_size - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_PORT
-
The dbcp_size.
- dbcv_devicetype - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_VOLUME
-
The dbcv_devicetype.
- dbcv_flags - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_VOLUME
-
The dbcv_flags.
- dbcv_reserved - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_VOLUME
-
The dbcv_reserved.
- dbcv_size - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_VOLUME
-
The dbcv_size.
- dbcv_unitmask - Variable in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_VOLUME
-
The dbcv_unitmask.
- dblVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- DBT - Interface in com.sun.jna.platform.win32
-
Based on dbt.h (various types)
- DBT.DEV_BROADCAST_DEVICEINTERFACE - Class in com.sun.jna.platform.win32
-
The Class DEV_BROADCAST_DEVICEINTERFACE.
- DBT.DEV_BROADCAST_DEVNODE - Class in com.sun.jna.platform.win32
-
The Class DEV_BROADCAST_DEVNODE.
- DBT.DEV_BROADCAST_HANDLE - Class in com.sun.jna.platform.win32
-
The Class DEV_BROADCAST_HANDLE.
- DBT.DEV_BROADCAST_HDR - Class in com.sun.jna.platform.win32
-
The Class DEV_BROADCAST_HDR.
- DBT.DEV_BROADCAST_NET - Class in com.sun.jna.platform.win32
-
The Class DEV_BROADCAST_NET.
- DBT.DEV_BROADCAST_OEM - Class in com.sun.jna.platform.win32
-
The Class DEV_BROADCAST_OEM.
- DBT.DEV_BROADCAST_PORT - Class in com.sun.jna.platform.win32
-
The Class DEV_BROADCAST_PORT.
- DBT.DEV_BROADCAST_VOLUME - Class in com.sun.jna.platform.win32
-
The Class DEV_BROADCAST_VOLUME.
- DBT_CONFIGMGPRIVATE - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt configmgprivate.
- DBT_CUSTOMEVENT - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt customevent.
- DBT_DEVICEARRIVAL - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt devicearrival.
- DBT_DEVICEQUERYREMOVE - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt devicequeryremove.
- DBT_DEVICEQUERYREMOVEFAILED - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt devicequeryremovefailed.
- DBT_DEVICEREMOVECOMPLETE - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt deviceremovecomplete.
- DBT_DEVICEREMOVEPENDING - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt deviceremovepending.
- DBT_DEVICETYPESPECIFIC - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt devicetypespecific.
- DBT_DEVNODES_CHANGED - Static variable in interface com.sun.jna.platform.win32.DBT
-
A device has been added to or removed from the system.
- DBT_DEVTYP_DEVICEINTERFACE - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt devtyp deviceinterface.
- DBT_DEVTYP_DEVNODE - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt devtyp devnode.
- DBT_DEVTYP_HANDLE - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt devtyp handle.
- DBT_DEVTYP_NET - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt devtyp net.
- DBT_DEVTYP_OEM - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt devtyp oem.
- DBT_DEVTYP_PORT - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt devtyp port.
- DBT_DEVTYP_VOLUME - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt devtyp volume.
- DBT_LOW_DISK_SPACE - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt low disk space.
- DBT_NO_DISK_SPACE - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt no disk space.
- DBTF_MEDIA - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt change affects media in drive, not physical device or drive.
- DBTF_NET - Static variable in interface com.sun.jna.platform.win32.DBT
-
The dbt indicated logical volume is a network volume.
- dci - Variable in class com.sun.jna.platform.win32.DsGetDC.PDOMAIN_CONTROLLER_INFO
-
- DcSiteName - Variable in class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
Pointer to a null-terminated WString that specifies the name of the
site where the domain controller is located.
- DDD_EXACT_MATCH_ON_REMOVE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- DDD_NO_BROADCAST_SYSTEM - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- DDD_RAW_TARGET_PATH - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- DDD_REMOVE_DEFINITION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- DEBUG_JNA_LOAD - Static variable in class com.sun.jna.Native
-
- DEBUG_LOAD - Static variable in class com.sun.jna.Native
-
- DEBUG_ONLY_THIS_PROCESS - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- DEBUG_PROCESS - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- DECIMAL() - Constructor for class com.sun.jna.platform.win32.OaIdl.DECIMAL
-
- DECIMAL(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.DECIMAL
-
- decimal1 - Variable in class com.sun.jna.platform.win32.OaIdl.DECIMAL
-
- decimal1_DECIMAL - Variable in class com.sun.jna.platform.win32.OaIdl.DECIMAL._DECIMAL1
-
- decimal2 - Variable in class com.sun.jna.platform.win32.OaIdl.DECIMAL
-
- decimal2_DECIMAL - Variable in class com.sun.jna.platform.win32.OaIdl.DECIMAL._DECIMAL2
-
- decodeString(ByteBuffer) - Static method in class com.sun.jna.platform.mac.XAttrUtil
-
- decodeStringSequence(ByteBuffer) - Static method in class com.sun.jna.platform.mac.XAttrUtil
-
- decompressions - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- DecryptFile(WString, WinDef.DWORD) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Decrypts an encrypted file or directory.
- decryptFile(File) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Decrypts an encrypted file or directory.
- decVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT
-
- DEFAULT_ENCODING - Static variable in class com.sun.jna.Native
-
- DEFAULT_GHOST_ALPHA - Static variable in class com.sun.jna.platform.dnd.DragHandler
-
Default transparency for ghosting.
- DEFAULT_OPTIONS - Static variable in interface com.sun.jna.win32.W32APIOptions
-
- DefaultBlanking - Static variable in interface com.sun.jna.platform.unix.X11
-
- DefaultExposures - Static variable in interface com.sun.jna.platform.unix.X11
-
- DefaultObject - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- DefaultScreenOfDisplay(X11.Display) - Method in interface com.sun.jna.platform.unix.X11
-
- DefaultTypeMapper - Class in com.sun.jna
-
Provide custom mappings to and from native types.
- DefaultTypeMapper() - Constructor for class com.sun.jna.DefaultTypeMapper
-
- defaultValue() - Method in class com.sun.jna.NativeMappedConverter
-
- DefineDosDevice(int, String, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Defines, redefines, or deletes MS-DOS device names.
- DefWindowProc(WinDef.HWND, int, WinDef.WPARAM, WinDef.LPARAM) - Method in interface com.sun.jna.platform.win32.User32
-
Calls the default window procedure to provide default processing for any
window messages that an application does not process.
- DegaussMonitor(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Degausses a monitor.
- DELETE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- DeleteDC(WinDef.HDC) - Method in interface com.sun.jna.platform.win32.GDI32
-
The DeleteDC function deletes the specified device context (DC).
- DeleteFile(String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Deletes an existing file.
- deleteFile(String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- deleteLibrary(File) - Static method in class com.sun.jna.Native
-
Remove any automatically unpacked native library.
- DeleteObject(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.GDI32
-
The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette,
freeing all system resources associated with the object.
- DeleteSecurityContext(Sspi.CtxtHandle) - Method in interface com.sun.jna.platform.win32.Secur32
-
The DeleteSecurityContext function deletes the local data structures associated
with the specified security context.
- DeleteVolumeMountPoint(String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Deletes a drive letter or mounted folder
- depth - Variable in class com.sun.jna.platform.unix.X11.Xrender.XRenderPictFormat
-
- depth - Variable in class com.sun.jna.platform.unix.X11.XVisualInfo
-
- depth - Variable in class com.sun.jna.platform.unix.X11.XWindowAttributes
-
- DeregisterEventSource(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Closes the specified event log.
- DESCKIND() - Constructor for class com.sun.jna.platform.win32.OaIdl.DESCKIND
-
- DESCKIND(int) - Constructor for class com.sun.jna.platform.win32.OaIdl.DESCKIND
-
- DESCKIND(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.DESCKIND
-
- DESCKIND_FUNCDESC - Static variable in class com.sun.jna.platform.win32.OaIdl.DESCKIND
-
- DESCKIND_IMPLICITAPPOBJ - Static variable in class com.sun.jna.platform.win32.OaIdl.DESCKIND
-
- DESCKIND_MAX - Static variable in class com.sun.jna.platform.win32.OaIdl.DESCKIND
-
- DESCKIND_NONE - Static variable in class com.sun.jna.platform.win32.OaIdl.DESCKIND
-
- DESCKIND_TYPECOMP - Static variable in class com.sun.jna.platform.win32.OaIdl.DESCKIND
-
- DESCKIND_VARDESC - Static variable in class com.sun.jna.platform.win32.OaIdl.DESCKIND
-
- DesiredAccess - Variable in class com.sun.jna.platform.win32.Winspool.LPPRINTER_DEFAULTS
-
- DesktopWindow - Class in com.sun.jna.platform
-
Holds some general information about a window.
- DesktopWindow(WinDef.HWND, String, String, Rectangle) - Constructor for class com.sun.jna.platform.DesktopWindow
-
- DestroyAll - Static variable in interface com.sun.jna.platform.unix.X11
-
- DestroyIcon(WinDef.HICON) - Method in interface com.sun.jna.platform.win32.User32
-
This function destroys an icon and frees any memory the icon occupied.
- DestroyNotify - Static variable in interface com.sun.jna.platform.unix.X11
-
- DestroyPhysicalMonitor(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Closes a handle to a physical monitor.
- DestroyPhysicalMonitors(int, PhysicalMonitorEnumerationAPI.PHYSICAL_MONITOR[]) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Closes an array of physical monitor handles.
- DestroyWindow(WinDef.HWND) - Method in interface com.sun.jna.platform.win32.User32
-
Destroys the specified window.
- destroyWindow(WinDef.HWND) - Static method in class com.sun.jna.platform.win32.User32Util
-
- detach - Variable in class com.sun.jna.CallbackReference.AttachOptions
-
- detach(Callback) - Method in class com.sun.jna.CallbackThreadInitializer
-
Returns whether the Thread should be detached from the VM after the
callback exits, if the thread was not already attached to begin with.
- detach(boolean) - Static method in class com.sun.jna.Native
-
Indicate whether the JVM should detach the current native thread when
the current Java code finishes execution.
- DETACHED_PROCESS - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- detail - Variable in class com.sun.jna.platform.unix.X11.XConfigureRequestEvent
-
- detail - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- detail - Variable in class com.sun.jna.platform.unix.X11.XFocusChangeEvent
-
- DEV_BROADCAST_DEVICEINTERFACE() - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVICEINTERFACE
-
Instantiates a new dev broadcast deviceinterface.
- DEV_BROADCAST_DEVICEINTERFACE(long) - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVICEINTERFACE
-
Dev broadcast hdr.
- DEV_BROADCAST_DEVICEINTERFACE(Pointer) - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVICEINTERFACE
-
Instantiates a new dev broadcast deviceinterface.
- DEV_BROADCAST_DEVNODE() - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVNODE
-
Instantiates a new dev broadcast devnode.
- DEV_BROADCAST_DEVNODE(Pointer) - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVNODE
-
Instantiates a new dev broadcast devnode.
- DEV_BROADCAST_HANDLE() - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HANDLE
-
Instantiates a new dev broadcast handle.
- DEV_BROADCAST_HANDLE(Pointer) - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HANDLE
-
Instantiates a new dev broadcast handle.
- DEV_BROADCAST_HDR() - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HDR
-
Instantiates a new dev broadcast hdr.
- DEV_BROADCAST_HDR(long) - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HDR
-
Instantiates a new dev broadcast hdr.
- DEV_BROADCAST_HDR(Pointer) - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HDR
-
Instantiates a new dev broadcast hdr.
- DEV_BROADCAST_NET() - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_NET
-
Instantiates a new dev broadcast net.
- DEV_BROADCAST_NET(Pointer) - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_NET
-
Instantiates a new dev broadcast net.
- DEV_BROADCAST_OEM() - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_OEM
-
Instantiates a new dev broadcast oem.
- DEV_BROADCAST_OEM(Pointer) - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_OEM
-
Instantiates a new dev broadcast oem.
- DEV_BROADCAST_PORT() - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_PORT
-
Instantiates a new dev broadcast port.
- DEV_BROADCAST_PORT(Pointer) - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_PORT
-
Instantiates a new dev broadcast port.
- DEV_BROADCAST_VOLUME() - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_VOLUME
-
Instantiates a new dev broadcast volume.
- DEV_BROADCAST_VOLUME(Pointer) - Constructor for class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_VOLUME
-
Instantiates a new dev broadcast volume.
- device_id - Variable in class com.sun.jna.platform.unix.X11.XDeviceByReference
-
- DEVICE_NOTIFY_ALL_INTERFACE_CLASSES - Static variable in interface com.sun.jna.platform.win32.User32
-
The device notify all interface classes.
- DEVICE_NOTIFY_SERVICE_HANDLE - Static variable in interface com.sun.jna.platform.win32.User32
-
The hRecipient parameter is a service status handle.
- DEVICE_NOTIFY_WINDOW_HANDLE - Static variable in interface com.sun.jna.platform.win32.User32
-
The hRecipient parameter is a window handle.
- DeviceIoControl(WinNT.HANDLE, int, Pointer, int, Pointer, int, IntByReference, Pointer) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Sends a control code directly to a specified device driver, causing the
corresponding device to perform the corresponding operation.
- DeviceNumber - Variable in class com.sun.jna.platform.win32.Winioctl.STORAGE_DEVICE_NUMBER
-
The number of this device.
- DeviceType - Variable in class com.sun.jna.platform.win32.Winioctl.STORAGE_DEVICE_NUMBER
-
The type of device.
- DevInst - Variable in class com.sun.jna.platform.win32.SetupApi.SP_DEVINFO_DATA
-
An opaque handle to the device instance (also known as a handle to the devnode).
- dialEntry(String) - Static method in class com.sun.jna.platform.win32.Rasapi32Util
-
Dial a phone book entry by name (Synchronously)
- dialEntry(String, WinRas.RasDialFunc2) - Static method in class com.sun.jna.platform.win32.Rasapi32Util
-
Dial a phone book entry by name (Asynchronously - callback type 2)
- dialNotification(int, int, WinNT.HANDLE, int, int, int, int) - Method in interface com.sun.jna.platform.win32.WinRas.RasDialFunc2
-
- DIB_PAL_COLORS - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- DIB_RGB_COLORS - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- DIBSECTION() - Constructor for class com.sun.jna.platform.win32.WinGDI.DIBSECTION
-
- DICS_FLAG_CONFIGGENERAL - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
1 or more hardware profile-specific changes to follow.
- DICS_FLAG_CONFIGSPECIFIC - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
make change in specified profile only
- DICS_FLAG_GLOBAL - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
make change in all hardware profiles
- DIGCF_ALLCLASSES - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
Return a list of installed devices for all device setup classes or all device interface classes.
- DIGCF_DEFAULT - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
Return only the device that is associated with the system default device interface, if one is set, for the
specified device interface classes.
- DIGCF_DEVICEINTERFACE - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
Return devices that support device interfaces for the specified device interface classes.
- DIGCF_PRESENT - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
Return only devices that are currently present in a system.
- DIGCF_PROFILE - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
Return only devices that are a part of the current hardware profile.
- DIGSIG_E_CRYPTO - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DIGSIG_E_DECODE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DIGSIG_E_ENCODE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DIGSIG_E_EXTENSIBILITY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- direct - Variable in class com.sun.jna.platform.unix.X11.Xrender.XRenderPictFormat
-
- directCallbackMap - Static variable in class com.sun.jna.CallbackReference
-
- DirectColor - Static variable in interface com.sun.jna.platform.unix.X11
-
- DIREG_BOTH - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
Delete both driver and Device key
- DIREG_DEV - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
Open/Create/Delete device key.
- DIREG_DRV - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
Open/Create/Delete driver key
- DisableAccess - Static variable in interface com.sun.jna.platform.unix.X11
-
- disableEncryption(File, boolean) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Disables or enables encryption of the specified directory and the files in
it.
- DisableScreenInterval - Static variable in interface com.sun.jna.platform.unix.X11
-
- DisableScreenSaver - Static variable in interface com.sun.jna.platform.unix.X11
-
- DisconnectNamedPipe(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Disconnects the server end of a named pipe instance from a client process.
- discoverClsId(ComObject) - Method in class com.sun.jna.platform.win32.COM.util.Factory
-
- DISP_E_ARRAYISLOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_BADCALLEE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_BADINDEX - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_BADPARAMCOUNT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_BADVARTYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_BUFFERTOOSMALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_DIVBYZERO - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_EXCEPTION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_MEMBERNOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_NONAMEDARGS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_NOTACOLLECTION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_OVERFLOW - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_PARAMNOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_PARAMNOTOPTIONAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_TYPEMISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_UNKNOWNINTERFACE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_UNKNOWNLCID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DISP_E_UNKNOWNNAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- Dispatch - Class in com.sun.jna.platform.win32.COM
-
Wrapper class for the IDispatch interface
IDispatch.GetTypeInfoCount 12 IDispatch.GetTypeInfo 16
IDispatch.GetIDsOfNames 20 IDispatch.Invoke 24
- Dispatch() - Constructor for class com.sun.jna.platform.win32.COM.Dispatch
-
- Dispatch(Pointer) - Constructor for class com.sun.jna.platform.win32.COM.Dispatch
-
- Dispatch.ByReference - Class in com.sun.jna.platform.win32.COM
-
- DISPATCH_METHOD - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
The Constant DISPATCH_METHOD.
- DISPATCH_PROPERTYGET - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
The Constant DISPATCH_PROPERTYGET.
- DISPATCH_PROPERTYPUT - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
The Constant DISPATCH_PROPERTYPUT.
- DISPATCH_PROPERTYPUTREF - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
The Constant DISPATCH_PROPERTYPUTREF.
- dispatchCallback - Variable in class com.sun.jna.platform.win32.COM.util.AbstractComEventCallbackListener
-
- DispatchListener - Class in com.sun.jna.platform.win32.COM
-
- DispatchListener(IDispatchCallback) - Constructor for class com.sun.jna.platform.win32.COM.DispatchListener
-
- dispatchListener - Variable in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- DispatchMessage(WinUser.MSG) - Method in interface com.sun.jna.platform.win32.User32
-
This function dispatches a message to a window procedure.
- DispatchVTable - Class in com.sun.jna.platform.win32.COM
-
- DispatchVTable() - Constructor for class com.sun.jna.platform.win32.COM.DispatchVTable
-
- DispatchVTable.AddRefCallback - Interface in com.sun.jna.platform.win32.COM
-
- DispatchVTable.ByReference - Class in com.sun.jna.platform.win32.COM
-
- DispatchVTable.GetIDsOfNamesCallback - Interface in com.sun.jna.platform.win32.COM
-
- DispatchVTable.GetTypeInfoCallback - Interface in com.sun.jna.platform.win32.COM
-
- DispatchVTable.GetTypeInfoCountCallback - Interface in com.sun.jna.platform.win32.COM
-
- DispatchVTable.InvokeCallback - Interface in com.sun.jna.platform.win32.COM
-
- DispatchVTable.QueryInterfaceCallback - Interface in com.sun.jna.platform.win32.COM
-
- DispatchVTable.ReleaseCallback - Interface in com.sun.jna.platform.win32.COM
-
- DISPID() - Constructor for class com.sun.jna.platform.win32.OaIdl.DISPID
-
- DISPID(int) - Constructor for class com.sun.jna.platform.win32.OaIdl.DISPID
-
- DISPID_COLLECT - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
The Constant DISPID_COLLECT.
- DISPID_CONSTRUCTOR - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
The Constant DISPID_CONSTRUCTOR.
- DISPID_DESTRUCTOR - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
The Constant DISPID_DESTRUCTOR.
- DISPID_EVALUATE - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
The Constant DISPID_EVALUATE.
- DISPID_NEWENUM - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
The Constant DISPID_NEWENUM.
- DISPID_PROPERTYPUT - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
The Constant DISPID_PROPERTYPUT.
- DISPID_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
The Constant DISPID_UNKNOWN.
- DISPID_VALUE - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
The Constant DISPID_VALUE.
- DISPIDByReference() - Constructor for class com.sun.jna.platform.win32.OaIdl.DISPIDByReference
-
- DISPIDByReference(OaIdl.DISPID) - Constructor for class com.sun.jna.platform.win32.OaIdl.DISPIDByReference
-
- Display() - Constructor for class com.sun.jna.platform.unix.X11.Display
-
- display - Variable in class com.sun.jna.platform.unix.X11.XAnyEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XButtonEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XCirculateEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XCirculateRequestEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XClientMessageEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XColormapEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XConfigureEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XConfigureRequestEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XCreateWindowEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XDestroyWindowEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XErrorEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XExposeEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XFocusChangeEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XGraphicsExposeEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XGravityEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XKeyEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XKeymapEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XMapEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XMappingEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XMapRequestEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XNoExposeEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XPropertyEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XReparentEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XResizeRequestEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XSelectionClearEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XSelectionEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XSelectionRequestEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XUnmapEvent
-
- display - Variable in class com.sun.jna.platform.unix.X11.XVisibilityEvent
-
- dispose() - Method in class com.sun.jna.CallbackReference
-
Free native resources associated with this callback.
- dispose() - Method in class com.sun.jna.Memory
-
Free the native memory and set peer to zero
- dispose() - Method in class com.sun.jna.NativeLibrary
-
Close the native library we're mapped to.
- dispose() - Method in class com.sun.jna.platform.dnd.GhostedDragImage
-
Make all ghosted images go away.
- dispose() - Method in class com.sun.jna.platform.FileMonitor
-
- dispose(int) - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- dispose() - Method in class com.sun.jna.platform.win32.W32FileMonitor
-
- disposeAll() - Static method in class com.sun.jna.CallbackReference
-
Dispose of all memory allocated for callbacks.
- disposeAll() - Static method in class com.sun.jna.Memory
-
Dispose of all allocated memory.
- disposeAll() - Static method in class com.sun.jna.NativeLibrary
-
Close all open native libraries.
- disposeAll() - Method in class com.sun.jna.platform.win32.COM.util.Factory
-
- DISPPARAMS() - Constructor for class com.sun.jna.platform.win32.OleAuto.DISPPARAMS
-
Instantiates a new dispparams.
- DISPPARAMS(Pointer) - Constructor for class com.sun.jna.platform.win32.OleAuto.DISPPARAMS
-
Instantiates a new dispparams.
- DLL_FPTRS - Static variable in interface com.sun.jna.win32.DLLCallback
-
Total number of DLL callbacks available for allocation.
- DLLCallback - Interface in com.sun.jna.win32
-
Indicate that the callback needs to appear to be within a DLL.
- DllEntry(String, String, int) - Constructor for class com.sun.jna.platform.win32.COM.TypeInfoUtil.DllEntry
-
Instantiates a new dll entry.
- DNLEN - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- DNS_ERROR_ALIAS_LOOP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_AUTOZONE_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_AXFR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_BACKGROUND_LOADING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_BAD_PACKET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_CANNOT_FIND_ROOT_HINTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_CNAME_COLLISION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_CNAME_LOOP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DATABASE_BASE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DATAFILE_BASE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DATAFILE_OPEN_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DATAFILE_PARSING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DNAME_COLLISION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DP_ALREADY_ENLISTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DP_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DP_BASE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DP_DOES_NOT_EXIST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DP_FSMO_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DP_NOT_AVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DP_NOT_ENLISTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DS_UNAVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DS_ZONE_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DWORD_VALUE_TOO_LARGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_DWORD_VALUE_TOO_SMALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_FILE_WRITEBACK_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_FORWARDER_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_GENERAL_API_BASE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_INCONSISTENT_ROOT_HINTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_INVALID_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_INVALID_DATAFILE_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_INVALID_IP_ADDRESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_INVALID_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_INVALID_NAME_CHAR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_INVALID_PROPERTY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_INVALID_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_INVALID_ZONE_OPERATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_INVALID_ZONE_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_MASK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NAME_DOES_NOT_EXIST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NAME_NOT_IN_ZONE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NBSTAT_INIT_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NEED_SECONDARY_ADDRESSES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NEED_WINS_SERVERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NO_CREATE_CACHE_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NO_DNS_SERVERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NO_MEMORY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NO_PACKET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NO_TCPIP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NO_ZONE_INFO - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NODE_CREATION_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NODE_IS_CNAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NODE_IS_DNAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NON_RFC_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NOT_ALLOWED_ON_RODC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NOT_ALLOWED_UNDER_DNAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NOT_UNIQUE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_NUMERIC_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_OPERATION_BASE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_PACKET_FMT_BASE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_PRIMARY_REQUIRES_DATAFILE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_BADKEY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_BADSIG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_BADTIME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_FORMAT_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_NAME_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_NO_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_NOT_IMPLEMENTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_NOTAUTH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_NOTZONE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_NXRRSET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_REFUSED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_SERVER_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_YXDOMAIN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RCODE_YXRRSET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RECORD_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RECORD_DOES_NOT_EXIST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RECORD_FORMAT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RECORD_TIMED_OUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_RESPONSE_CODES_BASE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_SECONDARY_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_SECURE_BASE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_SETUP_BASE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_SOA_DELETE_INVALID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_TRY_AGAIN_LATER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_UNKNOWN_RECORD_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_UNSECURE_PACKET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_WINS_INIT_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_ZONE_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_ZONE_BASE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_ZONE_CONFIGURATION_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_ZONE_CREATION_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_ZONE_DOES_NOT_EXIST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_ZONE_HAS_NO_NS_RECORDS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_ZONE_HAS_NO_SOA_RECORD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_ZONE_IS_SHUTDOWN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_ZONE_LOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_ZONE_NOT_SECONDARY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_ERROR_ZONE_REQUIRES_MASTER_IP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_INFO_ADDED_LOCAL_WINS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_INFO_AXFR_COMPLETE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_INFO_NO_RECORDS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_STATUS_CONTINUE_NEEDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_STATUS_DOTTED_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_STATUS_FQDN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_STATUS_PACKET_UNSECURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_STATUS_SINGLE_PART_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_WARNING_DOMAIN_UNDELETED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DNS_WARNING_PTR_CREATE_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DnsDomainName - Variable in class com.sun.jna.platform.win32.DsGetDC.DS_DOMAIN_TRUSTS
-
Pointer to a null-terminated string that contains the DNS name of the
domain.
- DnsDomainName - Variable in class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
DNS name of the domain.
- DnsForestName - Variable in class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
Pointer to a null-terminated WString that specifies the name of the
domain at the root of the DS tree.
- dnsForestName - Variable in class com.sun.jna.platform.win32.Netapi32Util.DomainController
-
Pointer to a null-terminated string that specifies the name of the domain at the root
of the DS tree.
- DnsName - Variable in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_DOMAIN_INFO
-
- do_not_propagate_mask - Variable in class com.sun.jna.platform.unix.X11.XSetWindowAttributes
-
- do_not_propagate_mask - Variable in class com.sun.jna.platform.unix.X11.XWindowAttributes
-
- DoBlue - Static variable in interface com.sun.jna.platform.unix.X11
-
- docStr - Variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- DoGreen - Static variable in interface com.sun.jna.platform.unix.X11
-
- domain - Variable in class com.sun.jna.platform.win32.Advapi32Util.Account
-
Account domain.
- DOMAIN_CONTROLLER_INFO() - Constructor for class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
- DOMAIN_CONTROLLER_INFO(Pointer) - Constructor for class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
- DomainController() - Constructor for class com.sun.jna.platform.win32.Netapi32Util.DomainController
-
- DomainControllerAddress - Variable in class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
Pointer to a null-terminated WString that specifies the address of
the discovered domain controller.
- DomainControllerAddressType - Variable in class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
Indicates the type of WString that is contained in the
DomainControllerAddress member.
- DomainControllerName - Variable in class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
Pointer to a null-terminated WString that specifies the computer name
of the discovered domain controller.
- DomainGuid - Variable in class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
The GUID of the domain.
- DomainGuid - Variable in class com.sun.jna.platform.win32.DsGetDC.DS_DOMAIN_TRUSTS
-
Contains the GUID of the domain represented by this structure.
- domainGuid - Variable in class com.sun.jna.platform.win32.Netapi32Util.DomainController
-
The GUID of the domain.
- DomainGuid - Variable in class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
Contains the GUID of the domain represented by this structure.
- DomainGuidString - Variable in class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
Contains the string representation of the GUID of the domain represented by
this structure.
- DomainInfo - Variable in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_RECORD.UNION
-
- DomainName - Variable in class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
Pointer to a null-terminated WString that specifies the name of the
domain.
- domainName - Variable in class com.sun.jna.platform.win32.Netapi32Util.DomainController
-
Pointer to a null-terminated string that specifies the name of the domain.
- DomainSid - Variable in class com.sun.jna.platform.win32.DsGetDC.DS_DOMAIN_TRUSTS
-
Contains the security identifier of the domain represented by this
structure.
- DomainSid - Variable in class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
Contains the security identifier of the domain represented by this structure.
- DomainSidString - Variable in class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
Contains the string representation of the security identifier of the domain
represented by this structure.
- DomainTrust() - Constructor for class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
- DontAllowExposures - Static variable in interface com.sun.jna.platform.unix.X11
-
- DontPreferBlanking - Static variable in interface com.sun.jna.platform.unix.X11
-
SCREEN SAVER STUFF
- DoRed - Static variable in interface com.sun.jna.platform.unix.X11
-
- DoubleByReference - Class in com.sun.jna.ptr
-
- DoubleByReference() - Constructor for class com.sun.jna.ptr.DoubleByReference
-
- DoubleByReference(double) - Constructor for class com.sun.jna.ptr.DoubleByReference
-
- doubleValue() - Method in class com.sun.jna.IntegerType
-
- doubleValue() - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- DRAGDROP_E_ALREADYREGISTERED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DRAGDROP_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DRAGDROP_E_INVALIDHWND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DRAGDROP_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DRAGDROP_E_NOTREGISTERED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DRAGDROP_S_CANCEL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DRAGDROP_S_DROP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DRAGDROP_S_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DRAGDROP_S_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DRAGDROP_S_USEDEFAULTCURSORS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- dragDropEnd(DragSourceDropEvent) - Method in class com.sun.jna.platform.dnd.DragHandler
-
- dragEnter(DragSourceDragEvent) - Method in class com.sun.jna.platform.dnd.DragHandler
-
- dragEnter(DropTargetDragEvent) - Method in class com.sun.jna.platform.dnd.DropHandler
-
- dragExit(DragSourceEvent) - Method in class com.sun.jna.platform.dnd.DragHandler
-
- dragExit(DropTargetEvent) - Method in class com.sun.jna.platform.dnd.DropHandler
-
- dragGestureRecognized(DragGestureEvent) - Method in class com.sun.jna.platform.dnd.DragHandler
-
Called when a user drag gesture is recognized.
- DragHandler - Class in com.sun.jna.platform.dnd
-
Provides simplified drag handling for a component.
- DragHandler(Component, int) - Constructor for class com.sun.jna.platform.dnd.DragHandler
-
Enable drags from the given component, supporting the actions in
the given action mask.
- dragMouseMoved(DragSourceDragEvent) - Method in class com.sun.jna.platform.dnd.DragHandler
-
- dragOver(DragSourceDragEvent) - Method in class com.sun.jna.platform.dnd.DragHandler
-
- dragOver(DropTargetDragEvent) - Method in class com.sun.jna.platform.dnd.DropHandler
-
- dragStarted(DragGestureEvent) - Method in class com.sun.jna.platform.dnd.DragHandler
-
Override to perform any decoration of the target at the start of a drag,
if desired.
- Drawable() - Constructor for class com.sun.jna.platform.unix.X11.Drawable
-
- Drawable(long) - Constructor for class com.sun.jna.platform.unix.X11.Drawable
-
- drawable - Variable in class com.sun.jna.platform.unix.X11.XGraphicsExposeEvent
-
- drawable - Variable in class com.sun.jna.platform.unix.X11.XNoExposeEvent
-
- DRIVE_CDROM - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The drive is a CD-ROM drive.
- DRIVE_FIXED - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The drive is a type that cannot be removed, for example, a fixed hard drive.
- DRIVE_NO_ROOT_DIR - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The root path is invalid, for example, no volume is mounted at the path.
- DRIVE_RAMDISK - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The drive is a RAM disk.
- DRIVE_REMOTE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The drive is a remote (network) drive.
- DRIVE_REMOVABLE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The drive is a type that has removable media, for example, a floppy drive
or removable hard disk.
- DRIVE_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The drive type cannot be determined.
- drop(DropTargetDropEvent) - Method in class com.sun.jna.platform.dnd.DropHandler
-
Indicates the user has initiated a drop.
- drop(DropTargetDropEvent, int) - Method in class com.sun.jna.platform.dnd.DropHandler
-
Handle an incoming drop with the given action.
- dropActionChanged(DragSourceDragEvent) - Method in class com.sun.jna.platform.dnd.DragHandler
-
- dropActionChanged(DropTargetDragEvent) - Method in class com.sun.jna.platform.dnd.DropHandler
-
- DropHandler - Class in com.sun.jna.platform.dnd
-
Provides simplified drop handling for a component.
- DropHandler(Component, int) - Constructor for class com.sun.jna.platform.dnd.DropHandler
-
Create a handler that allows the given set of actions.
- DropHandler(Component, int, DataFlavor[]) - Constructor for class com.sun.jna.platform.dnd.DropHandler
-
Enable handling of drops, indicating what actions and flavors are
acceptable.
- DropHandler(Component, int, DataFlavor[], DropTargetPainter) - Constructor for class com.sun.jna.platform.dnd.DropHandler
-
Enable handling of drops, indicating what actions and flavors are
acceptable, and providing a painter for drop target feedback.
- DropTargetPainter - Interface in com.sun.jna.platform.dnd
-
Provides a callback for
DropHandler
to customize drop target
feedback.
- DS_DOMAIN_DIRECT_INBOUND - Static variable in interface com.sun.jna.platform.win32.DsGetDC
-
Domain is directly trusting.
- DS_DOMAIN_DIRECT_OUTBOUND - Static variable in interface com.sun.jna.platform.win32.DsGetDC
-
Domain is directly trusted.
- DS_DOMAIN_IN_FOREST - Static variable in interface com.sun.jna.platform.win32.DsGetDC
-
Domain is a member of the forest.
- DS_DOMAIN_NATIVE_MODE - Static variable in interface com.sun.jna.platform.win32.DsGetDC
-
Primary domain is running in native mode.
- DS_DOMAIN_PRIMARY - Static variable in interface com.sun.jna.platform.win32.DsGetDC
-
Domain is the primary domain of queried server.
- DS_DOMAIN_TREE_ROOT - Static variable in interface com.sun.jna.platform.win32.DsGetDC
-
Domain is root of a tree in the forest.
- DS_DOMAIN_TRUSTS() - Constructor for class com.sun.jna.platform.win32.DsGetDC.DS_DOMAIN_TRUSTS
-
- DS_DOMAIN_TRUSTS(Pointer) - Constructor for class com.sun.jna.platform.win32.DsGetDC.DS_DOMAIN_TRUSTS
-
- DS_DOMAIN_VALID_FLAGS - Static variable in interface com.sun.jna.platform.win32.DsGetDC
-
Valid domain flags.
- DS_S_SUCCESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- dsBitfields - Variable in class com.sun.jna.platform.win32.WinGDI.DIBSECTION
-
- dsBm - Variable in class com.sun.jna.platform.win32.WinGDI.DIBSECTION
-
- dsBmih - Variable in class com.sun.jna.platform.win32.WinGDI.DIBSECTION
-
- DsEnumerateDomainTrusts(String, int, PointerByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.Netapi32
-
The DsEnumerateDomainTrusts function obtains domain trust data for a specified domain.
- DsGetDC - Interface in com.sun.jna.platform.win32
-
Ported from DsGetDC.h.
- DsGetDC.DOMAIN_CONTROLLER_INFO - Class in com.sun.jna.platform.win32
-
The DOMAIN_CONTROLLER_INFO structure is used with the DsGetDcName
function to receive data about a domain controller.
- DsGetDC.DOMAIN_CONTROLLER_INFO.ByReference - Class in com.sun.jna.platform.win32
-
- DsGetDC.DS_DOMAIN_TRUSTS - Class in com.sun.jna.platform.win32
-
The DS_DOMAIN_TRUSTS structure is used with the DsEnumerateDomainTrusts
function to contain trust data for a domain.
- DsGetDC.DS_DOMAIN_TRUSTS.ByReference - Class in com.sun.jna.platform.win32
-
- DsGetDC.PDOMAIN_CONTROLLER_INFO - Class in com.sun.jna.platform.win32
-
Pointer to DOMAIN_CONTROLLER_INFO.
- DsGetDC.PDOMAIN_CONTROLLER_INFO.ByReference - Class in com.sun.jna.platform.win32
-
- DsGetDcName(String, String, Guid.GUID, String, int, DsGetDC.PDOMAIN_CONTROLLER_INFO) - Method in interface com.sun.jna.platform.win32.Netapi32
-
The DsGetDcName function returns the name of a domain controller in a specified domain.
- DsGetForestTrustInformation(String, String, int, NTSecApi.PLSA_FOREST_TRUST_INFORMATION) - Method in interface com.sun.jna.platform.win32.Netapi32
-
The DsGetForestTrustInformationW function obtains forest trust data for a specified domain.
- dshSection - Variable in class com.sun.jna.platform.win32.WinGDI.DIBSECTION
-
- dsipIdMap - Variable in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- dsOffset - Variable in class com.sun.jna.platform.win32.WinGDI.DIBSECTION
-
- dump() - Method in class com.sun.jna.Memory
-
Dumps the contents of this memory object.
- dump(long, int) - Method in class com.sun.jna.Pointer
-
Dump memory for debugging purposes.
- DuplicateHandle(WinNT.HANDLE, WinNT.HANDLE, WinNT.HANDLE, WinNT.HANDLEByReference, int, boolean, int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The DuplicateHandle function duplicates an object handle.
- DuplicateToken(WinNT.HANDLE, int, WinNT.HANDLEByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The DuplicateToken function creates a new access token that duplicates
one already in existence.
- DuplicateTokenEx(WinNT.HANDLE, int, WinBase.SECURITY_ATTRIBUTES, int, int, WinNT.HANDLEByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The DuplicateTokenEx function creates a new access token that duplicates
an existing token.
- DV_E_CLIPFORMAT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DV_E_DVASPECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DV_E_DVTARGETDEVICE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DV_E_DVTARGETDEVICE_SIZE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DV_E_FORMATETC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DV_E_LINDEX - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DV_E_NOIVIEWOBJECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DV_E_STATDATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DV_E_STGMEDIUM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DV_E_TYMED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- dwActiveProcessorMask - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
Mask representing the set of processors configured into the system.
- dwAlignmentErr - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The number of alignment errors on this connection or link.
- dwAllocationGranularity - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
Granularity for the starting address at which virtual memory can be allocated.
- dwAlternateOffset - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the offset, in bytes, from the beginning of the structure to a list of consecutive null-terminated strings.
- dwBps - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The speed of the connection or link, in bits per second.
- dwBufferOverrunErr - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The number of buffer overrun errors on this connection or link.
- dwBuildNumber - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFO
-
Build number of the operating system.
- dwBuildNumber - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
The build number of the operating system.
- dwBytesRcved - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The number of bytes received through this connection or link.
- dwBytesXmited - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The number of bytes transmitted through this connection or link.
- dwChannels - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Reserved for future use
- dwCheckPoint - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS
-
dwCheckPoint - The check-point value the service increments periodically to report
its progress during a lengthy start, stop, pause, or continue operation.
- dwCheckPoint - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
dwCheckPoint - The check-point value the service increments periodically to report
its progress during a lengthy start, stop, pause, or continue operation.
- dwCompressionRatioIn - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The compression ratio for the data being received on this connection or link.
- dwCompressionRatioOut - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The compression ratio for the data being transmitted on this connection or link.
- dwConnectDuration - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The amount of time, in milliseconds, that the connection or link has been connected.
- dwControlsAccepted - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS
-
dwControlsAccepted - The control codes the service accepts and processes
in its handler function:
SERVICE_ACCEPT_STOP, SERVICE_ACCEPT_PAUSE_CONTINUE, SERVICE_ACCEPT_SHUTDOWN,
SERVICE_ACCEPT_PARAMCHANGE, SERVICE_ACCEPT_NETBINDCHANGE, SERVICE_ACCEPT_HARDWAREPROFILECHANGE,
SERVICE_ACCEPT_POWEREVENT, SERVICE_ACCEPT_SESSIONCHANGE, SERVICE_ACCEPT_PRESHUTDOWN,
SERVICE_ACCEPT_TIMECHANGE, SERVICE_ACCEPT_TRIGGEREVENT
- dwControlsAccepted - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
dwControlsAccepted - The control codes the service accepts and processes
in its handler function:
SERVICE_ACCEPT_STOP, SERVICE_ACCEPT_PAUSE_CONTINUE, SERVICE_ACCEPT_SHUTDOWN,
SERVICE_ACCEPT_PARAMCHANGE, SERVICE_ACCEPT_NETBINDCHANGE, SERVICE_ACCEPT_HARDWAREPROFILECHANGE,
SERVICE_ACCEPT_POWEREVENT, SERVICE_ACCEPT_SESSIONCHANGE, SERVICE_ACCEPT_PRESHUTDOWN,
SERVICE_ACCEPT_TIMECHANGE, SERVICE_ACCEPT_TRIGGEREVENT
- dwCountryCode - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the country/region code portion of the phone number.
- dwCountryID - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the TAPI country/region identifier.
- dwCrcErr - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The number of cyclic redundancy check (CRC) errors on this connection or link.
- dwCurrentState - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS
-
dwCurrentState - The current state of the service.
- dwCurrentState - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
dwCurrentState - The current state of the service.
- dwCustomAuthKey - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
This member is used for Extensible Authentication Protocol (EAP).
- dwDamageMask - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Ignored.
- dwDialExtraPercent - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies a percent of the total bandwidth available from the currently connected subentries.
- dwDialExtraSampleSeconds - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the number of seconds that current bandwidth usage must exceed the threshold specified by dwDialExtraPercent
before RAS dials an additional subentry.
- dwDialMode - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies whether RAS should dial all of this entry's multilink subentries when the entry is first connected.
- dwEncryptionType - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
The type of encryption to use with the connection.
- dwError - Variable in class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
If nonzero, indicates the reason for failure.
- dwError - Variable in class com.sun.jna.platform.win32.WinRas.RASPPPIP
-
A value that specifies the result of the PPP control protocol negotiation.
- dwExStyle - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWINFO
-
- dwExtraInfo - Variable in class com.sun.jna.platform.win32.WinUser.KBDLLHOOKSTRUCT
-
- dwExtraInfo - Variable in class com.sun.jna.platform.win32.WinUser.KEYBDINPUT
-
An additional value associated with the keystroke.
- dwExtraInfo - Variable in class com.sun.jna.platform.win32.WinUser.MOUSEINPUT
-
- dwFileDateLS - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
The least significant 32 bits of the file's 64-bit binary creation date and time stamp.
- dwFileDateMS - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
The most significant 32 bits of the file's 64-bit binary creation date and time stamp.
- dwFileFlags - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
Contains a bitmask that specifies the Boolean attributes of the file.
- dwFileFlagsMask - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
Contains a bitmask that specifies the valid bits in dwFileFlags.
- dwFileOS - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
The operating system for which this file was designed.
- dwFileSubtype - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
The function of the file.
- dwFileType - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
The general type of file.
- dwFileVersionLS - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
The least significant 32 bits of the file's binary version number.
- dwFileVersionMS - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
The most significant 32 bits of the file's binary version number.
- dwFillAttribute - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
If dwFlags specifies STARTF_USEFILLATTRIBUTE, this member is the
initial text and background colors if a new console window is created
in a console application.
- dwFlags - Variable in class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
This member is no longer used, and is always set to zero.
- dwFlags - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
A bit field that determines whether certain STARTUPINFO members are
used when the process creates a window.
- dwFlags - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
A set of bit flags that specify properties of the pixel buffer.
- dwFlags - Variable in class com.sun.jna.platform.win32.WinRas.RASCONN
-
A value that specifies zero or more of the following flags.
- dwFlags - Variable in class com.sun.jna.platform.win32.WinUser.FLASHWINFO
-
- dwFlags - Variable in class com.sun.jna.platform.win32.WinUser.KEYBDINPUT
-
Specifies various aspects of a keystroke.
- dwFlags - Variable in class com.sun.jna.platform.win32.WinUser.MONITORINFO
-
The attributes of the display monitor.
- dwFlags - Variable in class com.sun.jna.platform.win32.WinUser.MONITORINFOEX
-
The attributes of the display monitor.
- dwFlags - Variable in class com.sun.jna.platform.win32.WinUser.MOUSEINPUT
-
- dwfNetProtocols - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the network protocols to negotiate.
- dwfOptions - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALEXTENSIONS
-
A set of bit flags that specify RasDial extensions.
- dwfOptions - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
A set of bit flags that specify connection options.
- dwfOptions2 - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
A set of bits that specify connection options.
- dwfOptions3 - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
This parameter is reserved for future use.
- dwFrameSize - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the IP address of a secondary WINS server to be used while this connection is active.
- dwFramesRcved - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The number of frames received through this connection or link.
- dwFramesXmited - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The number frames transmitted through this connection or link.
- dwFramingErr - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The number of framing errors on this connection or link.
- dwFramingProtocol - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the framing protocol used by the server.
- dwHangUpExtraPercent - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies a percent of the total bandwidth available from the currently connected subentries.
- dwHangUpExtraSampleSeconds - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the number of seconds that current bandwidth usage must be less than the threshold specified by
dwHangUpExtraPercent before RAS terminates an existing subentry connection.
- dwHardwareOverrunErr - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The number of hardware overrun errors on this connection or link.
- dwHelpContext - Variable in class com.sun.jna.platform.win32.OaIdl.EXCEPINFO
-
The dw help context.
- dwHighDateTime - Variable in class com.sun.jna.platform.win32.WinBase.FILETIME
-
- dwHorizontalFrequencyInHZ - Variable in class com.sun.jna.platform.win32.LowLevelMonitorConfigurationAPI.MC_TIMING_REPORT
-
The monitor's horizontal synchronization frequency in Hz.
- dwIdleDisconnectSeconds - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the number of seconds after which the connection is terminated due to inactivity.
- dwIndex - Variable in class com.sun.jna.platform.win32.Advapi32Util.EnumKey
-
- dwInstanceIndex - Variable in class com.sun.jna.platform.win32.Pdh.PDH_COUNTER_PATH_ELEMENTS
-
- dwIPv4InterfaceMetric - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Sets the metric of the IPv4 stack for this interface.
- dwIPv6InterfaceMetric - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Sets the metric of the IPv6 stack for this interface.
- dwIPv6PrefixLength - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
The length of the IPv6 address prefix in ipv6addr.
- DWL_DLGPROC - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- DWL_MSGRESULT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- DWL_USER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- dwLayerMask - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Ignored.
- dwLength - Variable in class com.sun.jna.platform.win32.WinBase.MEMORYSTATUSEX
-
The size of the structure, in bytes.
- dwLength - Variable in class com.sun.jna.platform.win32.WinBase.SECURITY_ATTRIBUTES
-
The size of the structure, in bytes.
- dwLowDateTime - Variable in class com.sun.jna.platform.win32.WinBase.FILETIME
-
- dwLower - Variable in class com.sun.jna.platform.win32.Sspi.SecHandle
-
- dwLower - Variable in class com.sun.jna.platform.win32.Sspi.SECURITY_INTEGER
-
- DWM_E_COMPOSITIONDISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DWM_E_NOT_QUEUING_PRESENTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- DWM_E_REMOTING_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- dwMajorVersion - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFO
-
Major version number of the operating system.
- dwMajorVersion - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
The major version number of the operating system.
- dwMask - Variable in class com.sun.jna.platform.win32.WinRas.RASCREDENTIALS
-
Specifies a set of bit flags.
- dwMemoryLoad - Variable in class com.sun.jna.platform.win32.WinBase.MEMORYSTATUSEX
-
A number between 0 and 100 that specifies the approximate percentage of physical memory
that is in use (0 indicates no memory use and 100 indicates full memory use).
- dwMinorVersion - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFO
-
Minor version number of the operating system.
- dwMinorVersion - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
The minor version number of the operating system.
- dwNetworkOutageTime - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the amount of time, in minutes, that IKEv2 packets will be
retransmitted without a response before the connection is considered lost.
- dwNumberOfProcessors - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
Number of processors in the system.
- dwOemID - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO.UNION
-
An obsolete member that is retained for compatibility with Windows NT 3.5 and earlier.
- dwOptions - Variable in class com.sun.jna.platform.win32.WinRas.RASPPPIP
-
A value that specifies IPCP options for the local client.
- DWORD() - Constructor for class com.sun.jna.platform.win32.WinDef.DWORD
-
Instantiates a new dword.
- DWORD(long) - Constructor for class com.sun.jna.platform.win32.WinDef.DWORD
-
Instantiates a new dword.
- DWORD_PTR() - Constructor for class com.sun.jna.platform.win32.BaseTSD.DWORD_PTR
-
- DWORD_PTR(long) - Constructor for class com.sun.jna.platform.win32.BaseTSD.DWORD_PTR
-
- DWORDByReference() - Constructor for class com.sun.jna.platform.win32.WinDef.DWORDByReference
-
Instantiates a new dWOR dby reference.
- DWORDByReference(WinDef.DWORD) - Constructor for class com.sun.jna.platform.win32.WinDef.DWORDByReference
-
Instantiates a new dWOR dby reference.
- DWORDLONG() - Constructor for class com.sun.jna.platform.win32.WinDef.DWORDLONG
-
Instantiates a new dwordlong.
- DWORDLONG(long) - Constructor for class com.sun.jna.platform.win32.WinDef.DWORDLONG
-
Instantiates a new dwordlong.
- dwOSVersionInfoSize - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFO
-
Size of this data structure, in bytes.
- dwOSVersionInfoSize - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
The size of this data structure, in bytes.
- dwPageSize - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
Page size and the granularity of page protection and commitment.
- dwPlatformId - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFO
-
Operating system platform.
- dwPlatformId - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
The operating system platform.
- dwProcessId - Variable in class com.sun.jna.platform.win32.WinBase.PROCESS_INFORMATION
-
A value that can be used to identify a process.
- dwProcessId - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
dwProcessId - The process identifier of the service.
- dwProcessorType - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
An obsolete member that is retained for compatibility with Windows NT 3.5 and Windows Me/98/95.
- dwProductVersionLS - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
The least significant 32 bits of the binary version number of the product with which this file was
distributed.
- dwProductVersionMS - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
The most significant 32 bits of the binary version number of the product with which this file was
distributed.
- dwPromptFlags - Variable in class com.sun.jna.platform.win32.WinCrypt.CRYPTPROTECT_PROMPTSTRUCT
-
DWORD flags that indicate when prompts to the user are to be displayed.
- dwRedialCount - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the number of times RAS attempts to redial a connection.
- dwRedialPause - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the number of seconds to wait between redial attempts.
- dwReserved - Variable in class com.sun.jna.platform.win32.OaIdl.IDLDESC
-
- dwReserved - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- dwReserved1 - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Reserved.
- dwReserved2 - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Reserved.
- dwServerOptions - Variable in class com.sun.jna.platform.win32.WinRas.RASPPPIP
-
A value that specifies IPCP options for the remote server.
- dwServiceFlags - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
This member can be one of the following values: 0, or SERVICE_RUNS_IN_SYSTEM_PROCESS
- dwServiceSpecificExitCode - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS
-
dwServiceSpecificExitCode - A service-specific error code that the service returns
when an error occurs while the service is starting or stopping.
- dwServiceSpecificExitCode - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
dwServiceSpecificExitCode - A service-specific error code that the service returns
when an error occurs while the service is starting or stopping.
- dwServiceType - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS
-
dwServiceType - the type of service.
- dwServiceType - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
dwServiceType - the type of service.
- dwSignature - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
Contains the value 0xFEEF04BD.
- dwSize - Variable in class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
The size of the structure, in bytes.
- dwSize - Variable in class com.sun.jna.platform.win32.WinGDI.RGNDATAHEADER
-
- dwSize - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
Specifies the version of the structure.
- dwSize - Variable in class com.sun.jna.platform.win32.WinRas.RASCONN
-
Specifies the size, in bytes, of the RASCONN structure.
- dwSize - Variable in class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
Specifies the structure size, in bytes.
- dwSize - Variable in class com.sun.jna.platform.win32.WinRas.RASCREDENTIALS
-
Specifies the size, in bytes, of the RASCREDENTIALS structure.
- dwSize - Variable in class com.sun.jna.platform.win32.WinRas.RASDEVSPECIFICINFO
-
The size, in bytes, of the cookie in pbDevSpecificInfo.
- dwSize - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALEXTENSIONS
-
Specifies the size of this structure, in bytes.
- dwSize - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALPARAMS
-
A value that specifies the size, in bytes, of the structure.
- dwSize - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the size, in bytes, of the RASENTRY structure.
- dwSize - Variable in class com.sun.jna.platform.win32.WinRas.RASPPPIP
-
A value that specifies the size, in bytes, of the structure.
- dwSizeofEapInfo - Variable in class com.sun.jna.platform.win32.WinRas.RASEAPINFO
-
Specifies the size of the binary information pointed to by the pbEapInfo member.
- dwStrucVersion - Variable in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
The binary version number of this structure.
- dwStyle - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWINFO
-
- dwSubEntries - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the number of multilink subentries associated with this entry.
- dwSubEntry - Variable in class com.sun.jna.platform.win32.WinRas.RASCONN
-
For multilink connections, a value that specifies the subentry one-based index of a connected link.
- dwTcpWindowSize - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the TCP window size for all TCP sessions that run over this connection.
- dwThreadId - Variable in class com.sun.jna.platform.win32.WinBase.PROCESS_INFORMATION
-
A value that can be used to identify a thread.
- dwTime - Variable in class com.sun.jna.platform.win32.WinUser.LASTINPUTINFO
-
- dwTimeout - Variable in class com.sun.jna.platform.win32.WinUser.FLASHWINFO
-
- dwTimeoutErr - Variable in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
The number of timeout errors on this connection or link.
- dwType - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
The type of phone-book entry.
- dwType - Variable in class com.sun.jna.platform.win32.WinRas.RASTUNNELENDPOINT
-
A value that determines endpoint type
- dwType - Variable in class com.sun.jna.platform.win32.WinUser.RAWINPUTDEVICELIST
-
- dwUpper - Variable in class com.sun.jna.platform.win32.Sspi.SecHandle
-
- dwUpper - Variable in class com.sun.jna.platform.win32.Sspi.SECURITY_INTEGER
-
- dwVerticalFrequencyInHZ - Variable in class com.sun.jna.platform.win32.LowLevelMonitorConfigurationAPI.MC_TIMING_REPORT
-
The monitor's vertical synchronization frequency in Hz.
- dwVisibleMask - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the transparent color or index of an underlay plane.
- dwVpnStrategy - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
The VPN strategy to use when dialing a VPN connection.
- dwWaitHint - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS
-
dwWaitHint - The estimated time required for a pending start, stop, pause, or continue
operation, in milliseconds.
- dwWaitHint - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
dwWaitHint - The estimated time required for a pending start, stop, pause, or continue
operation, in milliseconds.
- dwWin32ExitCode - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS
-
dwWin32ExitCode - The error code the service uses to report an error that occurs
when it is starting or stopping.
- dwWin32ExitCode - Variable in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
dwWin32ExitCode - The error code the service uses to report an error that occurs
when it is starting or stopping.
- dwWindowStatus - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWINFO
-
- dwX - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
If dwFlags specifies STARTF_USEPOSITION, this member is the x offset
of the upper left corner of a window if a new window is created, in
pixels.
- dwXCountChars - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
If dwFlags specifies STARTF_USECOUNTCHARS, if a new console window is
created in a console process, this member specifies the screen buffer
width, in character columns.
- dwXSize - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
If dwFlags specifies STARTF_USESIZE, this member is the width of the
window if a new window is created, in pixels.
- dwY - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
If dwFlags specifies STARTF_USEPOSITION, this member is the y offset
of the upper left corner of a window if a new window is created, in
pixels.
- dwYCountChars - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
If dwFlags specifies STARTF_USECOUNTCHARS, if a new console window is
created in a console process, this member specifies the screen buffer
height, in character rows.
- dwYSize - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
If dwFlags specifies STARTF_USESIZE, this member is the height of the
window if a new window is created, in pixels.
- dx - Variable in class com.sun.jna.platform.win32.WinUser.MOUSEINPUT
-
- Dxva2 - Interface in com.sun.jna.platform.win32
-
A port of dxva2.dll
- dy - Variable in class com.sun.jna.platform.win32.WinUser.MOUSEINPUT
-
- FACILITY_AAF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_ACS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_BACKGROUNDCOPY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_CERT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_CMI - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_COMPLUS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_CONFIGURATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_CONTROL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_DIRECTORYSERVICE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_DISPATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_DPLAY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_FVE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_FWP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_GRAPHICS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_HTTP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_INTERNET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_ITF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_MEDIASERVER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_METADIRECTORY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_MSMQ - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_NDIS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_NT_BIT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_NULL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_PLA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_RPC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_SCARD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_SECURITY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_SETUPAPI - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_SHELL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_SSPI - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_STATE_MANAGEMENT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_STORAGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_SXS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_TPM_SERVICES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_TPM_SOFTWARE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_UMI - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_URT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_USERMODE_COMMONLOG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_USERMODE_FILTER_MANAGER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_USERMODE_HYPERVISOR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_WIN32 - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_WINDOWS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_WINDOWS_CE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_WINDOWS_DEFENDER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_WINDOWSUPDATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FACILITY_WINRM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- factory - Variable in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- factory - Variable in class com.sun.jna.platform.win32.COM.util.EnumMoniker
-
- Factory - Class in com.sun.jna.platform.win32.COM.util
-
- Factory() - Constructor for class com.sun.jna.platform.win32.COM.util.Factory
-
Creates a utility COM Factory and a ComThread on which all COM calls are executed.
- Factory(ComThread) - Constructor for class com.sun.jna.platform.win32.COM.util.Factory
-
- factory - Variable in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- factory - Variable in class com.sun.jna.platform.win32.COM.util.RunningObjectTable
-
- FADF_AUTO - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
An array that is allocated on the stack.
- FADF_AUTO - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
An array that is allocated on the stac.
- FADF_BSTR - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
An array of BSTRs.
- FADF_BSTR - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
An array of BSTRs.
- FADF_DISPATCH - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
An array of IDispatch*.
- FADF_DISPATCH - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
An array of IDispatch*.
- FADF_EMBEDDED - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
An array that is embedded in a structure.
- FADF_EMBEDDED - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
An array that is embedded in a structure.
- FADF_FIXEDSIZE - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
An array that may not be resized or reallocated.
- FADF_FIXEDSIZE - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
An array that is embedded in a structure.
- FADF_HAVEIID - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
An array that has an IID identifying interface.
- FADF_HAVEIID - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
An array that is embedded in a structure.
- FADF_HAVEVARTYPE - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
An array that has a variant type.
- FADF_HAVEVARTYPE - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
An array that has a variant type.
- FADF_RECORD - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
An array that contains records.
- FADF_RECORD - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
An array that is embedded in a structure.
- FADF_RESERVED - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
Bits reserved for future use.
- FADF_RESERVED - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
Bits reserved for future use.
- FADF_STATIC - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
An array that is statically allocated.
- FADF_STATIC - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
An array that is statically allocated.
- FADF_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
An array of IUnknown*.
- FADF_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
An array of IUnknown*.
- FADF_VARIANT - Static variable in interface com.sun.jna.platform.win32.OaIdl
-
An array of VARIANTs.
- FADF_VARIANT - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
An array of VARIANTs.
- FAILED(WinNT.HRESULT) - Static method in class com.sun.jna.platform.win32.COM.COMUtils
-
Failed.
- FAILED(int) - Static method in class com.sun.jna.platform.win32.COM.COMUtils
-
Failed.
- FAILED(int) - Static method in class com.sun.jna.platform.win32.W32Errors
-
and the inverse.
- FAILED(WinNT.HRESULT) - Static method in class com.sun.jna.platform.win32.W32Errors
-
Failed.
- FamilyChaos - Static variable in interface com.sun.jna.platform.unix.X11
-
- FamilyDECnet - Static variable in interface com.sun.jna.platform.unix.X11
-
- FamilyInternet - Static variable in interface com.sun.jna.platform.unix.X11
-
- FamilyInternet6 - Static variable in interface com.sun.jna.platform.unix.X11
-
- FamilyServerInterpreted - Static variable in interface com.sun.jna.platform.unix.X11
-
- fAnyOperationsAborted - Variable in class com.sun.jna.platform.win32.ShellAPI.SHFILEOPSTRUCT
-
When the function returns, this member contains TRUE if any file operations
were aborted before they were completed; otherwise, FALSE.
- faults - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- faults - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- fCapabilities - Variable in class com.sun.jna.platform.win32.Sspi.SecPkgInfo
-
Set of bit flags that describes the capabilities of the security package.
- fetchDispIdFromName(ComEventCallback) - Method in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- fetchObject(Class<T>) - Method in class com.sun.jna.platform.win32.COM.util.Factory
-
Gets and existing COM object (GetActiveObject) for the given progId and
returns a ProxyObject for the given interface.
- fetchRawConnectionPoint(Guid.IID) - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- fFeatures - Variable in class com.sun.jna.platform.win32.OaIdl.SAFEARRAY
-
- ffi_call(long, long, long, long) - Static method in class com.sun.jna.Native
-
Make an FFI function call.
- ffi_free_closure(long) - Static method in class com.sun.jna.Native
-
- ffi_prep_cif(int, int, long, long) - Static method in class com.sun.jna.Native
-
Create a new cif structure.
- ffi_prep_closure(long, Native.ffi_callback) - Static method in class com.sun.jna.Native
-
- fFlags - Variable in class com.sun.jna.platform.win32.ShellAPI.SHFILEOPSTRUCT
-
Flags that control the file operation.
- fIcon - Variable in class com.sun.jna.platform.win32.WinGDI.ICONINFO
-
- field - Variable in class com.sun.jna.Structure.StructField
-
- fieldOffset(String) - Method in class com.sun.jna.Structure
-
Returns the calculated offset of the given field.
- fieldOrder - Static variable in class com.sun.jna.Structure
-
- fields() - Method in class com.sun.jna.Structure
-
Return all fields in this structure (ordered).
- FILE_ACCESSED - Static variable in class com.sun.jna.platform.FileMonitor
-
- FILE_ACTION_ADDED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ACTION_MODIFIED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ACTION_REMOVED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ACTION_RENAMED_NEW_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ACTION_RENAMED_OLD_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ADD_FILE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ADD_SUBDIRECTORY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ALL_ACCESS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ANY - Static variable in class com.sun.jna.platform.FileMonitor
-
- FILE_APPEND_DATA - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_ARCHIVE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_COMPRESSED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_DEVICE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_DIRECTORY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_ENCRYPTED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_HIDDEN - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_NORMAL - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_NOT_CONTENT_INDEXED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_OFFLINE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_READONLY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_REPARSE_POINT - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_SPARSE_FILE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_SYSTEM - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_TEMPORARY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTE_VIRTUAL - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_ATTRIBUTES_CHANGED - Static variable in class com.sun.jna.platform.FileMonitor
-
- FILE_CASE_PRESERVED_NAMES - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_CASE_SENSITIVE_SEARCH - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_CREATE_PIPE_INSTANCE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_CREATED - Static variable in class com.sun.jna.platform.FileMonitor
-
- FILE_DELETE_CHILD - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_DELETED - Static variable in class com.sun.jna.platform.FileMonitor
-
- FILE_DIR_DISALOWED - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- FILE_ENCRYPTABLE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- FILE_EXECUTE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_FILE_COMPRESSION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_FLAG_BACKUP_SEMANTICS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_FLAG_DELETE_ON_CLOSE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_FLAG_NO_BUFFERING - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_FLAG_OPEN_NO_RECALL - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_FLAG_OPEN_REPARSE_POINT - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_FLAG_OVERLAPPED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_FLAG_POSIX_SEMANTICS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_FLAG_RANDOM_ACCESS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_FLAG_SEQUENTIAL_SCAN - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_FLAG_WRITE_THROUGH - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_GENERIC_EXECUTE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_GENERIC_READ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_GENERIC_WRITE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_IS_ENCRYPTED - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- FILE_LIST_DIRECTORY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_MODIFIED - Static variable in class com.sun.jna.platform.FileMonitor
-
- FILE_NAME_CHANGED_NEW - Static variable in class com.sun.jna.platform.FileMonitor
-
- FILE_NAME_CHANGED_OLD - Static variable in class com.sun.jna.platform.FileMonitor
-
- FILE_NAMED_STREAMS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_NOTIFY_CHANGE_ATTRIBUTES - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_NOTIFY_CHANGE_CREATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_NOTIFY_CHANGE_DIR_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_NOTIFY_CHANGE_FILE_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_NOTIFY_CHANGE_LAST_ACCESS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_NOTIFY_CHANGE_LAST_WRITE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_NOTIFY_CHANGE_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_NOTIFY_CHANGE_SECURITY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_NOTIFY_CHANGE_SIZE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_NOTIFY_INFORMATION(int) - Constructor for class com.sun.jna.platform.win32.WinNT.FILE_NOTIFY_INFORMATION
-
- FILE_PERSISTENT_ACLS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_READ_ATTRIBUTES - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_READ_DATA - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_READ_EA - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_READ_ONLY - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- FILE_READ_ONLY_VOLUME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_RENAMED - Static variable in class com.sun.jna.platform.FileMonitor
-
- FILE_ROOT_DIR - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- FILE_SECURITY_CHANGED - Static variable in class com.sun.jna.platform.FileMonitor
-
- FILE_SEQUENTIAL_WRITE_ONCE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SHARE_DELETE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SHARE_READ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SHARE_WRITE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SIZE_CHANGED - Static variable in class com.sun.jna.platform.FileMonitor
-
- FILE_SUPPORTS_ENCRYPTION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SUPPORTS_EXTENDED_ATTRIBUTES - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SUPPORTS_HARD_LINKS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SUPPORTS_OBJECT_IDS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SUPPORTS_OPEN_BY_FILE_ID - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SUPPORTS_REMOTE_STORAGE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SUPPORTS_REPARSE_POINTS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SUPPORTS_SPARSE_FILES - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SUPPORTS_TRANSACTIONS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SUPPORTS_USN_JOURNAL - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_SYSTEM_ATTR - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- FILE_SYSTEM_DIR - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- FILE_SYSTEM_NOT_SUPPORT - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- FILE_TRAVERSE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_TYPE_CHAR - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_TYPE_DISK - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_TYPE_PIPE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_TYPE_REMOTE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_TYPE_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_UNICODE_ON_DISK - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- FILE_USER_DISALLOWED - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- FILE_VOLUME_IS_COMPRESSED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_VOLUME_QUOTAS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_WRITE_ATTRIBUTES - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_WRITE_DATA - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- FILE_WRITE_EA - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- fileChanged(FileMonitor.FileEvent) - Method in interface com.sun.jna.platform.FileMonitor.FileListener
-
- FileEncryptionStatus(WString, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Retrieves the encryption status of the specified file.
- fileEncryptionStatus(File) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Checks the encryption status of a file.
- FileEvent(File, int) - Constructor for class com.sun.jna.platform.FileMonitor.FileEvent
-
- FileMonitor - Class in com.sun.jna.platform
-
Provides notification of file system changes.
- FileMonitor() - Constructor for class com.sun.jna.platform.FileMonitor
-
- FileMonitor.FileEvent - Class in com.sun.jna.platform
-
- FileMonitor.FileListener - Interface in com.sun.jna.platform
-
- filename - Variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
- FileName - Variable in class com.sun.jna.platform.win32.WinNT.FILE_NOTIFY_INFORMATION
-
- FileNameLength - Variable in class com.sun.jna.platform.win32.WinNT.FILE_NOTIFY_INFORMATION
-
- FILETIME(Date) - Constructor for class com.sun.jna.platform.win32.WinBase.FILETIME
-
- FILETIME() - Constructor for class com.sun.jna.platform.win32.WinBase.FILETIME
-
- FILETIME(Pointer) - Constructor for class com.sun.jna.platform.win32.WinBase.FILETIME
-
- filetimeToDate(int, int) - Static method in class com.sun.jna.platform.win32.WinBase.FILETIME
-
Converts a Windows FILETIME into a
Date
.
- FileTimeToLocalFileTime(WinBase.FILETIME, WinBase.FILETIME) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Converts a file time to a local file time.
- FileUtils - Class in com.sun.jna.platform
-
Miscellaneous file utils not provided for by Java.
- FileUtils() - Constructor for class com.sun.jna.platform.FileUtils
-
- fill_rule - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- fill_style - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- FillOpaqueStippled - Static variable in interface com.sun.jna.platform.unix.X11
-
- FillSolid - Static variable in interface com.sun.jna.platform.unix.X11
-
- FillStippled - Static variable in interface com.sun.jna.platform.unix.X11
-
- FillTiled - Static variable in interface com.sun.jna.platform.unix.X11
-
- FILTER_HRESULT_FROM_FLT_NTSTATUS(int) - Static method in class com.sun.jna.platform.win32.W32Errors
-
FACILITY_USERMODE_FILTER_MANAGER
Translation macro for converting: NTSTATUS --> HRESULT.
- FILTER_INTERDOMAIN_TRUST_ACCOUNT - Static variable in interface com.sun.jna.platform.win32.LMAccess
-
- FILTER_NORMAL_ACCOUNT - Static variable in interface com.sun.jna.platform.win32.LMAccess
-
- FILTER_SERVER_TRUST_ACCOUNT - Static variable in interface com.sun.jna.platform.win32.LMAccess
-
- FILTER_TEMP_DUPLICATE_ACCOUNT - Static variable in interface com.sun.jna.platform.win32.LMAccess
-
- FILTER_WORKSTATION_TRUST_ACCOUNT - Static variable in interface com.sun.jna.platform.win32.LMAccess
-
- finalize() - Method in class com.sun.jna.CallbackReference
-
Free native resources associated with this callback when GC'd.
- finalize() - Method in class com.sun.jna.Memory
-
Properly dispose of native memory when this object is GC'd.
- finalize() - Method in class com.sun.jna.NativeLibrary
-
Close the library when it is no longer referenced.
- finalize() - Method in class com.sun.jna.platform.FileMonitor
-
- finalize() - Method in class com.sun.jna.platform.win32.COM.util.ComThread
-
- finalize() - Method in class com.sun.jna.platform.win32.COM.util.Factory
-
- finalize() - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- findCallbackClass(Class) - Static method in class com.sun.jna.CallbackReference
-
Find the first instance of an interface which implements the Callback
interface or an interface derived from Callback, which defines an
appropriate callback method.
- FindClosePrinterChangeNotification(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Winspool
-
The FindClosePrinterChangeNotification function closes a change
notification object created by calling the
FindFirstPrinterChangeNotification function.
- FindConnectionPoint(Guid.REFIID, PointerByReference) - Method in class com.sun.jna.platform.win32.COM.ConnectionPointContainer
-
- FindConnectionPoint(Guid.REFIID, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.IConnectionPointContainer
-
HRESULT FindConnectionPoint(
[in] REFIID riid,
[out] IConnectionPoint **ppCP
);
- findDirectMappedClass(Class) - Static method in class com.sun.jna.Native
-
Find the nearest enclosing class with native methods.
- findEnclosingLibraryClass(Class) - Static method in class com.sun.jna.Native
-
Find the library interface corresponding to the given class.
- findEnvironmentStringBlockEntryEnd(Pointer, long, boolean) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- FindFirstPrinterChangeNotification(WinNT.HANDLE, int, int, WinDef.LPVOID) - Method in interface com.sun.jna.platform.win32.Winspool
-
The FindFirstPrinterChangeNotification function creates a change
notification object and returns a handle to the object.
- FindFirstVolume(char[], int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the name of a volume on a computer - used to begin scanning the
volumes of a computer
- FindFirstVolumeMountPoint(String, char[], int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the name of a mounted folder on the specified volume - used
to begin scanning the mounted folders on a volume
- FindName(WTypes.BSTRByReference, WinDef.ULONG, ITypeInfo[], OaIdl.MEMBERID[], WinDef.USHORTByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeLib
-
- FindName(WTypes.BSTRByReference, WinDef.ULONG, ITypeInfo[], OaIdl.MEMBERID[], WinDef.USHORTByReference) - Method in class com.sun.jna.platform.win32.COM.TypeLib
-
Find name.
- FindName(String, int, short) - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Find name.
- FindName(String, ITypeInfo[], OaIdl.MEMBERID[], short) - Constructor for class com.sun.jna.platform.win32.COM.TypeLibUtil.FindName
-
Instantiates a new find name.
- FindNextPrinterChangeNotification(WinNT.HANDLE, WinDef.DWORDByReference, WinDef.LPVOID, WinDef.LPVOID) - Method in interface com.sun.jna.platform.win32.Winspool
-
The FindNextPrinterChangeNotification function retrieves information
about the most recent change notification for a change notification
object associated with a printer or print server.
- FindNextVolume(WinNT.HANDLE, char[], int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
- FindNextVolumeMountPoint(WinNT.HANDLE, char[], int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
- findSymbol(long, String) - Static method in class com.sun.jna.Native
-
- FindVolumeClose(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Closes the specified volume search handle.
- FindVolumeMountPointClose(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Closes the specified mounted folder search handle.
- FindWindow(String, String) - Method in interface com.sun.jna.platform.win32.User32
-
This function retrieves the handle to the top-level window whose class
name and window name match the specified strings.
- first_keycode - Variable in class com.sun.jna.platform.unix.X11.XMappingEvent
-
- FirstExtensionError - Static variable in interface com.sun.jna.platform.unix.X11
-
- firstTask - Variable in class com.sun.jna.platform.win32.COM.util.ComThread
-
- FirstValue - Variable in class com.sun.jna.platform.win32.Pdh.PDH_RAW_COUNTER
-
First raw counter value.
- FlagEnum - Interface in com.sun.jna.platform.win32
-
An interface for enum that can be combined to a
set based on an integer value
- flags - Variable in class com.sun.jna.platform.unix.X11.XSizeHints
-
- flags - Variable in class com.sun.jna.platform.unix.X11.XWMHints
-
- Flags - Variable in class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
Contains a set of flags that describe the domain controller.
- Flags - Variable in class com.sun.jna.platform.win32.DsGetDC.DS_DOMAIN_TRUSTS
-
Contains a set of flags that specify more data about the domain
trust.
- flags - Variable in class com.sun.jna.platform.win32.Netapi32Util.DomainController
-
Contains a set of flags that describe the domain controller.
- flags - Variable in class com.sun.jna.platform.win32.Netapi32Util.UserInfo
-
The flags of the user account
- Flags - Variable in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_RECORD
-
Flags that control the behavior of the operation.
- Flags - Variable in class com.sun.jna.platform.win32.SetupApi.SP_DEVICE_INTERFACE_DATA
-
Can be one or more of the following:
SPINT_ACTIVE - The interface is active (enabled).
- flags - Variable in class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousStructProcessorCore
-
- Flags - Variable in class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_1
-
- flags - Variable in class com.sun.jna.platform.win32.WinUser.GUITHREADINFO
-
- flags - Variable in class com.sun.jna.platform.win32.WinUser.KBDLLHOOKSTRUCT
-
- flags - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWPLACEMENT
-
The flags that control the position of the minimized window and the method by which the
window is restored.
- FLASHW_ALL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- FLASHW_CAPTION - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- FLASHW_STOP - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- FLASHW_TIMER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- FLASHW_TIMERNOFG - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- FLASHW_TRAY - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- FlashWindowEx(WinUser.FLASHWINFO) - Method in interface com.sun.jna.platform.win32.User32
-
The FlashWindowEx function flashes the specified window.
- FLASHWINFO() - Constructor for class com.sun.jna.platform.win32.WinUser.FLASHWINFO
-
- FloatByReference - Class in com.sun.jna.ptr
-
- FloatByReference() - Constructor for class com.sun.jna.ptr.FloatByReference
-
- FloatByReference(float) - Constructor for class com.sun.jna.ptr.FloatByReference
-
- floatValue() - Method in class com.sun.jna.IntegerType
-
- floatValue() - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- fltVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- FlushConsoleInputBuffer(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Wincon
-
Flushes the console input buffer.
- FlushFileBuffers(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Flushes the buffers of a specified file and causes all buffered data
to be written to a file.
- FO_COPY - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FO_DELETE - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FO_MOVE - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FO_RENAME - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- focus - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- FocusChangeMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- FocusIn - Static variable in interface com.sun.jna.platform.unix.X11
-
- FocusOut - Static variable in interface com.sun.jna.platform.unix.X11
-
- FOF_ALLOWUNDO - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_CONFIRMMOUSE - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_FILESONLY - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_MULTIDESTFILES - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_NO_CONNECTED_ELEMENTS - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_NO_UI - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_NOCONFIRMATION - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_NOCONFIRMMKDIR - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_NOCOPYSECURITYATTRIBS - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_NOERRORUI - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_NORECURSEREPARSE - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_NORECURSION - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_RENAMEONCOLLISION - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_SILENT - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_SIMPLEPROGRESS - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_WANTMAPPINGHANDLE - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOF_WANTNUKEWARNING - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- FOLDERID_AddNewPrograms - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_AdminTools - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_AppUpdates - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_CDBurning - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ChangeRemovePrograms - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_CommonAdminTools - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_CommonOEMLinks - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_CommonPrograms - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_CommonStartMenu - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_CommonStartup - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_CommonTemplates - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ComputerFolder - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ConflictFolder - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ConnectionsFolder - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Contacts - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ControlPanelFolder - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Cookies - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Desktop - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
display name: "Desktop"
default path: "C:\Users\<UserName>\Desktop"
legacy default path: "C:\Documents and Settings\<userName>\Desktop"
legacy CSIDL value: CSIDL_DESKTOP
- FOLDERID_DeviceMetadataStore - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Documents - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_DocumentsLibrary - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Downloads - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Favorites - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Fonts - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Games - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_GameTasks - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_History - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_HomeGroup - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ImplicitAppShortcuts - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_InternetCache - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_InternetFolder - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Libraries - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Links - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_LocalAppData - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_LocalAppDataLow - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_LocalizedResourcesDir - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Music - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_MusicLibrary - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_NetHood - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_NetworkFolder - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
display name: "Network"
legacy display name: "My Network Places"
default path:
legacy CSIDL value: CSIDL_NETWORK
- FOLDERID_OriginalImages - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PhotoAlbums - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Pictures - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PicturesLibrary - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Playlists - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PrintersFolder - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PrintHood - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Profile - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ProgramData - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ProgramFiles - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ProgramFilesCommon - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ProgramFilesCommonX64 - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ProgramFilesCommonX86 - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ProgramFilesX64 - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ProgramFilesX86 - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Programs - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Public - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PublicDesktop - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PublicDocuments - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PublicDownloads - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PublicGameTasks - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PublicLibraries - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PublicMusic - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PublicPictures - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PublicRingtones - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_PublicVideos - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_QuickLaunch - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Recent - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_RecordedTVLibrary - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_RecycleBinFolder - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_ResourceDir - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Ringtones - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_RoamingAppData - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SampleMusic - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SamplePictures - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SamplePlaylists - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SampleVideos - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SavedGames - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SavedSearches - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SEARCH_CSC - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SEARCH_MAPI - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SearchHome - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SendTo - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SidebarDefaultParts - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SidebarParts - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_StartMenu - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Startup - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SyncManagerFolder - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SyncResultsFolder - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SyncSetupFolder - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_System - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_SystemX86 - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Templates - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_UserPinned - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_UserProfiles - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_UserProgramFiles - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_UserProgramFilesCommon - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_UsersFiles - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_UsersLibraries - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Videos - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_VideosLibrary - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- FOLDERID_Windows - Static variable in class com.sun.jna.platform.win32.KnownFolders
-
- Font() - Constructor for class com.sun.jna.platform.unix.X11.Font
-
- Font(long) - Constructor for class com.sun.jna.platform.unix.X11.Font
-
- font - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- FontChange - Static variable in interface com.sun.jna.platform.unix.X11
-
- FontLeftToRight - Static variable in interface com.sun.jna.platform.unix.X11
-
FONTS
- FontRightToLeft - Static variable in interface com.sun.jna.platform.unix.X11
-
- FORBIDDEN_NAMES - Static variable in interface com.sun.jna.Callback
-
These method names may not be used for a callback method.
- foreground - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- FOREIGN_THREAD_START_ROUTINE() - Constructor for class com.sun.jna.platform.win32.WinBase.FOREIGN_THREAD_START_ROUTINE
-
- foreignLocation - Variable in class com.sun.jna.platform.win32.WinBase.FOREIGN_THREAD_START_ROUTINE
-
- ForestTrustDomainInfo - Static variable in interface com.sun.jna.platform.win32.NTSecApi
-
Record contains an LSA_FOREST_TRUST_DOMAIN_INFO structure.
- ForestTrustTopLevelName - Static variable in interface com.sun.jna.platform.win32.NTSecApi
-
Record contains an included top-level name.
- ForestTrustTopLevelNameEx - Static variable in interface com.sun.jna.platform.win32.NTSecApi
-
Record contains an excluded top-level name.
- ForestTrustType - Variable in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_RECORD
-
LSA_FOREST_TRUST_RECORD_TYPE enumeration that indicates the type of the record.
- ForgetGravity - Static variable in interface com.sun.jna.platform.unix.X11
-
- format - Variable in class com.sun.jna.platform.unix.X11.XClientMessageEvent
-
- format - Variable in class com.sun.jna.platform.unix.X11.XTextProperty
-
- FORMAT_MESSAGE_ALLOCATE_BUFFER - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The lpBuffer parameter is a pointer to a PVOID pointer, and that the nSize
parameter specifies the minimum number of TCHARs to allocate for an output
message buffer.
- FORMAT_MESSAGE_ARGUMENT_ARRAY - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The Arguments parameter is not a va_list structure, but is a pointer to an array
of values that represent the arguments.
- FORMAT_MESSAGE_FROM_HMODULE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The lpSource parameter is a module handle containing the message-table
resource(s) to search.
- FORMAT_MESSAGE_FROM_STRING - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The lpSource parameter is a pointer to a null-terminated message definition.
- FORMAT_MESSAGE_FROM_SYSTEM - Static variable in interface com.sun.jna.platform.win32.WinBase
-
The function should search the system message-table resource(s) for the
requested message.
- FORMAT_MESSAGE_IGNORE_INSERTS - Static variable in interface com.sun.jna.platform.win32.WinBase
-
Insert sequences in the message definition are to be ignored and passed through
to the output buffer unchanged.
- FormatMessage(int, Pointer, int, int, PointerByReference, int, Pointer) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The FormatMessage function formats a message string.
- formatMessage(int) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- formatMessage(WinNT.HRESULT) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Format a message from an HRESULT.
- formatMessageFromHR(WinNT.HRESULT) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- formatMessageFromLastErrorCode(int) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Format a system message from an error code.
- fqn - Variable in class com.sun.jna.platform.win32.Advapi32Util.Account
-
Fully qualified account name.
- free(long) - Static method in class com.sun.jna.Memory
-
- free(long) - Static method in class com.sun.jna.Native
-
Call the real native free
- free_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- free_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- FREEBSD - Static variable in class com.sun.jna.Platform
-
- FreeConsole() - Method in interface com.sun.jna.platform.win32.Wincon
-
Detaches the calling process from its console
- FreeContextBuffer(Pointer) - Method in interface com.sun.jna.platform.win32.Secur32
-
The FreeContextBuffer function enables callers of security package functions to free a memory
buffer that was allocated by the security package as a result of calls to InitializeSecurityContext
and AcceptSecurityContext.
- FreeCredentialsHandle(Sspi.CredHandle) - Method in interface com.sun.jna.platform.win32.Secur32
-
The FreeCredentialsHandle function notifies the security system that the
credentials are no longer needed.
- FreeEnvironmentStrings(Pointer) - Method in interface com.sun.jna.platform.win32.Kernel32
-
- freeNativeCallback(long) - Static method in class com.sun.jna.Native
-
Free the given callback trampoline.
- from_configure - Variable in class com.sun.jna.platform.unix.X11.XUnmapEvent
-
- fromBinary(byte[]) - Static method in class com.sun.jna.platform.win32.Guid.GUID
-
From binary.
- fromInteger(int, Class<E>) - Static method in class com.sun.jna.platform.EnumUtils
-
- fromJavaDate(Date) - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- fromNative(Object, FromNativeContext) - Method in interface com.sun.jna.FromNativeConverter
-
Convert the given native object into its Java representation using
the given context.
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.IntegerType
-
- fromNative(Object, FromNativeContext) - Method in interface com.sun.jna.NativeMapped
-
Convert the given native object into its Java representation using
the given context.
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.NativeMappedConverter
-
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.platform.EnumConverter
-
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.platform.unix.X11.Atom
-
Return constants for predefined Atom
values.
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.platform.unix.X11.Colormap
-
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.platform.unix.X11.Cursor
-
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.platform.unix.X11.Drawable
-
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.platform.unix.X11.Font
-
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.platform.unix.X11.KeySym
-
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.platform.unix.X11.Pixmap
-
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.platform.unix.X11.Window
-
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.platform.unix.X11.XID
-
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.platform.win32.WinNT.HANDLE
-
Override to the appropriate object for INVALID_HANDLE_VALUE.
- fromNative(Object, FromNativeContext) - Method in class com.sun.jna.PointerType
-
The default implementation simply creates a new instance of the class
and assigns its pointer field.
- FromNativeContext - Class in com.sun.jna
-
Provides context for converting a native value into a Java type.
- FromNativeContext(Class) - Constructor for class com.sun.jna.FromNativeContext
-
- FromNativeConverter - Interface in com.sun.jna
-
Define conversion from a native type to the appropriate Java type.
- fromString(String) - Static method in class com.sun.jna.platform.win32.Guid.GUID
-
From string.
- FRS_ERR_AUTHENTICATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_CHILD_TO_PARENT_COMM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_INSUFFICIENT_PRIV - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_INTERNAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_INTERNAL_API - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_INVALID_API_SEQUENCE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_INVALID_SERVICE_PARAMETER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_PARENT_AUTHENTICATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_PARENT_INSUFFICIENT_PRIV - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_PARENT_TO_CHILD_COMM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_SERVICE_COMM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_STARTING_SERVICE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_STOPPING_SERVICE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_SYSVOL_DEMOTE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_SYSVOL_IS_BUSY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_SYSVOL_POPULATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FRS_ERR_SYSVOL_POPULATE_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- fSkipPppAuth - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALEXTENSIONS
-
Windows 7 or later: If this member is TRUE, then Point to Point Protocol (PPP) authentication is skipped and
the value in RasDevSpecificInfo will be passed to the server for validation.
- FSMoveObjectToTrashSync(MacFileUtils.FileManager.FSRef, MacFileUtils.FileManager.FSRef, int) - Method in interface com.sun.jna.platform.mac.MacFileUtils.FileManager
-
- FSPathMakeRef(String, int, ByteByReference) - Method in interface com.sun.jna.platform.mac.MacFileUtils.FileManager
-
- FSPathMakeRefWithOptions(String, int, MacFileUtils.FileManager.FSRef, ByteByReference) - Method in interface com.sun.jna.platform.mac.MacFileUtils.FileManager
-
- FSPathMoveObjectToTrashSync(String, PointerByReference, int) - Method in interface com.sun.jna.platform.mac.MacFileUtils.FileManager
-
- FSRef() - Constructor for class com.sun.jna.platform.mac.MacFileUtils.FileManager.FSRef
-
- FSRefMakePath(MacFileUtils.FileManager.FSRef, byte[], int) - Method in interface com.sun.jna.platform.mac.MacFileUtils.FileManager
-
- fti - Variable in class com.sun.jna.platform.win32.NTSecApi.PLSA_FOREST_TRUST_INFORMATION
-
- fullName - Variable in class com.sun.jna.platform.win32.Netapi32Util.UserInfo
-
The full name belonging to the user account
- FUNC_DISPATCH - Static variable in class com.sun.jna.platform.win32.OaIdl.FUNCKIND
-
- FUNC_NONVIRTUAL - Static variable in class com.sun.jna.platform.win32.OaIdl.FUNCKIND
-
- FUNC_PUREVIRTUAL - Static variable in class com.sun.jna.platform.win32.OaIdl.FUNCKIND
-
- FUNC_STATIC - Static variable in class com.sun.jna.platform.win32.OaIdl.FUNCKIND
-
- FUNC_VIRTUAL - Static variable in class com.sun.jna.platform.win32.OaIdl.FUNCKIND
-
- FUNCDESC() - Constructor for class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- FUNCDESC(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- funckind - Variable in class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- FUNCKIND() - Constructor for class com.sun.jna.platform.win32.OaIdl.FUNCKIND
-
- FUNCKIND(int) - Constructor for class com.sun.jna.platform.win32.OaIdl.FUNCKIND
-
- Function - Class in com.sun.jna
-
An abstraction for a native function pointer.
- Function(NativeLibrary, String, int, String) - Constructor for class com.sun.jna.Function
-
Create a new Function
that is linked with a native
function that follows the given calling convention.
- Function(Pointer, int, String) - Constructor for class com.sun.jna.Function
-
Create a new Function
that is linked with a native
function that follows the given calling convention.
- function - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- Function.PostCallRead - Interface in com.sun.jna
-
Any argument which implements this interface will have the
Function.PostCallRead.read()
method called immediately after function invocation.
- FUNCTION_MAPPER - Static variable in interface com.sun.jna.win32.StdCallLibrary
-
Provides auto-lookup of stdcall-decorated names.
- FunctionMapper - Interface in com.sun.jna
-
Provides mapping of Java method names to native function names.
- FunctionParameterContext - Class in com.sun.jna
-
- FunctionParameterContext(Function, Object[], int) - Constructor for class com.sun.jna.FunctionParameterContext
-
- FunctionResultContext - Class in com.sun.jna
-
Provide result conversion context for a function call.
- FunctionResultContext(Class, Function, Object[]) - Constructor for class com.sun.jna.FunctionResultContext
-
- FVE_E_ACTION_NOT_ALLOWED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_AD_ATTR_NOT_SET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_AD_GUID_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_AD_INSUFFICIENT_BUFFER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_AD_INVALID_DATASIZE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_AD_INVALID_DATATYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_AD_NO_VALUES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_AD_SCHEMA_NOT_INSTALLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_AUTH_INVALID_APPLICATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_AUTH_INVALID_CONFIG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_AUTOUNLOCK_ENABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_BAD_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_BAD_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_BCD_APPLICATIONS_PATH_INCORRECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_BOOTABLE_CDDVD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_CANNOT_ENCRYPT_NO_KEY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_CANNOT_SET_FVEK_ENCRYPTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_CLUSTERING_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_CONV_READ - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_CONV_WRITE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_DEBUGGER_ENABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_DRY_RUN_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FAILED_AUTHENTICATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FAILED_BAD_FS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FAILED_SECTOR_SIZE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FAILED_WRONG_FS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FIPS_RNG_CHECK_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FOREIGN_VOLUME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FS_MOUNTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_FS_NOT_EXTENDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_INVALID_KEY_FORMAT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_INVALID_PASSWORD_FORMAT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_INVALID_PROTECTOR_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_KEY_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_KEYFILE_INVALID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_KEYFILE_NO_VMK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_KEYFILE_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_LOCKED_VOLUME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NO_BOOTMGR_METRIC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NO_BOOTSECTOR_METRIC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NO_LICENSE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NO_MBR_METRIC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NO_PROTECTORS_TO_TEST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NO_TPM_BIOS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NOT_ACTIVATED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NOT_ALLOWED_IN_SAFE_MODE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NOT_ALLOWED_IN_VERSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NOT_DATA_VOLUME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NOT_DECRYPTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NOT_ENCRYPTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NOT_ON_STACK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NOT_OS_VOLUME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_OS_NOT_PROTECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_OVERLAPPED_UPDATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_PIN_INVALID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_POLICY_PASSWORD_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_PROTECTION_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_PROTECTOR_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_PROTECTOR_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_RAW_ACCESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_RAW_BLOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_REBOOT_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_RECOVERY_KEY_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_RELATIVE_PATH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_SECURE_KEY_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_SYSTEM_VOLUME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_TOKEN_NOT_IMPERSONATED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_TOO_SMALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_TPM_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_TPM_INVALID_PCR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_TPM_NO_VMK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_TPM_NOT_OWNED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_TPM_SRK_AUTH_NOT_ZERO - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_VOLUME_BOUND_ALREADY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_VOLUME_NOT_BOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_WRONG_BOOTMGR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_WRONG_BOOTSECTOR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FVE_E_WRONG_SYSTEM_FS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_BUILTIN_OBJECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_CALLOUT_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_CALLOUT_NOTIFICATION_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_CONDITION_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_DUPLICATE_CONDITION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_DUPLICATE_KEYMOD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_DYNAMIC_SESSION_IN_PROGRESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_EM_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_FILTER_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_IN_USE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INCOMPATIBLE_AUTH_METHOD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INCOMPATIBLE_DH_GROUP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INCOMPATIBLE_LAYER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INCOMPATIBLE_SA_STATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INCOMPATIBLE_TXN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INVALID_ACTION_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INVALID_AUTH_TRANSFORM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INVALID_CIPHER_TRANSFORM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INVALID_ENUMERATOR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INVALID_FLAGS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INVALID_INTERVAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INVALID_NET_MASK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INVALID_PARAMETER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INVALID_RANGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_INVALID_WEIGHT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_KM_CLIENTS_ONLY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_LAYER_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_LIFETIME_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_MATCH_TYPE_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_NET_EVENTS_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_NEVER_MATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_NO_TXN_IN_PROGRESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_NOTIFICATION_DROPPED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_NULL_DISPLAY_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_NULL_POINTER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_OUT_OF_BOUNDS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_PROVIDER_CONTEXT_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_PROVIDER_CONTEXT_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_PROVIDER_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_RESERVED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_SESSION_ABORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_SUBLAYER_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_TOO_MANY_CALLOUTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_TOO_MANY_SUBLAYERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_TRAFFIC_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_TXN_ABORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_TXN_IN_PROGRESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_TYPE_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_WRONG_SESSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- FWP_E_ZERO_LENGTH_ARRAY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- GC() - Constructor for class com.sun.jna.platform.unix.X11.GC
-
- GCArcMode - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCBackground - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCCapStyle - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCClipMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCClipXOrigin - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCClipYOrigin - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCDashList - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCDashOffset - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCFillRule - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCFillStyle - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCFont - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCForeground - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCFunction - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCGraphicsExposures - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCJoinStyle - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCL_CBCLSEXTRA - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves the size, in bytes, of the extra memory associated with the
class.
- GCL_CBWNDEXTRA - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves the size, in bytes, of the extra window memory associated with
each window in the class.
- GCL_STYLE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves the window-class style bits.
- GCLastBit - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCLineStyle - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCLineWidth - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCLP_HBRBACKGROUND - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves a handle to the background brush associated with the class.
- GCLP_HCURSOR - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves a handle to the cursor associated with the class.
- GCLP_HICON - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves a handle to the icon associated with the class.
- GCLP_HICONSM - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves a handle to the small icon associated with the class.
- GCLP_HMODULE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves a handle to the module that registered the class.
- GCLP_MENUNAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves the pointer to the menu name string.
- GCLP_WNDPROC - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves the address of the window procedure, or a handle representing
the address of the window procedure.
- GCPlaneMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCStipple - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCSubwindowMode - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCTile - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCTileStipXOrigin - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCTileStipYOrigin - Static variable in interface com.sun.jna.platform.unix.X11
-
- GCW_ATOM - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves an ATOM value that uniquely identifies the window class.
- GDI32 - Interface in com.sun.jna.platform.win32
-
Definition (incomplete) of gdi32.dll
.
- GenerateConsoleCtrlEvent(int, int) - Method in interface com.sun.jna.platform.win32.Wincon
-
Sends a specified signal to a console process group that shares the console
associated with the calling process.
- generateGUID() - Static method in class com.sun.jna.platform.win32.Ole32Util
-
Generate a new GUID.
- GENERIC_ALL - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- GENERIC_EXECUTE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- GENERIC_MAPPING() - Constructor for class com.sun.jna.platform.win32.WinNT.GENERIC_MAPPING
-
- GENERIC_READ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- GENERIC_WRITE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- genericAll - Variable in class com.sun.jna.platform.win32.WinNT.GENERIC_MAPPING
-
- genericExecute - Variable in class com.sun.jna.platform.win32.WinNT.GENERIC_MAPPING
-
- genericRead - Variable in class com.sun.jna.platform.win32.WinNT.GENERIC_MAPPING
-
- genericWrite - Variable in class com.sun.jna.platform.win32.WinNT.GENERIC_MAPPING
-
- get(Object) - Static method in class com.sun.jna.Structure.FFIType
-
Obtain a pointer to the native FFI type descriptor for the given object.
- get(Object) - Method in class com.sun.jna.WeakIdentityHashMap
-
- getAcceptableDropAction(int) - Method in class com.sun.jna.platform.dnd.DragHandler
-
Returns the first available action supported by source and target.
- getAccountByName(String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Retrieves a security identifier (SID) for the account on the current
system.
- getAccountByName(String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Retrieves a security identifier (SID) for a given account.
- getAccountBySid(WinNT.PSID) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get the account by SID on the local system.
- getAccountBySid(String, WinNT.PSID) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get the account by SID.
- getAccountBySid(String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get an account name from a string SID on the local machine.
- getAccountBySid(String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get an account name from a string SID.
- getACEStructures() - Method in class com.sun.jna.platform.win32.WinNT.ACL
-
- GetActiveObject(Guid.GUID, WinDef.PVOID, PointerByReference) - Method in interface com.sun.jna.platform.win32.OleAuto
-
Retrieves a pointer to a running object that has been registered with
OLE.
- getActiveObjectsByInterface(Class<T>) - Method in interface com.sun.jna.platform.win32.COM.util.IRunningObjectTable
-
Gets all the active (running) objects that support the give interface.
- getActiveObjectsByInterface(Class<T>) - Method in class com.sun.jna.platform.win32.COM.util.RunningObjectTable
-
- getAllCOMInfoOnSystem() - Static method in class com.sun.jna.platform.win32.COM.COMUtils
-
Gets the all com info on system.
- getAllWindows(boolean) - Static method in class com.sun.jna.platform.WindowUtils
-
Requests a list of all currently available Desktop windows.
- getAllWindows(boolean) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Requests a list of all currently available Desktop windows.
- getAlphaCompatibleGraphicsConfiguration() - Static method in class com.sun.jna.platform.WindowUtils
-
- getAlphaCompatibleGraphicsConfiguration() - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Return the default graphics configuration.
- getArgErr() - Method in exception com.sun.jna.platform.win32.COM.COMException
-
Gets the arg err.
- getArgumentNativeStackSize(Class) - Method in class com.sun.jna.win32.StdCallFunctionMapper
-
Override this to handle any custom class mappings.
- getArguments() - Method in class com.sun.jna.CallbackParameterContext
-
- getArguments() - Method in class com.sun.jna.FunctionResultContext
-
Get the arguments used in this function call.
- GetAsyncKeyState(int) - Method in interface com.sun.jna.platform.win32.User32
-
This function determines whether a key is up or down at the time the
function is called, and whether the key was pressed after a previous call
to GetAsyncKeyState.
- getAutomationProperty(String) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Gets the automation property.
- getAutomationProperty(String, COMLateBindingObject) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Gets the automation property.
- getAutomationProperty(String, COMLateBindingObject, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Gets the automation property.
- getAutomationProperty(String, IDispatch) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Gets the automation property.
- getAutoRead() - Method in class com.sun.jna.Structure
-
Returns whether the structure is read from native memory prior to
a native function call.
- getAutoWrite() - Method in class com.sun.jna.Structure
-
Returns whether the structure is written to native memory after a native
function call.
- getBindingMode() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCmdlineArgs
-
- getBooleanProperty(String) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Gets the boolean property.
- getByte(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getByte
.
- getByte(long) - Static method in class com.sun.jna.Native
-
- getByte(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to byte
.
- getByteArray(long, int) - Method in class com.sun.jna.Pointer
-
Read a native array of bytes of size
arraySize
from the
given
offset
from this
Pointer
.
- getByteBuffer(long, long) - Method in class com.sun.jna.Memory
-
Get a ByteBuffer mapped to a portion of this memory.
- getByteBuffer(long, long) - Method in class com.sun.jna.Pointer
-
Get a ByteBuffer mapped to the memory pointed to by the pointer,
ensuring the buffer uses native byte order.
- getBytes(String) - Static method in class com.sun.jna.Native
-
Return a byte array corresponding to the given String.
- getBytes(String, String) - Static method in class com.sun.jna.Native
-
Return a byte array corresponding to the given String, using the given
encoding.
- getBytes() - Method in class com.sun.jna.platform.win32.Sspi.SecBuffer
-
Get buffer bytes.
- getBytes() - Method in class com.sun.jna.platform.win32.Sspi.SecBufferDesc
-
- getBytes() - Method in class com.sun.jna.platform.win32.WinNT.PSID
-
- getCallback(Class, Pointer) - Static method in class com.sun.jna.CallbackReference
-
Return a Callback associated with the given function pointer.
- getCallbackExceptionHandler() - Static method in class com.sun.jna.Native
-
Returns the current handler for callback uncaught exceptions.
- getCallingClass() - Static method in class com.sun.jna.Native
-
- getCallingConvention() - Method in class com.sun.jna.Function
-
- getCanonicalArchitecture(String) - Static method in class com.sun.jna.Platform
-
- GetCapabilitiesStringLength(WinNT.HANDLE, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves the length of a monitor's capabilities string.
- getChar(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getByte
.
- getChar(long) - Static method in class com.sun.jna.Native
-
- getChar(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to wchar_t
.
- getCharArray(long, int) - Method in class com.sun.jna.Pointer
-
Read a native array of wchar_t of size
arraySize
from the
given
offset
from this
Pointer
.
- getClassBuffer() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
Gets the class buffer.
- GetClassID() - Method in interface com.sun.jna.platform.win32.COM.IPersist
-
Retrieves the class identifier (CLSID) of the object.
- GetClassID() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- GetClassInfoEx(WinDef.HINSTANCE, WString, WinUser.WNDCLASSEX) - Method in interface com.sun.jna.platform.win32.User32
-
Retrieves information about a window class, including a handle to the
small icon associated with the window class.
- GetClassLongPtr(WinDef.HWND, int) - Method in interface com.sun.jna.platform.win32.User32
-
Retrieves the specified value from the WNDCLASSEX structure associated
with the specified window.
- GetClassName(WinDef.HWND, char[], int) - Method in interface com.sun.jna.platform.win32.User32
-
This function retrieves the name of the class to which the specified
window belongs.
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
Gets the class template.
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCoClass
-
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbDispInterface
-
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbEnum
-
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbFunctionDispId
-
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbFunctionStub
-
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbFunctionVTable
-
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbInterface
-
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbPropertyGet
-
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbPropertyGetStub
-
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbPropertyPut
-
- getClassTemplate() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbPropertyPutStub
-
- getCode() - Method in enum com.sun.jna.platform.win32.Advapi32Util.AccessCheckPermission
-
- getCode() - Method in exception com.sun.jna.platform.win32.Rasapi32Util.Ras32Exception
-
Returns the error code of the error.
- getComponentID(Component) - Static method in class com.sun.jna.Native
-
Utility method to get the native window ID for a heavyweight Java
Component
as a
long
value.
- getComponentPointer(Component) - Static method in class com.sun.jna.Native
-
Utility method to get the native window pointer for a heavyweight Java
Component
as a
Pointer
value.
- GetComputerName(char[], IntByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves only the NetBIOS name of the local computer.
- getComputerName() - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Get current computer NetBIOS name.
- GetComputerNameEx(int, char[], IntByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves a NetBIOS or DNS name associated with the local computer,
according to the nameType
enumeration value
- getComThread() - Method in class com.sun.jna.platform.win32.COM.util.Factory
-
- GetConnectionInterface(Guid.IID) - Method in class com.sun.jna.platform.win32.COM.ConnectionPoint
-
- GetConnectionInterface(Guid.IID) - Method in interface com.sun.jna.platform.win32.COM.IConnectionPoint
-
- GetConnectionPointContainer() - Method in class com.sun.jna.platform.win32.COM.ConnectionPoint
-
- GetConsoleCP() - Method in interface com.sun.jna.platform.win32.Wincon
-
- GetConsoleDisplayMode(IntByReference) - Method in interface com.sun.jna.platform.win32.Wincon
-
Retrieves the display mode of the current console
- GetConsoleMode(WinNT.HANDLE, IntByReference) - Method in interface com.sun.jna.platform.win32.Wincon
-
- GetConsoleOriginalTitle(char[], int) - Method in interface com.sun.jna.platform.win32.Wincon
-
- GetConsoleOutputCP() - Method in interface com.sun.jna.platform.win32.Wincon
-
- GetConsoleTitle(char[], int) - Method in interface com.sun.jna.platform.win32.Wincon
-
- GetConsoleWindow() - Method in interface com.sun.jna.platform.win32.Wincon
-
- GetContainingTypeLib(PointerByReference, WinDef.UINTByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetContainingTypeLib(PointerByReference, WinDef.UINTByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the containing type lib.
- GetContainingTypeLib() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the containing type lib.
- GetCurrentProcess() - Method in interface com.sun.jna.platform.win32.Kernel32
-
This function returns a pseudohandle for the current process.
- GetCurrentProcessId() - Method in interface com.sun.jna.platform.win32.Kernel32
-
This function returns the process identifier of the calling process.
- GetCurrentThread() - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetCurrentThread function retrieves a pseudo handle for the current
thread.
- GetCurrentThreadId() - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetCurrentThreadId function retrieves the thread identifier of the
calling thread.
- getCurrentUserGroups() - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Return the group memberships of the currently logged on user.
- getCurrentUserLocalGroups() - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get local groups of the current user.
- getCursorForAction(int) - Method in class com.sun.jna.platform.dnd.DragHandler
-
- getData() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogRecord
-
Raw data associated with the record.
- getData() - Method in class com.sun.jna.platform.win32.WinCrypt.DATA_BLOB
-
Get byte data.
- getData() - Method in class com.sun.jna.platform.win32.WinRas.RASDEVSPECIFICINFO
-
Get byte data.
- getData() - Method in class com.sun.jna.platform.win32.WinRas.RASEAPINFO
-
Get byte data.
- getDateProperty(String) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Gets the date property.
- getDbcc_name() - Method in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVICEINTERFACE
-
Gets the dbcc_name.
- getDC() - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Return the domain controller for a current computer.
- GetDC(WinDef.HWND) - Method in interface com.sun.jna.platform.win32.User32
-
This function retrieves a handle to a display device context (DC) for the
client area of the specified window.
- getDCName() - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Returns the name of the primary domain controller (PDC) on the current computer.
- getDCName(String, String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Returns the name of the primary domain controller (PDC).
- getDefaultStringEncoding() - Static method in class com.sun.jna.Native
-
Return the default string encoding.
- GetDeviceCaps(WinDef.HDC, int) - Method in interface com.sun.jna.platform.win32.GDI32
-
The GetDeviceCaps function retrieves device-specific information for
the specified device.
- GetDIBits(WinDef.HDC, WinDef.HBITMAP, int, int, Pointer, WinGDI.BITMAPINFO, int) - Method in interface com.sun.jna.platform.win32.GDI32
-
The GetDIBits function retrieves the bits fo the specified compatible
bitmap and copies them into a buffer as a DIB using the specified
format.
- getDirectBufferPointer(Buffer) - Static method in class com.sun.jna.Native
-
- getDirectByteBuffer(long, long) - Static method in class com.sun.jna.Native
-
Get a direct ByteBuffer mapped to the memory pointed to by the pointer.
- getDiscretionaryACL() - Method in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- GetDiskFreeSpace(String, WinDef.DWORDByReference, WinDef.DWORDByReference, WinDef.DWORDByReference, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves information about the specified disk, including the amount of
free space on the disk
- GetDiskFreeSpaceEx(String, WinNT.LARGE_INTEGER, WinNT.LARGE_INTEGER, WinNT.LARGE_INTEGER) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetDiskFreeSpaceEx function retrieves information about the amount of
space that is available on a disk volume, which is the total amount of
space, the total amount of free space, and the total amount of free space
available to the user that is associated with the calling thread.
- GetDisplayName(Pointer, Pointer, WTypes.BSTRByReference) - Method in interface com.sun.jna.platform.win32.COM.IMoniker
-
Retrieves the display name for the moniker.
- GetDisplayName(Pointer, Pointer, WTypes.BSTRByReference) - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- GetDllEntry(OaIdl.MEMBERID, OaIdl.INVOKEKIND, WTypes.BSTRByReference, WTypes.BSTRByReference, WinDef.WORDByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetDllEntry(OaIdl.MEMBERID, OaIdl.INVOKEKIND, WTypes.BSTRByReference, WTypes.BSTRByReference, WinDef.WORDByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the dll entry.
- GetDllEntry(OaIdl.MEMBERID, OaIdl.INVOKEKIND) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the dll entry.
- getDllName() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.DllEntry
-
Gets the dll name.
- getDocStr() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- getDocString() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.TypeInfoDoc
-
Gets the doc string.
- getDocString() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the doc string.
- getDocString() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil.TypeLibDoc
-
Gets the doc string.
- GetDocumentation(OaIdl.MEMBERID, WTypes.BSTRByReference, WTypes.BSTRByReference, WinDef.DWORDByReference, WTypes.BSTRByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetDocumentation(int, WTypes.BSTRByReference, WTypes.BSTRByReference, WinDef.DWORDByReference, WTypes.BSTRByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeLib
-
- GetDocumentation(OaIdl.MEMBERID, WTypes.BSTRByReference, WTypes.BSTRByReference, WinDef.DWORDByReference, WTypes.BSTRByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the documentation.
- getDocumentation(OaIdl.MEMBERID) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the documentation.
- GetDocumentation(int, WTypes.BSTRByReference, WTypes.BSTRByReference, WinDef.DWORDByReference, WTypes.BSTRByReference) - Method in class com.sun.jna.platform.win32.COM.TypeLib
-
Gets the documentation.
- getDocumentation(int) - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the documentation.
- getDomainName(String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get information about a computer.
- getDomainTrusts() - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Retrieve all domain trusts.
- getDomainTrusts(String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Retrieve all domain trusts for a given server.
- getDouble(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getDouble
.
- getDouble(long) - Static method in class com.sun.jna.Native
-
- getDouble(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to double
.
- getDoubleArray(long, int) - Method in class com.sun.jna.Pointer
-
Read a native array of double of size
arraySize
from the
given
offset
from this
Pointer
.
- getDragIcon(DragGestureEvent, Point) - Method in class com.sun.jna.platform.dnd.DragHandler
-
Override this to provide a custom image.
- GetDriveType(String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Determines whether a disk drive is a removable, fixed, CD-ROM, RAM
disk, or network drive.
- getDriveType(String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- getDropAction(DragSourceEvent) - Method in class com.sun.jna.platform.dnd.DragHandler
-
Get the currently requested drop action.
- getDropAction(DropTargetEvent) - Method in class com.sun.jna.platform.dnd.DropHandler
-
Calculate the effective action.
- getDropAction(DropTargetEvent, int, int, int) - Method in class com.sun.jna.platform.dnd.DropHandler
-
- getDropActionsForFlavors(DataFlavor[]) - Method in class com.sun.jna.platform.dnd.DropHandler
-
Indicate the actions available for the given list of data flavors.
- getDropTarget() - Method in class com.sun.jna.platform.dnd.DropHandler
-
- getElements() - Method in class com.sun.jna.Structure.StructureSet
-
- getEntries() - Method in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_INFORMATION
-
Get an array of LSA_FOREST_TRUST_RECORD entries.
- getEnvironmentBlock(Map<String, String>) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Converts a map of environment variables to an environment block suitable
for
Advapi32.CreateProcessAsUser(com.sun.jna.platform.win32.WinNT.HANDLE, java.lang.String, java.lang.String, com.sun.jna.platform.win32.WinBase.SECURITY_ATTRIBUTES, com.sun.jna.platform.win32.WinBase.SECURITY_ATTRIBUTES, boolean, int, java.lang.String, java.lang.String, com.sun.jna.platform.win32.WinBase.STARTUPINFO, com.sun.jna.platform.win32.WinBase.PROCESS_INFORMATION)
.
- GetEnvironmentStrings() - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the environment variables for the current process.
- GetEnvironmentVariable(String, char[], int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the contents of the specified variable from the environment
block of the calling process.
- getEnvironmentVariable(String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Get the value of an environment variable.
- getEnvironmentVariables() - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- getEnvironmentVariables(Pointer, long) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- getErrorCode() - Method in exception com.sun.jna.LastErrorException
-
Returns the error code of the error.
- GetEventDispatcherTarget() - Method in interface com.sun.jna.platform.mac.Carbon
-
Obtains the event target reference for the standard toolbox dispatcher
- getEventId() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogRecord
-
Event Id.
- GetEventParameter(Pointer, int, int, Pointer, int, IntBuffer, Carbon.EventHotKeyID) - Method in interface com.sun.jna.platform.mac.Carbon
-
Obtains a parameter from the specified event.
- getExcepInfo() - Method in exception com.sun.jna.platform.win32.COM.COMException
-
Gets the excep info.
- GetExitCodeProcess(WinNT.HANDLE, IntByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the termination status of the specified process.
- GetField(WinDef.PVOID, WString, Variant.VARIANT) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- GetField(WinDef.PVOID, WString, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Gets the field.
- getField() - Method in class com.sun.jna.StructureReadContext
-
Get the
Field
being read from native memory.
- getField() - Method in class com.sun.jna.StructureWriteContext
-
Get the
Field
being written to native memory.
- getFieldList() - Method in class com.sun.jna.Structure
-
Look up all fields in this class and superclasses.
- GetFieldNames(WinDef.ULONG, WTypes.BSTR) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- GetFieldNames(WinDef.ULONG, WTypes.BSTR) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Gets the field names.
- GetFieldNoCopy(WinDef.PVOID, WString, Variant.VARIANT, WinDef.PVOID) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- GetFieldNoCopy(WinDef.PVOID, WString, Variant.VARIANT, WinDef.PVOID) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Gets the field no copy.
- getFieldOrder() - Method in class com.sun.jna.CallbackReference.AttachOptions
-
- getFieldOrder() - Method in class com.sun.jna.platform.mac.Carbon.EventHotKeyID
-
- getFieldOrder() - Method in class com.sun.jna.platform.mac.Carbon.EventTypeSpec
-
- getFieldOrder() - Method in class com.sun.jna.platform.mac.MacFileUtils.FileManager.FSRef
-
- getFieldOrder() - Method in class com.sun.jna.platform.mac.SystemB.HostCpuLoadInfo
-
- getFieldOrder() - Method in class com.sun.jna.platform.mac.SystemB.HostLoadInfo
-
- getFieldOrder() - Method in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- getFieldOrder() - Method in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XAnyEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XButtonEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XCirculateEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XCirculateRequestEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XClientMessageEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XColormapEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XConfigureEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XConfigureRequestEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XCreateWindowEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XDestroyWindowEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XDeviceByReference
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XErrorEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XExposeEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XFocusChangeEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XGCValues
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XGraphicsExposeEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XGravityEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XInputClassInfoByReference
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XKeyboardControlRef
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XKeyboardStateRef
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XKeyEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XKeymapEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XMapEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XMappingEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XMapRequestEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XModifierKeymapRef
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XNoExposeEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XPoint
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XPropertyEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XRectangle
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.Xrender.XRenderDirectFormat
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.Xrender.XRenderPictFormat
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XReparentEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XResizeRequestEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XSelectionClearEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XSelectionEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XSelectionRequestEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XSetWindowAttributes
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XSizeHints.Aspect
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XSizeHints
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XTextProperty
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XUnmapEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XVisibilityEvent
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XVisualInfo
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XWindowAttributes
-
- getFieldOrder() - Method in class com.sun.jna.platform.unix.X11.XWMHints
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.COM.DispatchListener
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.COM.DispatchVTable
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.COM.UnknownListener
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.COM.UnknownVTable
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVICEINTERFACE
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_DEVNODE
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HANDLE
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_HDR
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_NET
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_OEM
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_PORT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.DBT.DEV_BROADCAST_VOLUME
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.DsGetDC.DOMAIN_CONTROLLER_INFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.DsGetDC.DS_DOMAIN_TRUSTS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.DsGetDC.PDOMAIN_CONTROLLER_INFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Guid.GUID
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_0
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_1
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_2
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_3
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LMAccess.GROUP_USERS_INFO_0
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_INFO_0
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_INFO_1
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_USERS_INFO_0
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LMAccess.USER_INFO_0
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LMAccess.USER_INFO_1
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LMAccess.USER_INFO_23
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.LowLevelMonitorConfigurationAPI.MC_TIMING_REPORT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_BINARY_DATA
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_DOMAIN_INFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_INFORMATION
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_RECORD
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.NTSecApi.LSA_UNICODE_STRING
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.NTSecApi.PLSA_FOREST_TRUST_INFORMATION
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.NTSecApi.PLSA_FOREST_TRUST_RECORD
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.ARRAYDESC
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.CALLCONV
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.CURRENCY._CURRENCY
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.DATE
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.DECIMAL._DECIMAL1._DECIMAL1_DECIMAL
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.DECIMAL._DECIMAL2._DECIMAL2_DECIMAL
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.DECIMAL
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.DESCKIND
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.ELEMDESC
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.ElemDescArg
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.EXCEPINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.FUNCKIND
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.IDLDESC
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.INVOKEKIND
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.LIBFLAGS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.PARAMDESC
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.PARAMDESCEX
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.SAFEARRAY
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.SAFEARRAYBOUND
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.ScodeArg
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.SYSKIND
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.TLIBATTR
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.TYPEDESC
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.VARDESC
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OaIdl.VARKIND
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.OleAuto.DISPPARAMS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Pdh.PDH_COUNTER_PATH_ELEMENTS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Pdh.PDH_RAW_COUNTER
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Pdh.PDH_TIME_INFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.PhysicalMonitorEnumerationAPI.PHYSICAL_MONITOR
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.SetupApi.SP_DEVICE_INTERFACE_DATA
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.SetupApi.SP_DEVINFO_DATA
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.ShellAPI.APPBARDATA
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.ShellAPI.SHFILEOPSTRUCT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Sspi.PSecHandle
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Sspi.PSecPkgInfo
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Sspi.SecBuffer
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Sspi.SecBufferDesc
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Sspi.SecHandle
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Sspi.SecPkgInfo
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Sspi.SECURITY_INTEGER
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT.BRECORD
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Variant.VariantArg
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.VerRsrc.VS_FIXEDFILEINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Wdm.KEY_BASIC_INFORMATION
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinBase.FILETIME
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinBase.FOREIGN_THREAD_START_ROUTINE
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinBase.MEMORYSTATUSEX
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinBase.OVERLAPPED
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinBase.PROCESS_INFORMATION
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinBase.SECURITY_ATTRIBUTES
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO.PI
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinBase.SYSTEMTIME
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinBase.TIME_ZONE_INFORMATION
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinCrypt.CRYPTPROTECT_PROMPTSTRUCT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinCrypt.DATA_BLOB
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinDef.POINT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinDef.RECT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinGDI.BITMAP
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinGDI.BITMAPINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinGDI.BITMAPINFOHEADER
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinGDI.DIBSECTION
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinGDI.ICONINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinGDI.RGBQUAD
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinGDI.RGNDATA
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinGDI.RGNDATAHEADER
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Winioctl.STORAGE_DEVICE_NUMBER
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.ACCESS_ACEStructure
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.ACEStructure
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.ACL
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.CACHE_DESCRIPTOR
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.EVENTLOGRECORD
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.FILE_NOTIFY_INFORMATION
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.GENERIC_MAPPING
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.LowHigh
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.LUID
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.LUID_AND_ATTRIBUTES
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.MEMORY_BASIC_INFORMATION
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.PRIVILEGE_SET
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.PSID
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.SID_AND_ATTRIBUTES
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousStructNumaNode
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousStructProcessorCore
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.TOKEN_GROUPS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.TOKEN_OWNER
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.TOKEN_PRIVILEGES
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinNT.TOKEN_USER
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinPerf.PERF_INSTANCE_DEFINITION
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASCONN
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASCREDENTIALS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASDEVSPECIFICINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASDIALEXTENSIONS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASDIALPARAMS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASEAPINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASIPADDR
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASIPV4ADDR
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASIPV6ADDR
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASPPPIP
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinRas.RASTUNNELENDPOINT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Winspool.LPPRINTER_DEFAULTS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_1
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_4
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.BLENDFUNCTION
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.FLASHWINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.GUITHREADINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.HARDWAREINPUT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.INPUT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.KBDLLHOOKSTRUCT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.KEYBDINPUT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.LASTINPUTINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.MONITORINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.MONITORINFOEX
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.MOUSEINPUT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.MSG
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.RAWINPUTDEVICELIST
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.SIZE
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.WINDOWINFO
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.WINDOWPLACEMENT
-
- getFieldOrder() - Method in class com.sun.jna.platform.win32.WinUser.WNDCLASSEX
-
- getFieldOrder() - Method in class com.sun.jna.Structure.FFIType
-
- getFieldOrder() - Method in class com.sun.jna.Structure
-
Return this Structure's field names in their proper order.
- getFieldOrder() - Method in class com.sun.jna.Union
-
Unions do not need a field order, so automatically provide a value to
satisfy checking in the Structure superclass.
- getFields(boolean) - Method in class com.sun.jna.Structure
-
- getFieldTypeInfo(Structure.StructField) - Method in class com.sun.jna.Structure
-
Override to supply native type information for the given field.
- getFieldValue(Field) - Method in class com.sun.jna.Structure
-
Obtain the value currently in the Java field.
- getFile() - Method in class com.sun.jna.NativeLibrary
-
Returns the file on disk corresponding to this NativeLibrary instance.
- getFile() - Method in class com.sun.jna.platform.FileMonitor.FileEvent
-
- GetFileAttributes(String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves file system attributes for a specified file or directory.
- getFileAttributes(String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Retrieves file system attributes for a specified file or directory.
- getFilename() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
- getFilename() - Method in class com.sun.jna.platform.win32.WinNT.FILE_NOTIFY_INFORMATION
-
WARNING: this filename may be either the short or long form of the
filename.
- getFilePath() - Method in class com.sun.jna.platform.DesktopWindow
-
- GetFileSecurity(WString, int, Pointer, int, IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The function obtains specified information about the security of a file
or directory.
- getFileSecurity(String, boolean) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
- getFileSecurityDescriptor(File, boolean) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Gets a file's Security Descriptor.
- GetFileTime(WinNT.HANDLE, WinBase.FILETIME, WinBase.FILETIME, WinBase.FILETIME) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the date and time that a file or directory was created, last
accessed, and last modified.
- GetFileType(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the file type of the specified file.
- getFileType(String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Retrieves the result of GetFileType, provided the file exists.
- GetFileVersionInfo(String, int, int, Pointer) - Method in interface com.sun.jna.platform.win32.Version
-
Retrieves version information for the specified file.
- GetFileVersionInfoSize(String, IntByReference) - Method in interface com.sun.jna.platform.win32.Version
-
Determines whether the operating system can retrieve version information for a specified file.
- getFlag() - Method in interface com.sun.jna.platform.win32.FlagEnum
-
- getFlag() - Method in enum com.sun.jna.platform.win32.HighLevelMonitorConfigurationAPI.MC_CAPS
-
- getFlag() - Method in enum com.sun.jna.platform.win32.HighLevelMonitorConfigurationAPI.MC_SUPPORTED_COLOR_TEMPERATURE
-
- getFlag() - Method in enum com.sun.jna.platform.win32.ShlObj.KNOWN_FOLDER_FLAG
-
- getFloat(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getFloat
.
- getFloat(long) - Static method in class com.sun.jna.Native
-
- getFloat(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to float
.
- getFloatArray(long, int) - Method in class com.sun.jna.Pointer
-
Read a native array of float of size
arraySize
from the
given
offset
from this
Pointer
.
- getFolderPath(WinDef.HWND, int, WinDef.DWORD) - Static method in class com.sun.jna.platform.win32.Shell32Util
-
Get a special folder path.
- getFolderPath(int) - Static method in class com.sun.jna.platform.win32.Shell32Util
-
Get a special folder path.
- GetForegroundWindow() - Method in interface com.sun.jna.platform.win32.User32
-
Retrieves a handle to the foreground window (the window with which the
user is currently working).
- getFound() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil.FindName
-
Gets the found.
- getFromNativeConverter(Class) - Method in class com.sun.jna.DefaultTypeMapper
-
- getFromNativeConverter(Class) - Method in interface com.sun.jna.TypeMapper
-
- GetFuncDesc(WinDef.UINT, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetFuncDesc(WinDef.UINT, PointerByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the func desc.
- getFuncDesc(int) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the func desc.
- getFunction(String, String) - Static method in class com.sun.jna.Function
-
Obtain a Function
representing a native
function that follows the standard "C" calling convention.
- getFunction(String, String, int) - Static method in class com.sun.jna.Function
-
Obtain a Function
representing a native
function.
- getFunction(String, String, int, String) - Static method in class com.sun.jna.Function
-
Obtain a Function
representing a native
function.
- getFunction(Pointer) - Static method in class com.sun.jna.Function
-
Obtain a Function
representing a native
function pointer.
- getFunction(Pointer, int) - Static method in class com.sun.jna.Function
-
Obtain a Function
representing a native
function pointer.
- getFunction() - Method in class com.sun.jna.FunctionParameterContext
-
Get the function that was invoked.
- getFunction() - Method in class com.sun.jna.FunctionResultContext
-
Get the function that was invoked.
- getFunction(String) - Method in class com.sun.jna.NativeLibrary
-
Create a new
Function
that is linked with a native
function that follows the NativeLibrary's calling convention.
- getFunction(String, Method) - Method in class com.sun.jna.NativeLibrary
-
Create a new
Function
that is linked with a native
function that follows the NativeLibrary's calling convention.
- getFunction(String, int) - Method in class com.sun.jna.NativeLibrary
-
Create a new
Function
that is linked with a native
function that follows a given calling flags.
- getFunction(String, int, String) - Method in class com.sun.jna.NativeLibrary
-
Create a new
Function
that is linked with a native
function that follows a given calling flags.
- getFunctionName(NativeLibrary, Method) - Method in interface com.sun.jna.FunctionMapper
-
- getFunctionName(NativeLibrary, Method) - Method in class com.sun.jna.win32.StdCallFunctionMapper
-
Convert the given Java method into a decorated stdcall name,
if possible.
- getFunctionName(NativeLibrary, Method) - Method in class com.sun.jna.win32.W32APIFunctionMapper
-
Looks up the method name by adding a "W" or "A" suffix as appropriate.
- getFunctionPointer(Callback) - Static method in class com.sun.jna.CallbackReference
-
Return a
Pointer
to the native function address for the
given callback.
- getGlobalGroups() - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get the names of global groups on a computer.
- getGlobalGroups(String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get the names of global groups on a computer.
- getGlobalVariableAddress(String) - Method in class com.sun.jna.NativeLibrary
-
Look up the given global variable within this library.
- getGroup() - Method in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- getGroups() - Method in class com.sun.jna.platform.win32.WinNT.TOKEN_GROUPS
-
Specifies an array of SID_AND_ATTRIBUTES structures that contain a
set of SIDs and corresponding attributes.
- GetGuid(Guid.GUID) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- GetGuid(Guid.GUID) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Gets the guid.
- getGUIDFromString(String) - Static method in class com.sun.jna.platform.win32.Ole32Util
-
Convert a string to a GUID.
- GetGUIThreadInfo(int, WinUser.GUITHREADINFO) - Method in interface com.sun.jna.platform.win32.User32
-
Retrieves information about the active window or a specified graphical
user interface (GUI) thread.
- getHandle() - Method in class com.sun.jna.platform.win32.W32Service
-
Gets the service handle.
- getHandle() - Method in class com.sun.jna.platform.win32.W32ServiceManager
-
Gets the service manager handle.
- getHelpContext() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.TypeInfoDoc
-
Gets the help context.
- getHelpContext() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the help context.
- getHelpContext() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil.TypeLibDoc
-
Gets the help context.
- getHelpFile() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.TypeInfoDoc
-
Gets the help file.
- getHelpFile() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the help file.
- getHelpFile() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil.TypeLibDoc
-
Gets the help file.
- getHigh() - Method in class com.sun.jna.platform.win32.WinDef.DWORD
-
High WORD.
- getHigh() - Method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER
-
High DWORD.
- getHR() - Method in exception com.sun.jna.platform.win32.Win32Exception
-
Returns the error code of the error.
- getHreftype() - Method in class com.sun.jna.platform.win32.OaIdl.TYPEDESC._TYPEDESC
-
- getHWND() - Method in class com.sun.jna.platform.DesktopWindow
-
- GetIconInfo(WinDef.HICON, WinGDI.ICONINFO) - Method in interface com.sun.jna.platform.win32.User32
-
Retrieves information about the specified icon or cursor.
- getIconSize(WinDef.HICON) - Static method in class com.sun.jna.platform.WindowUtils
-
Detects the size of an icon.
- getIconSize(WinDef.HICON) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Detects the size of an icon.
- getIDispatch() - Method in class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
Gets the i dispatch.
- getIDispatchPointer() - Method in class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
Gets the i dispatch pointer.
- GetIDsOfNames(Guid.GUID.ByValue, WString[], int, WinDef.LCID, OaIdl.DISPIDByReference) - Method in class com.sun.jna.platform.win32.COM.COMEarlyBindingObject
-
- GetIDsOfNames(Guid.GUID.ByValue, WString[], int, WinDef.LCID, OaIdl.DISPIDByReference) - Method in class com.sun.jna.platform.win32.COM.Dispatch
-
Gets the ids of names.
- GetIDsOfNames(Guid.GUID.ByValue, WString[], int, WinDef.LCID, OaIdl.DISPIDByReference) - Method in interface com.sun.jna.platform.win32.COM.IDispatch
-
- GetIDsOfNames(WTypes.LPOLESTR[], WinDef.UINT, OaIdl.MEMBERID[]) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetIDsOfNames(WTypes.LPOLESTR[], WinDef.UINT, OaIdl.MEMBERID[]) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the i ds of names.
- getIDsOfNames(WTypes.LPOLESTR[], int) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the i ds of names.
- GetIDsOfNames(Guid.GUID.ByValue, WString[], int, WinDef.LCID, OaIdl.DISPIDByReference) - Method in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- GetIDsOfNamesCallback - Variable in class com.sun.jna.platform.win32.COM.DispatchVTable
-
- getIID(ComInterface) - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- GetImplTypeFlags(WinDef.UINT, IntByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetImplTypeFlags(WinDef.UINT, IntByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the impl type flags.
- getImplTypeFlags(int) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the impl type flags.
- getIndex() - Method in class com.sun.jna.CallbackParameterContext
-
- getIndex() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.ContainingTypeLib
-
Gets the index.
- getInstance(String) - Static method in class com.sun.jna.NativeLibrary
-
Returns an instance of NativeLibrary for the specified name.
- getInstance(String, ClassLoader) - Static method in class com.sun.jna.NativeLibrary
-
Returns an instance of NativeLibrary for the specified name.
- getInstance(String, Map) - Static method in class com.sun.jna.NativeLibrary
-
Returns an instance of NativeLibrary for the specified name.
- getInstance(Class) - Static method in class com.sun.jna.NativeMappedConverter
-
- getInstance() - Static method in class com.sun.jna.platform.FileMonitor
-
- getInstance() - Static method in class com.sun.jna.platform.FileUtils
-
- getInt(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getInt
.
- getInt(long) - Static method in class com.sun.jna.Native
-
- getInt(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to int
.
- getIntArray(long, int) - Method in class com.sun.jna.Pointer
-
Read a native array of int32 of size
arraySize
from the
given
offset
from this
Pointer
.
- getInterfaceClass() - Method in class com.sun.jna.Library.Handler
-
- getIntParam(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCmdlineArgs
-
- getIntProperty(String) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Gets the int property.
- getInvocationHandler(NativeLibrary, Method) - Method in interface com.sun.jna.InvocationMapper
-
Return an
InvocationHandler
responsible for handling the
invocation of the given method, or
null
if the default
handling should be used.
- getIPProjection(WinNT.HANDLE) - Static method in class com.sun.jna.platform.win32.Rasapi32Util
-
Get the connection's IP projection
- getIUnknown() - Method in class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
Gets the i unknown.
- getIUnknownPointer() - Method in class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
Gets the i unknown pointer.
- getJobInfo1(WinNT.HANDLEByReference) - Static method in class com.sun.jna.platform.win32.WinspoolUtil
-
- getJoinStatus() - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Return the domain/workgroup join status for a computer.
- getJoinStatus(String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Return the domain/workgroup join status for a computer.
- GetKeyboardState(byte[]) - Method in interface com.sun.jna.platform.win32.User32
-
The GetKeyboardState function copies the status of the 256 virtual keys
to the specified buffer.
- getKeyName(WinReg.HKEY) - Static method in class com.sun.jna.platform.win32.NtDllUtil
-
Retrieve the name of an opened registry key.
- getKnownFolderPath(Guid.GUID) - Static method in class com.sun.jna.platform.win32.Shell32Util
-
Retrieves the full path of a known folder identified by the folder's KNOWNFOLDERID.
- getLastError() - Static method in class com.sun.jna.Native
-
Retrieve last error set by the OS.
- GetLastError() - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetLastError function retrieves the calling thread's last-error code
value.
- getLastErrorMessage() - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- GetLastInputInfo(WinUser.LASTINPUTINFO) - Method in interface com.sun.jna.platform.win32.User32
-
Retrieves the time of the last input event.
- GetLayeredWindowAttributes(WinDef.HWND, IntByReference, ByteByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.User32
-
The GetLayeredWindowAttributes function retrieves the opacity and
transparency color key of a layered window.
- getLcid() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the lcid.
- getLength() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogRecord
-
Record length, with data.
- GetLengthSid(WinNT.PSID) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Returns the length, in bytes, of a valid security identifier (SID).
- GetLibAttr(PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeLib
-
- GetLibAttr(PointerByReference) - Method in class com.sun.jna.platform.win32.COM.TypeLib
-
Gets the lib attr.
- getLibAttr() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the lib attr.
- getLibraryName() - Method in class com.sun.jna.Library.Handler
-
- getLibraryOptions(Class) - Static method in class com.sun.jna.Native
-
Return the preferred native library configuration options for the given
class.
- getLocalGroups() - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get the names of local groups on the current computer.
- getLocalGroups(String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get the names of local groups on a computer.
- GetLocalTime(WinBase.SYSTEMTIME) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the current local date and time.
- getLocAndSize() - Method in class com.sun.jna.platform.DesktopWindow
-
- GetLogicalDriveStrings(WinDef.DWORD, char[]) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetLogicalDriveStrings function fills a buffer with strings that
specify valid drives in the system.
- getLogicalDriveStrings() - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Returns valid drives in the system.
- GetLogicalProcessorInformation(Pointer, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves information about logical processors and related hardware.
- getLogicalProcessorInformation() - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Convenience method to get the processor information.
- getLong(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getLong
.
- getLong(long) - Static method in class com.sun.jna.Native
-
- getLong(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to long
.
- getLongArray(long, int) - Method in class com.sun.jna.Pointer
-
Read a native array of int64 of size
arraySize
from the
given
offset
from this
Pointer
.
- getLow() - Method in class com.sun.jna.platform.win32.WinDef.DWORD
-
Low WORD.
- getLow() - Method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER
-
Low DWORD.
- getLpadesc() - Method in class com.sun.jna.platform.win32.OaIdl.TYPEDESC._TYPEDESC
-
- getLptdesc() - Method in class com.sun.jna.platform.win32.OaIdl.TYPEDESC._TYPEDESC
-
- getMemId() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil.FindName
-
Gets the mem id.
- GetMessage(WinUser.MSG, WinDef.HWND, int, int) - Method in interface com.sun.jna.platform.win32.User32
-
This function retrieves a message from the calling thread's message queue
and places it in the specified structure.
- getMethod() - Method in class com.sun.jna.CallbackParameterContext
-
- getMethod() - Method in class com.sun.jna.CallbackResultContext
-
- getMethod() - Method in class com.sun.jna.MethodParameterContext
-
Get the Method in the Library instance the Function was called from.
- getMethod() - Method in class com.sun.jna.MethodResultContext
-
Get the Method used to invoke this function call.
- getMethodName() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- getModifiers() - Static method in class com.sun.jna.platform.dnd.DragHandler
-
- GetModuleFileNameEx(WinNT.HANDLE, WinNT.HANDLE, Pointer, int) - Method in interface com.sun.jna.platform.win32.Psapi
-
Retrieves the fully qualified path for the file containing the specified
module.
- GetModuleFileNameExA(WinNT.HANDLE, WinNT.HANDLE, byte[], int) - Method in interface com.sun.jna.platform.win32.Psapi
-
Retrieves the fully qualified path for the file containing the specified
module.
- GetModuleFileNameExW(WinNT.HANDLE, WinNT.HANDLE, char[], int) - Method in interface com.sun.jna.platform.win32.Psapi
-
Retrieves the fully qualified path for the file containing the specified
module.
- GetModuleHandle(String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetModuleHandle function retrieves a module handle for the specified
module if the file has been mapped into the address space of the calling
process.
- GetMonitorBrightness(WinNT.HANDLE, WinDef.DWORDByReference, WinDef.DWORDByReference, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves a monitor's minimum, maximum, and current brightness settings.
- GetMonitorCapabilities(WinNT.HANDLE, WinDef.DWORDByReference, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves the configuration capabilities of a monitor.
- GetMonitorColorTemperature(WinNT.HANDLE, HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE.ByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves a monitor's current color temperature.
- GetMonitorContrast(WinNT.HANDLE, WinDef.DWORDByReference, WinDef.DWORDByReference, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves a monitor's minimum, maximum, and current contrast settings.
- GetMonitorDisplayAreaPosition(WinNT.HANDLE, HighLevelMonitorConfigurationAPI.MC_POSITION_TYPE, WinDef.DWORDByReference, WinDef.DWORDByReference, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves a monitor's minimum, maximum, and current horizontal or vertical position.
- GetMonitorDisplayAreaSize(WinNT.HANDLE, HighLevelMonitorConfigurationAPI.MC_SIZE_TYPE, WinDef.DWORDByReference, WinDef.DWORDByReference, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves a monitor's minimum, maximum, and current width or height.
- GetMonitorInfo(WinUser.HMONITOR, WinUser.MONITORINFO) - Method in interface com.sun.jna.platform.win32.User32
-
Retrieves information about a display monitor.
- GetMonitorInfo(WinUser.HMONITOR, WinUser.MONITORINFOEX) - Method in interface com.sun.jna.platform.win32.User32
-
Retrieves information about a display monitor.
- GetMonitorRedGreenOrBlueDrive(WinNT.HANDLE, HighLevelMonitorConfigurationAPI.MC_DRIVE_TYPE, WinDef.DWORDByReference, WinDef.DWORDByReference, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves a monitor's red, green, or blue drive value.
- GetMonitorRedGreenOrBlueGain(WinNT.HANDLE, HighLevelMonitorConfigurationAPI.MC_GAIN_TYPE, WinDef.DWORDByReference, WinDef.DWORDByReference, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves a monitor's red, green, or blue gain value.
- GetMonitorTechnologyType(WinNT.HANDLE, HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE.ByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves the type of technology used by a monitor.
- GetMops(OaIdl.MEMBERID, WTypes.BSTRByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetMops(OaIdl.MEMBERID, WTypes.BSTRByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the mops.
- GetMops(OaIdl.MEMBERID) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the mops.
- getName(Callback) - Method in class com.sun.jna.CallbackThreadInitializer
-
Returns the desired name for this thread, or null for the default.
- getName() - Method in class com.sun.jna.Function
-
- getName() - Method in class com.sun.jna.NativeLibrary
-
Returns the simple name of this library.
- GetName(WTypes.BSTR) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- GetName(WTypes.BSTR) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Gets the name.
- getName() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
- getName() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.DllEntry
-
Gets the name.
- getName() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.TypeInfoDoc
-
Gets the name.
- getName() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the name.
- getName() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil.TypeLibDoc
-
Gets the name.
- getName() - Method in class com.sun.jna.platform.win32.Wdm.KEY_BASIC_INFORMATION
-
Name of the key.
- getNameBuf() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil.FindName
-
Gets the name buf.
- getNameBuf() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil.IsName
-
Gets the name buf.
- GetNamedPipeClientComputerName(WinNT.HANDLE, char[], int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the client computer name for the specified named pipe.
- GetNamedPipeClientProcessId(WinNT.HANDLE, WinDef.ULONGByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
- GetNamedPipeClientSessionId(WinNT.HANDLE, WinDef.ULONGByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
- GetNamedPipeHandleState(WinNT.HANDLE, IntByReference, IntByReference, IntByReference, IntByReference, char[], int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves information about a specified named pipe.
- GetNamedPipeInfo(WinNT.HANDLE, IntByReference, IntByReference, IntByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves information about the specified named pipe.
- GetNamedPipeServerProcessId(WinNT.HANDLE, WinDef.ULONGByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
- GetNamedPipeServerSessionId(WinNT.HANDLE, WinDef.ULONGByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
- GetNamedSecurityInfo(String, int, int, PointerByReference, PointerByReference, PointerByReference, PointerByReference, PointerByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The GetNamedSecurityInfo function retrieves a copy of the security
descriptor for an object specified by name
- GetNames(OaIdl.MEMBERID, WTypes.BSTR[], WinDef.UINT, WinDef.UINTByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetNames(OaIdl.MEMBERID, WTypes.BSTR[], WinDef.UINT, WinDef.UINTByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the names.
- getNames(OaIdl.MEMBERID, int) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the names.
- getNativeAlignment(Class, Object, boolean) - Method in class com.sun.jna.Structure
-
Overridable in subclasses.
- getNativeAlignment(Class, Object, boolean) - Method in class com.sun.jna.Union
-
All fields are considered the "first" element.
- getNativeLibrary() - Method in class com.sun.jna.Library.Handler
-
- getNativeLibraryResourcePrefix() - Static method in class com.sun.jna.Platform
-
Generate a canonical String prefix based on the current OS
type/arch/name.
- getNativeLibraryResourcePrefix(int, String, String) - Static method in class com.sun.jna.Platform
-
Generate a canonical String prefix based on the given OS
type/arch/name.
- getNativeLong(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to long
.
- getNativeSize(Class, Object) - Static method in class com.sun.jna.Native
-
Returns the native size of the given class, in bytes.
- getNativeSize(Class) - Static method in class com.sun.jna.Native
-
Returns the native size for a given Java class.
- getNativeSize(Class) - Method in class com.sun.jna.Structure
-
Return the native size of the given Java type, from the perspective of
this Structure.
- getNativeSize(Class, Object) - Method in class com.sun.jna.Structure
-
Return the native size of the given Java type, from the perspective of
this Structure.
- GetNativeSystemInfo(WinBase.SYSTEM_INFO) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetNativeSystemInfo function retrieves information about the current
system to an application running under WOW64.
- GetNumberOfConsoleInputEvents(WinNT.HANDLE, IntByReference) - Method in interface com.sun.jna.platform.win32.Wincon
-
- GetNumberOfConsoleMouseButtons(IntByReference) - Method in interface com.sun.jna.platform.win32.Wincon
-
- GetNumberOfEventLogRecords(WinNT.HANDLE, IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Retrieves the number of records in the specified event log.
- GetNumberOfPhysicalMonitorsFromHMONITOR(WinUser.HMONITOR, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves the number of physical monitors associated with an HMONITOR monitor handle.
- GetObject(Pointer, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.IRunningObjectTable
-
Determines whether the object identified by the specified moniker is
running, and if it is, retrieves a pointer to that object.
- GetObject(Pointer, PointerByReference) - Method in class com.sun.jna.platform.win32.COM.RunningObjectTable
-
- GetObject(WinNT.HANDLE, int, Pointer) - Method in interface com.sun.jna.platform.win32.GDI32
-
Retrieves information for the specified graphics object.
- GetOldestEventLogRecord(WinNT.HANDLE, IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The GetOldestEventLogRecord function retrieves the absolute record number
of the oldest record in the specified event log.
- getOptions() - Method in class com.sun.jna.NativeLibrary
-
Returns this native library instance's options.
- getOrdinal() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.DllEntry
-
Gets the ordinal.
- getOSType() - Static method in class com.sun.jna.Platform
-
- getOwner() - Method in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- getParam(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCmdlineArgs
-
- getParameterIndex() - Method in class com.sun.jna.FunctionParameterContext
-
- getParameters() - Method in class com.sun.jna.FunctionParameterContext
-
Get the arguments used in this function call.
- getParameterTypes() - Method in interface com.sun.jna.CallbackProxy
-
Returns the types of the parameters to the callback method.
- getpExcepInfo() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.Invoke
-
Gets the p excep info.
- getPhoneBookDialingParams(String) - Static method in class com.sun.jna.platform.win32.Rasapi32Util
-
get a phone book entry's dialing parameters
- getPhoneBookEntry(String) - Static method in class com.sun.jna.platform.win32.Rasapi32Util
-
Return the phone book entry.
- GetPhysicalMonitorsFromHMONITOR(WinUser.HMONITOR, int, PhysicalMonitorEnumerationAPI.PHYSICAL_MONITOR[]) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves the physical monitors associated with an HMONITOR monitor handle.
- getPointer(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getPointer
.
- getPointer(long) - Static method in class com.sun.jna.Native
-
- getPointer() - Method in class com.sun.jna.NativeString
-
- getPointer() - Method in interface com.sun.jna.platform.win32.COM.IUnknownCallback
-
- getPointer() - Method in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- getPointer(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to pointer.
- getPointer() - Method in class com.sun.jna.PointerType
-
Returns the associated native
Pointer
.
- getPointer() - Method in class com.sun.jna.Structure
-
Return a
Pointer
object to this structure.
- getPointerArray(long) - Method in class com.sun.jna.Pointer
-
- getPointerArray(long, int) - Method in class com.sun.jna.Pointer
-
Returns an array of
Pointer
of the requested size.
- getPreserveLastError() - Static method in class com.sun.jna.Native
-
- getPrinterInfo1() - Static method in class com.sun.jna.platform.win32.WinspoolUtil
-
- getPrinterInfo4() - Static method in class com.sun.jna.platform.win32.WinspoolUtil
-
- GetPrivateProfileInt(String, String, int, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves an integer associated with a key in the specified section of an
initialization file.
- getPrivateProfileInt(String, String, int, String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Retrieves an integer associated with a key in the specified section of an
initialization file.
- GetPrivateProfileSection(String, char[], WinDef.DWORD, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves all the keys and values for the specified section of an
initialization file.
- getPrivateProfileSection(String, String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Retrieves all the keys and values for the specified section of an initialization file.
- GetPrivateProfileSectionNames(char[], WinDef.DWORD, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the names of all sections in an initialization file.
- getPrivateProfileSectionNames(String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Retrieves the names of all sections in an initialization file.
- GetPrivateProfileString(String, String, String, char[], WinDef.DWORD, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves a string from the specified section in an initialization file.
- getPrivateProfileString(String, String, String, String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Retrieves a string from the specified section in an initialization file.
- getProcess() - Static method in class com.sun.jna.NativeLibrary
-
Returns an instance of NativeLibrary which refers to the current
process.
- getProcess(Map) - Static method in class com.sun.jna.NativeLibrary
-
Returns an instance of NativeLibrary which refers to the current
process.
- getProcessFilePath(WinDef.HWND) - Static method in class com.sun.jna.platform.WindowUtils
-
Detects the full file path of the process associated with the specified
window handle.
- getProcessFilePath(WinDef.HWND) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Detects the full file path of the process associated with the specified
window handle.
- GetProcessId(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetProcessId function retrieves the process identifier of the
specified process.
- GetProcessVersion(int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetProcessVersion function retrieves the major and minor version
numbers of the system on which the specified process expects to run.
- getProperty(Class<T>, String, Object...) - Method in interface com.sun.jna.platform.win32.COM.util.IDispatch
-
- getProperty(Class<T>, String, Object...) - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- getPuArgErr() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.Invoke
-
Gets the pu arg err.
- getpVarResult() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.Invoke
-
Gets the p var result.
- GetQueuedCompletionStatus(WinNT.HANDLE, IntByReference, BaseTSD.ULONG_PTRByReference, PointerByReference, int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Attempts to dequeue an I/O completion packet from the specified I/O
completion port.
- getRasConnection(String) - Static method in class com.sun.jna.platform.win32.Rasapi32Util
-
Return a RAS connection by name
- getRasConnectionStatusText(int) - Static method in class com.sun.jna.platform.win32.Rasapi32Util
-
Translate the connection status value to text
- getRasErrorString(int) - Static method in class com.sun.jna.platform.win32.Rasapi32Util
-
Get the RAS error description
- getRawDispatch() - Method in interface com.sun.jna.platform.win32.COM.util.IRawDispatchHandle
-
- getRawDispatch() - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- GetRawInputDeviceList(WinUser.RAWINPUTDEVICELIST[], IntByReference, int) - Method in interface com.sun.jna.platform.win32.User32
-
- GetRawInputDeviceList() - Static method in class com.sun.jna.platform.win32.User32Util
-
- getRecord() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogRecord
-
Raw record data.
- getRecordNumber() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogRecord
-
Record number of the record.
- GetRefTypeInfo(OaIdl.HREFTYPE, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetRefTypeInfo(OaIdl.HREFTYPE, PointerByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the ref type info.
- getRefTypeInfo(OaIdl.HREFTYPE) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the ref type info.
- GetRefTypeOfImplType(WinDef.UINT, OaIdl.HREFTYPEByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetRefTypeOfImplType(WinDef.UINT, OaIdl.HREFTYPEByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the ref type of impl type.
- getRefTypeOfImplType(int) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the ref type of impl type.
- getRequiredParam(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCmdlineArgs
-
- getReturnType() - Method in interface com.sun.jna.CallbackProxy
-
Returns the type of the callback method's return value.
- getRunningObjectTable() - Method in class com.sun.jna.platform.win32.COM.util.Factory
-
CoInitialize must be called be fore this method.
- GetRunningObjectTable(WinDef.DWORD, PointerByReference) - Method in interface com.sun.jna.platform.win32.Ole32
-
Returns a pointer to the IRunningObjectTable interface on the local running object table (ROT).
- getSecurityDescriptorForObject(String, int, boolean) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a self relative security descriptor for the given object type.
- GetSecurityDescriptorLength(Pointer) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The GetSecurityDescriptorLength function returns the length, in bytes, of a structurally
valid security descriptor.
- getSecurityPackages() - Static method in class com.sun.jna.platform.win32.Secur32Util
-
Get the security packages installed on the current computer.
- getShort(long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.getShort
.
- getShort(long) - Static method in class com.sun.jna.Native
-
- getShort(long) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer as a pointer to short
.
- getShortArray(long, int) - Method in class com.sun.jna.Pointer
-
Read a native array of int16 of size
arraySize
from the
given
offset
from this
Pointer
.
- GetShortPathName(String, char[], int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the short path form of the specified path.
- getShortProperty(String) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Gets the short property.
- getSID() - Method in class com.sun.jna.platform.win32.WinNT.ACEStructure
-
- getSidString() - Method in class com.sun.jna.platform.win32.WinNT.ACEStructure
-
- getSidString() - Method in class com.sun.jna.platform.win32.WinNT.PSID
-
- GetSize(WinDef.ULONG) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- GetSize(WinDef.ULONG) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Gets the size.
- GetSizeMax() - Method in interface com.sun.jna.platform.win32.COM.IPersistStream
-
Retrieves the size of the stream needed to save the object.
- GetSizeMax() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- getSource() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogRecord
-
Event source.
- getSpecialFolderPath(int, boolean) - Static method in class com.sun.jna.platform.win32.Shell32Util
-
Retrieves the path of a special folder, identified by its CSIDL.
- getStatusCode() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogRecord
-
Status code for the facility, part of the Event ID.
- GetStdHandle(int) - Method in interface com.sun.jna.platform.win32.Wincon
-
- getString(long, String) - Method in class com.sun.jna.Memory
-
- getString(long) - Static method in class com.sun.jna.Native
-
- getString(long, String) - Static method in class com.sun.jna.Native
-
- getString() - Method in class com.sun.jna.platform.win32.NTSecApi.LSA_UNICODE_STRING
-
String representation of the buffer.
- getString() - Method in class com.sun.jna.platform.win32.WTypes.BSTRByReference
-
- getString(long, boolean) - Method in class com.sun.jna.Pointer
-
- getString(long) - Method in class com.sun.jna.Pointer
-
Copy native memory to a Java String.
- getString(long, String) - Method in class com.sun.jna.Pointer
-
Copy native memory to a Java String using the requested encoding.
- getStringArray(long) - Method in class com.sun.jna.Pointer
-
Returns an array of String
based on a native array
of char *
.
- getStringArray(long, String) - Method in class com.sun.jna.Pointer
-
Returns an array of String
based on a native array
of char *
, using the requested encoding.
- getStringArray(long, int) - Method in class com.sun.jna.Pointer
-
Returns an array of String
based on a native array
of char *
, using the given array length.
- getStringArray(long, boolean) - Method in class com.sun.jna.Pointer
-
- getStringArray(long, int, boolean) - Method in class com.sun.jna.Pointer
-
- getStringArray(long, int, String) - Method in class com.sun.jna.Pointer
-
Returns an array of String
based on a native array
of char*
or wchar_t*
based on the
wide
parameter, using the given array length.
- getStringBytes(long) - Static method in class com.sun.jna.Native
-
- getStringEncoding(Class) - Static method in class com.sun.jna.Native
-
Return the preferred Strring encoding for the given native interface.
- getStringEncoding() - Method in class com.sun.jna.Structure
-
Encoding to use to convert
String
to native
const
char*
.
- getStringFromGUID(Guid.GUID) - Static method in class com.sun.jna.platform.win32.Ole32Util
-
Convert a GUID into a string.
- getStringProperty(OaIdl.DISPID) - Method in class com.sun.jna.platform.win32.COM.COMEarlyBindingObject
-
- getStringProperty(String) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Gets the string property.
- getStrings() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogRecord
-
Strings associated with this event.
- getStructAlignment() - Method in class com.sun.jna.Structure
-
- getStructure() - Method in class com.sun.jna.StructureReadContext
-
- getStructure() - Method in class com.sun.jna.StructureWriteContext
-
- getStructureAlignment(Class) - Static method in class com.sun.jna.Native
-
Return the preferred structure alignment for the given native interface.
- getSymbolAddress(String) - Method in class com.sun.jna.NativeLibrary
-
Used by the Function class to locate a symbol
- getSystemACL() - Method in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- GetSystemDefaultLCID() - Method in interface com.sun.jna.platform.win32.Kernel32
-
Returns the locale identifier for the system locale.
- GetSystemInfo(WinBase.SYSTEM_INFO) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetSystemInfo function returns information about the current system.
- GetSystemMetrics(int) - Method in interface com.sun.jna.platform.win32.User32
-
The GetSystemMetrics function retrieves various system metrics (widths
and heights of display elements) and system configuration settings.
- GetSystemTime(WinBase.SYSTEMTIME) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetSystemTime function retrieves the current system date and time.
- getTargetType() - Method in class com.sun.jna.FromNativeContext
-
The desired Java type of the result.
- getTempDir() - Static method in class com.sun.jna.Native
-
Obtain a directory suitable for writing JNA-specific temporary files.
- GetTempPath(WinDef.DWORD, char[]) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetTempPath function retrieves the path of the directory designated
for temporary files.
- getTempPath() - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Return the path designated for temporary files.
- getTerminationFlag(Thread) - Static method in class com.sun.jna.Native
-
- getThreadGroup(Callback) - Method in class com.sun.jna.CallbackThreadInitializer
-
Returns the desired ThreadGroup for thread, or null for the default.
- GetTickCount() - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetTickCount function retrieves the number of milliseconds that have
elapsed since the system was started, up to 49.7 days.
- GetTimeOfLastChange() - Method in interface com.sun.jna.platform.win32.COM.IMoniker
-
- GetTimeOfLastChange(Pointer, WinBase.FILETIME.ByReference) - Method in interface com.sun.jna.platform.win32.COM.IRunningObjectTable
-
Retrieves the time that an object was last modified.
- GetTimeOfLastChange() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- GetTimeOfLastChange(Pointer, WinBase.FILETIME.ByReference) - Method in class com.sun.jna.platform.win32.COM.RunningObjectTable
-
- GetTimingReport(WinNT.HANDLE, LowLevelMonitorConfigurationAPI.MC_TIMING_REPORT) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves a monitor's horizontal and vertical synchronization frequencies.
- getTInfo() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil.FindName
-
Gets the t info.
- getTitle() - Method in class com.sun.jna.platform.DesktopWindow
-
- getTokenAccount(WinNT.HANDLE) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
This function returns the information about the user who owns a security
token,
- getTokenGroups(WinNT.HANDLE) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
This function returns the groups associated with a security token, such
as a user token.
- GetTokenInformation(WinNT.HANDLE, int, Structure, int, IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Retrieves a specified type of information about an access token.
- getToNativeConverter(Class) - Method in class com.sun.jna.DefaultTypeMapper
-
- getToNativeConverter(Class) - Method in interface com.sun.jna.TypeMapper
-
- getTrampoline() - Method in class com.sun.jna.CallbackReference
-
Obtain a pointer to the native glue code for this callback.
- getTransferable(DropTargetEvent) - Static method in class com.sun.jna.platform.dnd.DragHandler
-
Used to communicate the current
Transferable
during a drag,
if available.
- getTransferable(DragGestureEvent) - Method in class com.sun.jna.platform.dnd.DragHandler
-
Override to provide an appropriate
Transferable
representing
the data being dragged.
- getType() - Method in class com.sun.jna.platform.FileMonitor.FileEvent
-
- getType() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogRecord
-
Event log type.
- getType(OaIdl.FUNCDESC) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- getType(OaIdl.ELEMDESC) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- getType(OaIdl.TYPEDESC) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- GetTypeAttr(PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetTypeAttr(PointerByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the type attr.
- getTypeAttr() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the type attr.
- GetTypeComp(PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetTypeComp(PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeLib
-
- GetTypeComp(PointerByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the type comp.
- getTypeComp() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the type comp.
- GetTypeComp(PointerByReference) - Method in class com.sun.jna.platform.win32.COM.TypeLib
-
Gets the type comp.
- GetTypeComp() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the type comp.
- getTypedValue(Class) - Method in class com.sun.jna.Union
-
Reads the Structure field of the given type from memory, sets it as
the active type and returns it.
- GetTypeInfo(WinDef.UINT, WinDef.LCID, PointerByReference) - Method in class com.sun.jna.platform.win32.COM.COMEarlyBindingObject
-
- GetTypeInfo(WinDef.UINT, WinDef.LCID, PointerByReference) - Method in class com.sun.jna.platform.win32.COM.Dispatch
-
Gets the type info.
- GetTypeInfo(WinDef.UINT, WinDef.LCID, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.IDispatch
-
- GetTypeInfo(ITypeInfo) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- GetTypeInfo(WinDef.UINT, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeLib
-
- GetTypeInfo(ITypeInfo) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Gets the type info.
- GetTypeInfo(WinDef.UINT, PointerByReference) - Method in class com.sun.jna.platform.win32.COM.TypeLib
-
Gets the type info.
- getTypeInfo(int) - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the type info.
- GetTypeInfo(WinDef.UINT, WinDef.LCID, PointerByReference) - Method in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- getTypeInfo() - Method in class com.sun.jna.Structure
-
- getTypeInfo(Object) - Static method in class com.sun.jna.Structure
-
Exposed for testing purposes only.
- GetTypeInfoCallback - Variable in class com.sun.jna.platform.win32.COM.DispatchVTable
-
- GetTypeInfoCount(WinDef.UINTByReference) - Method in class com.sun.jna.platform.win32.COM.COMEarlyBindingObject
-
- GetTypeInfoCount(WinDef.UINTByReference) - Method in class com.sun.jna.platform.win32.COM.Dispatch
-
Gets the type info count.
- GetTypeInfoCount(WinDef.UINTByReference) - Method in interface com.sun.jna.platform.win32.COM.IDispatch
-
- GetTypeInfoCount() - Method in interface com.sun.jna.platform.win32.COM.ITypeLib
-
- GetTypeInfoCount() - Method in class com.sun.jna.platform.win32.COM.TypeLib
-
Gets the type info count.
- getTypeInfoCount() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the type info count.
- GetTypeInfoCount(WinDef.UINTByReference) - Method in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- GetTypeInfoCountCallback - Variable in class com.sun.jna.platform.win32.COM.DispatchVTable
-
- getTypeInfoDoc() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- GetTypeInfoOfGuid(Guid.GUID, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeLib
-
- GetTypeInfoOfGuid(Guid.GUID, PointerByReference) - Method in class com.sun.jna.platform.win32.COM.TypeLib
-
Gets the type info of guid.
- GetTypeInfoType(WinDef.UINT, OaIdl.TYPEKIND.ByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeLib
-
- GetTypeInfoType(WinDef.UINT, OaIdl.TYPEKIND.ByReference) - Method in class com.sun.jna.platform.win32.COM.TypeLib
-
Gets the type info type.
- getTypeInfoType(int) - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the type info type.
- getTypeInfoUtil(int) - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the type info util.
- getTypeLib() - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.ContainingTypeLib
-
Gets the type lib.
- getTypelib() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Gets the typelib.
- getTypeMapper(Class) - Static method in class com.sun.jna.Native
-
Return the preferred
TypeMapper
for the given native interface.
- getTypeMapper() - Method in class com.sun.jna.Structure
-
- getuArgErr() - Method in exception com.sun.jna.platform.win32.COM.COMException
-
- getUnknownId() - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- GetUserDefaultLCID() - Method in interface com.sun.jna.platform.win32.Kernel32
-
Returns the locale identifier for the user default locale.
- getUserdefinedType(OaIdl.HREFTYPE) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- getUserGroups(String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get groups of a given user.
- getUserGroups(String, String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get groups of a given user on a given system.
- getUserInfo(String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
- getUserInfo(String, String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
- getUserLocalGroups(String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get local groups of a given user.
- getUserLocalGroups(String, String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get local groups of a given user on a given system.
- getUserName() - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Retrieves the name of the user associated with the current thread.
- GetUserNameEx(int, char[], IntByReference) - Method in interface com.sun.jna.platform.win32.Secur32
-
Retrieves the name of the user or other security principal associated with
the calling thread.
- getUserNameEx(int) - Static method in class com.sun.jna.platform.win32.Secur32Util
-
Retrieves the name of the user or other security principal associated
with the calling thread.
- GetUserNameW(char[], IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Retrieves the name of the user associated with the current thread.
- getUsers() - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get the names of users on a local computer.
- getUsers(String) - Static method in class com.sun.jna.platform.win32.Netapi32Util
-
Get the names of users on a computer.
- getValue() - Method in class com.sun.jna.platform.unix.X11.AtomByReference
-
- getValue() - Method in class com.sun.jna.platform.unix.X11.WindowByReference
-
- getValue() - Method in class com.sun.jna.platform.win32.BaseTSD.ULONG_PTRByReference
-
- getValue() - Method in class com.sun.jna.platform.win32.COM.util.ComEventCallbackCookie
-
- getValue() - Method in interface com.sun.jna.platform.win32.COM.util.IComEnum
-
- getValue() - Method in class com.sun.jna.platform.win32.HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE.ByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE.ByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE.ByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.OaIdl._VARIANT_BOOLByReference
-
- getValue() - Method in class com.sun.jna.platform.win32.OaIdl.DISPIDByReference
-
- getValue() - Method in class com.sun.jna.platform.win32.OaIdl.HREFTYPEByReference
-
- getValue() - Method in class com.sun.jna.platform.win32.OaIdl.MEMBERIDByReference
-
- getValue() - Method in class com.sun.jna.platform.win32.OaIdl.VARIANT_BOOLByReference
-
- getValue() - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- getValue() - Method in class com.sun.jna.platform.win32.WinDef.BOOLByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.WinDef.CHARByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.WinDef.DWORDByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.WinDef.LONGByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.WinDef.LONGLONGByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.WinDef.SCODEByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.WinDef.UINTByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.WinDef.ULONGByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.WinDef.ULONGLONGByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.WinDef.USHORTByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.WinDef.WORDByReference
-
Gets the value.
- getValue() - Method in class com.sun.jna.platform.win32.WinNT.HANDLEByReference
-
- getValue() - Method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER
-
64-bit value.
- getValue() - Method in class com.sun.jna.platform.win32.WinNT.PSIDByReference
-
- getValue() - Method in class com.sun.jna.platform.win32.WinReg.HKEYByReference
-
- getValue() - Method in class com.sun.jna.platform.win32.WTypes.BSTR
-
- getValue() - Method in class com.sun.jna.platform.win32.WTypes.BSTRByReference
-
- getValue() - Method in class com.sun.jna.platform.win32.WTypes.LPOLESTR
-
- getValue() - Method in class com.sun.jna.platform.win32.WTypes.LPSTR
-
- getValue() - Method in class com.sun.jna.platform.win32.WTypes.LPWSTR
-
- getValue(long, Class, Object) - Method in class com.sun.jna.Pointer
-
- getValue() - Method in class com.sun.jna.ptr.ByteByReference
-
- getValue() - Method in class com.sun.jna.ptr.DoubleByReference
-
- getValue() - Method in class com.sun.jna.ptr.FloatByReference
-
- getValue() - Method in class com.sun.jna.ptr.IntByReference
-
- getValue() - Method in class com.sun.jna.ptr.LongByReference
-
- getValue() - Method in class com.sun.jna.ptr.NativeLongByReference
-
- getValue() - Method in class com.sun.jna.ptr.PointerByReference
-
- getValue() - Method in class com.sun.jna.ptr.ShortByReference
-
- GetVarDesc(WinDef.UINT, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- GetVarDesc(WinDef.UINT, PointerByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Gets the var desc.
- getVarDesc(int) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Gets the var desc.
- getVarType(WTypes.VARTYPE) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
Gets the var type.
- getVarType() - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- GetVCPFeatureAndVCPFeatureReply(WinNT.HANDLE, WinDef.BYTE, LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE.ByReference, WinDef.DWORDByReference, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Retrieves the current value, maximum value, and code type of a Virtual Control Panel (VCP) code for a monitor.
- GetVersion() - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetVersion function returns the current version number of the
operating system.
- GetVersionEx(WinNT.OSVERSIONINFO) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetVersionEx function obtains extended information about the version
of the operating system that is currently running.
- GetVersionEx(WinNT.OSVERSIONINFOEX) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The GetVersionEx function obtains extended information about the version
of the operating system that is currently running.
- getVisualID() - Method in class com.sun.jna.platform.unix.X11.Visual
-
- GetVolumeInformation(String, char[], int, IntByReference, IntByReference, IntByReference, char[], int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
- GetVolumeNameForVolumeMountPoint(String, char[], int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves a volume GUID path for the volume that is associated with the
specified volume mount point (drive letter, volume GUID path, or mounted
folder).
- GetVolumePathName(String, char[], int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves the volume mount point where the specified path is mounted.
- GetVolumePathNamesForVolumeName(String, char[], int, IntByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves a list of drive letters and mounted folder paths for the specified volume
- getVolumePathNamesForVolumeName(String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- getWebStartLibraryPath(String) - Static method in class com.sun.jna.Native
-
If running web start, determine the location of a given native
library.
- getWideString(long) - Method in class com.sun.jna.Memory
-
- getWideString(long) - Static method in class com.sun.jna.Native
-
- getWideString(long) - Method in class com.sun.jna.Pointer
-
Read a wide (const wchar_t *
) string from memory.
- getWideStringArray(long) - Method in class com.sun.jna.Pointer
-
- getWideStringArray(long, int) - Method in class com.sun.jna.Pointer
-
- GetWindow(WinDef.HWND, WinDef.DWORD) - Method in interface com.sun.jna.platform.win32.User32
-
Retrieves a handle to a window that has the specified relationship
(Z-Order or owner) to the specified window.
- getWindow(Component) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
- getWindowHandle0(Component) - Static method in class com.sun.jna.Native
-
- getWindowIcon(WinDef.HWND) - Static method in class com.sun.jna.platform.WindowUtils
-
Obtains the set icon for the window associated with the specified
window handle.
- getWindowIcon(WinDef.HWND) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Obtains the set icon for the window associated with the specified
window handle.
- getWindowID(Window) - Static method in class com.sun.jna.Native
-
Utility method to get the native window ID for a Java
Window
as a
long
value.
- GetWindowInfo(WinDef.HWND, WinUser.WINDOWINFO) - Method in interface com.sun.jna.platform.win32.User32
-
The GetWindowInfo function retrieves information about the specified
window.
- getWindowLocationAndSize(WinDef.HWND) - Static method in class com.sun.jna.platform.WindowUtils
-
Requests the location and size of the window associated with the
specified window handle.
- getWindowLocationAndSize(WinDef.HWND) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Requests the location and size of the window associated with the
specified window handle.
- GetWindowLong(WinDef.HWND, int) - Method in interface com.sun.jna.platform.win32.User32
-
This function retrieves information about the specified window.
- GetWindowLongPtr(WinDef.HWND, int) - Method in interface com.sun.jna.platform.win32.User32
-
The GetWindowLongPtr function retrieves information about the specified
window.
- GetWindowModuleFileName(WinDef.HWND, char[], int) - Method in interface com.sun.jna.platform.win32.User32
-
The GetWindowModuleFileName function retrieves the full path and file
name of the module associated with the specified window handle.
- GetWindowPlacement(WinDef.HWND, WinUser.WINDOWPLACEMENT) - Method in interface com.sun.jna.platform.win32.User32
-
Retrieves the show state and the restored, minimized, and maximized
positions of the specified window.
- getWindowPointer(Window) - Static method in class com.sun.jna.Native
-
Utility method to get the native window pointer for a Java
Window
as a
Pointer
value.
- GetWindowRect(WinDef.HWND, WinDef.RECT) - Method in interface com.sun.jna.platform.win32.User32
-
This function retrieves the dimensions of the bounding rectangle of the
specified window.
- GetWindowText(WinDef.HWND, char[], int) - Method in interface com.sun.jna.platform.win32.User32
-
This function copies the text of the specified window's title bar - if it
has one - into a buffer.
- GetWindowTextLength(WinDef.HWND) - Method in interface com.sun.jna.platform.win32.User32
-
This function retrieves the length, in characters, of the specified
window's title bar text - if the window has a title bar.
- GetWindowThreadProcessId(WinDef.HWND, IntByReference) - Method in interface com.sun.jna.platform.win32.User32
-
This function retrieves the identifier of the thread that created the
specified window and, optionally, the identifier of the process that
created the window.
- getWindowTitle(WinDef.HWND) - Static method in class com.sun.jna.platform.WindowUtils
-
Tries to obtain the Window's title which belongs to the specified window
handle.
- getWindowTitle(WinDef.HWND) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Tries to obtain the Window's title which belongs to the specified
window handle.
- getxattr(String, String, Pointer, long, int, int) - Method in interface com.sun.jna.platform.mac.XAttr
-
- getXAttr(String, String) - Static method in class com.sun.jna.platform.mac.XAttrUtil
-
- GhostedDragImage - Class in com.sun.jna.platform.dnd
-
- GhostedDragImage(Component, Icon, Point, Point) - Constructor for class com.sun.jna.platform.dnd.GhostedDragImage
-
Create a ghosted drag image, using the given icon.
- GL - Interface in com.sun.jna.platform.win32
-
Definitions for WinOpenGL
- GL_EXTENSIONS - Static variable in interface com.sun.jna.platform.win32.GL
-
- GL_RENDERER - Static variable in interface com.sun.jna.platform.win32.GL
-
- GL_VENDOR - Static variable in interface com.sun.jna.platform.win32.GL
-
- GL_VERSION - Static variable in interface com.sun.jna.platform.win32.GL
-
- glGetString(int) - Method in interface com.sun.jna.platform.win32.OpenGL32
-
The glGetString function returns a string describing the current OpenGL connection.
- global_auto_repeat - Variable in class com.sun.jna.platform.unix.X11.XKeyboardStateRef
-
Global auto repeat mode: AutoRepeatModeOff or AutoRepeatModeOn.
- GlobalFree(Pointer) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Frees the specified global memory object and invalidates its handle.
- GlobalMemoryStatusEx(WinBase.MEMORYSTATUSEX) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves information about the system's current usage of both physical
and virtual memory.
- GNU - Static variable in class com.sun.jna.Platform
-
- GrabFrozen - Static variable in interface com.sun.jna.platform.unix.X11
-
- GrabInvalidTime - Static variable in interface com.sun.jna.platform.unix.X11
-
- GrabModeAsync - Static variable in interface com.sun.jna.platform.unix.X11
-
- GrabModeSync - Static variable in interface com.sun.jna.platform.unix.X11
-
- GrabNotViewable - Static variable in interface com.sun.jna.platform.unix.X11
-
- GrabSuccess - Static variable in interface com.sun.jna.platform.unix.X11
-
- graphics_exposures - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- GraphicsExpose - Static variable in interface com.sun.jna.platform.unix.X11
-
- GravityNotify - Static variable in interface com.sun.jna.platform.unix.X11
-
- GrayScale - Static variable in interface com.sun.jna.platform.unix.X11
-
- green - Variable in class com.sun.jna.platform.unix.X11.Xrender.XRenderDirectFormat
-
- green_mask - Variable in class com.sun.jna.platform.unix.X11.XVisualInfo
-
- greenMask - Variable in class com.sun.jna.platform.unix.X11.Xrender.XRenderDirectFormat
-
- Group() - Constructor for class com.sun.jna.platform.win32.Netapi32Util.Group
-
- Group - Variable in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- Group0 - Variable in class com.sun.jna.platform.win32.WinNT.TOKEN_GROUPS
-
- GROUP_INFO_0() - Constructor for class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_0
-
- GROUP_INFO_0(Pointer) - Constructor for class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_0
-
- GROUP_INFO_1() - Constructor for class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_1
-
- GROUP_INFO_1(Pointer) - Constructor for class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_1
-
- GROUP_INFO_2() - Constructor for class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_2
-
- GROUP_INFO_2(Pointer) - Constructor for class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_2
-
- GROUP_INFO_3() - Constructor for class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_3
-
- GROUP_INFO_3(Pointer) - Constructor for class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_3
-
- GROUP_SECURITY_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- GROUP_USERS_INFO_0() - Constructor for class com.sun.jna.platform.win32.LMAccess.GROUP_USERS_INFO_0
-
- GROUP_USERS_INFO_0(Pointer) - Constructor for class com.sun.jna.platform.win32.LMAccess.GROUP_USERS_INFO_0
-
- GroupCount - Variable in class com.sun.jna.platform.win32.WinNT.TOKEN_GROUPS
-
Specifies the number of groups in the access token.
- grpi0_name - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_0
-
Pointer to a null-terminated Unicode character string that specifies
the name of the global group.
- grpi1_comment - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_1
-
Pointer to a null-terminated Unicode character string that specifies
a remark associated with the global group.
- grpi1_name - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_1
-
Pointer to a null-terminated Unicode character string that specifies
the name of the global group.
- grpi2_attributes - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_2
-
These attributes are hard-coded to SE_GROUP_MANDATORY, SE_GROUP_ENABLED,
and SE_GROUP_ENABLED_BY_DEFAULT.
- grpi2_comment - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_2
-
Pointer to a null-terminated Unicode character string that contains a
remark associated with the global group.
- grpi2_group_id - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_2
-
Specifies a DWORD value that contains the relative identifier (RID) of
the global group.
- grpi2_name - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_2
-
Pointer to a null-terminated Unicode character string that
specifies the name of the global group.
- grpi3_attributes - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_3
-
These attributes are hard-coded to SE_GROUP_MANDATORY, SE_GROUP_ENABLED, and
SE_GROUP_ENABLED_BY_DEFAULT.
- grpi3_comment - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_3
-
Pointer to a null-terminated Unicode character string that
contains a remark associated with the global group.
- grpi3_group_sid - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_3
-
Pointer to a SID structure that contains the security identifier (SID) that
uniquely identifies the global group.
- grpi3_name - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_INFO_3
-
Pointer to a null-terminated Unicode character string that
specifies the name of the global group.
- grui0_name - Variable in class com.sun.jna.platform.win32.LMAccess.GROUP_USERS_INFO_0
-
Pointer to a null-terminated Unicode character string that specifies a name.
- Guid - Interface in com.sun.jna.platform.win32
-
Ported from Guid.h.
- GUID() - Constructor for class com.sun.jna.platform.win32.Guid.GUID
-
Instantiates a new guid.
- GUID(Guid.GUID) - Constructor for class com.sun.jna.platform.win32.Guid.GUID
-
Instantiates a new guid.
- GUID(String) - Constructor for class com.sun.jna.platform.win32.Guid.GUID
-
Instantiates a new guid.
- GUID(byte[]) - Constructor for class com.sun.jna.platform.win32.Guid.GUID
-
Instantiates a new guid.
- GUID(Pointer) - Constructor for class com.sun.jna.platform.win32.Guid.GUID
-
Instantiates a new guid.
- guid - Variable in class com.sun.jna.platform.win32.OaIdl.TLIBATTR
-
- guid - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- Guid.CLSID - Class in com.sun.jna.platform.win32
-
The Class CLSID.
- Guid.CLSID.ByReference - Class in com.sun.jna.platform.win32
-
The Class ByReference.
- Guid.GUID - Class in com.sun.jna.platform.win32
-
The Class GUID.
- Guid.GUID.ByReference - Class in com.sun.jna.platform.win32
-
The Class ByReference.
- Guid.GUID.ByValue - Class in com.sun.jna.platform.win32
-
- Guid.IID - Class in com.sun.jna.platform.win32
-
The Class IID.
- Guid.REFIID - Class in com.sun.jna.platform.win32
-
The Class REFIID.
- GUID_DEVINTERFACE_COMPORT - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
Drivers for serial ports register instances of this device interface
class to notify the operating system and applications of the presence of
COM ports.
- GUID_DEVINTERFACE_DISK - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
The GUID_DEVINTERFACE_DISK device interface class is defined for hard disk storage devices.
- GUID_DEVINTERFACE_HID - Static variable in interface com.sun.jna.platform.win32.DBT
-
The guid devinterface hid.
- GUID_DEVINTERFACE_KEYBOARD - Static variable in interface com.sun.jna.platform.win32.DBT
-
The guid devinterface keyboard.
- GUID_DEVINTERFACE_MOUSE - Static variable in interface com.sun.jna.platform.win32.DBT
-
The guid devinterface mouse.
- GUID_DEVINTERFACE_USB_DEVICE - Static variable in interface com.sun.jna.platform.win32.DBT
-
The guid devinterface usb device.
- GUID_DEVINTERFACE_VOLUME - Static variable in interface com.sun.jna.platform.win32.DBT
-
The guid devinterface volume.
- guidCorrelationId - Variable in class com.sun.jna.platform.win32.WinRas.RASCONN
-
A GUID that specifies the RAS connection correlation ID.
- guidEntry - Variable in class com.sun.jna.platform.win32.WinRas.RASCONN
-
A GUID (Globally Unique IDentifier) that represents the phone-book entry.
- guidId - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
The GUID (Globally Unique Identifier) that represents this phone-book entry.
- GUITHREADINFO() - Constructor for class com.sun.jna.platform.win32.WinUser.GUITHREADINFO
-
- GW_CHILD - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The retrieved handle identifies the child window at the top of the Z
order, if the specified window is a parent window; otherwise, the
retrieved handle is NULL.
- GW_ENABLEDPOPUP - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The retrieved handle identifies the enabled popup window owned by the
specified window (the search uses the first such window found using
GW_HWNDNEXT); otherwise, if there are no enabled popup windows, the
retrieved handle is that of the specified window.
- GW_HWNDFIRST - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The retrieved handle identifies the window of the same type that is
highest in the Z order.
- GW_HWNDLAST - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The retrieved handle identifies the window of the same type that is
lowest in the Z order.
- GW_HWNDNEXT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The retrieved handle identifies the window below the specified window in
the Z order.
- GW_HWNDPREV - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The retrieved handle identifies the window above the specified window in
the Z order.
- GW_OWNER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The retrieved handle identifies the specified window's owner window, if
any.
- GWL_EXSTYLE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- GWL_HINSTANCE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- GWL_HWNDPARENT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- GWL_ID - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- GWL_STYLE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- GWL_USERDATA - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- GWL_WNDPROC - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- GXand - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXandInverted - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXandReverse - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXclear - Static variable in interface com.sun.jna.platform.unix.X11
-
GRAPHICS DEFINITIONS
- GXcopy - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXcopyInverted - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXequiv - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXinvert - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXnand - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXnoop - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXnor - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXor - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXorInverted - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXorReverse - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXset - Static variable in interface com.sun.jna.platform.unix.X11
-
- GXxor - Static variable in interface com.sun.jna.platform.unix.X11
-
- IComEnum - Interface in com.sun.jna.platform.win32.COM.util
-
- IComEventCallbackCookie - Interface in com.sun.jna.platform.win32.COM.util
-
- IComEventCallbackListener - Interface in com.sun.jna.platform.win32.COM.util
-
- ICON_BIG - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieve the large icon for the window.
- icon_mask - Variable in class com.sun.jna.platform.unix.X11.XWMHints
-
- icon_pixmap - Variable in class com.sun.jna.platform.unix.X11.XWMHints
-
- ICON_SMALL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieve the small icon for the window.
- ICON_SMALL2 - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retrieves the small icon provided by the application.
- icon_window - Variable in class com.sun.jna.platform.unix.X11.XWMHints
-
- icon_x - Variable in class com.sun.jna.platform.unix.X11.XWMHints
-
- icon_y - Variable in class com.sun.jna.platform.unix.X11.XWMHints
-
- ICONINFO() - Constructor for class com.sun.jna.platform.win32.WinGDI.ICONINFO
-
- IConnectionPoint - Interface in com.sun.jna.platform.win32.COM
-
- IConnectionPoint - Interface in com.sun.jna.platform.win32.COM.util
-
- IConnectionPointContainer - Interface in com.sun.jna.platform.win32.COM
-
- IConnectionPointContainer - Interface in com.sun.jna.platform.win32.COM.util
-
- id - Variable in class com.sun.jna.platform.mac.Carbon.EventHotKeyID
-
- id - Variable in class com.sun.jna.platform.unix.X11.Xrender.XRenderPictFormat
-
- IDC_APPSTARTING - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Standard arrow and small hourglass cursor.
- IDC_ARROW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Standard arrow cursor.
- IDC_CROSS - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Crosshair cursor.
- IDC_HAND - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Hand cursor.
- IDC_HELP - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Arrow and question mark cursor.
- IDC_IBEAM - Static variable in interface com.sun.jna.platform.win32.WinUser
-
I-beam cursor.
- IDC_NO - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Slashed circle cursor.
- IDC_SIZEALL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Four-pointed arrow cursor pointing north, south, east, and west.
- IDC_SIZENESW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Double-pointed arrow cursor pointing northeast and southwest.
- IDC_SIZENS - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Double-pointed arrow cursor pointing north and south.
- IDC_SIZENWSE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Double-pointed arrow cursor pointing northwest and southeast.
- IDC_SIZEWE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Double-pointed arrow cursor pointing west and east.
- IDC_UPARROW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Vertical arrow cursor.
- IDC_WAIT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Hourglass cursor.
- IdentityWeakReference(Object) - Constructor for class com.sun.jna.WeakIdentityHashMap.IdentityWeakReference
-
- IDI_APPLICATION - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Application icon.
- IDI_ASTERISK - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Asterisk icon.
- IDI_EXCLAMATION - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Exclamation point icon.
- IDI_HAND - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Stop sign icon.
- IDI_QUESTION - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Question-mark icon.
- IDI_WINLOGO - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Application icon.
- IDispatch - Interface in com.sun.jna.platform.win32.COM
-
Wrapper class for the IDispatch interface
IDispatch.GetTypeInfoCount 12 IDispatch.GetTypeInfo 16
IDispatch.GetIDsOfNames 20 IDispatch.Invoke 24
- IDispatch - Interface in com.sun.jna.platform.win32.COM.util
-
- IDISPATCH_METHODS - Static variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
The idispatch methods.
- IDispatchCallback - Interface in com.sun.jna.platform.win32.COM
-
- idldesc - Variable in class com.sun.jna.platform.win32.OaIdl.ELEMDESC._ELEMDESC
-
info for remoting the element
C type : IDLDESC
- IDLDESC() - Constructor for class com.sun.jna.platform.win32.OaIdl.IDLDESC
-
- IDLDESC(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.IDLDESC
-
- IDLDESC(BaseTSD.ULONG_PTR, WinDef.USHORT) - Constructor for class com.sun.jna.platform.win32.OaIdl.IDLDESC
-
- idldescType - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- IEnumMoniker - Interface in com.sun.jna.platform.win32.COM
-
Enumerates the components of a moniker or the monikers in a table of monikers.
- IID - Static variable in interface com.sun.jna.platform.win32.COM.IEnumMoniker
-
- IID - Static variable in interface com.sun.jna.platform.win32.COM.IRunningObjectTable
-
- IID() - Constructor for class com.sun.jna.platform.win32.Guid.IID
-
Instantiates a new iid.
- IID(Pointer) - Constructor for class com.sun.jna.platform.win32.Guid.IID
-
Instantiates a new iid.
- IID(String) - Constructor for class com.sun.jna.platform.win32.Guid.IID
-
Instantiates a new iid.
- IID(byte[]) - Constructor for class com.sun.jna.platform.win32.Guid.IID
-
Instantiates a new iid.
- IID_IConnectionPoint - Static variable in interface com.sun.jna.platform.win32.COM.IConnectionPoint
-
- IID_IConnectionPointContainer - Static variable in interface com.sun.jna.platform.win32.COM.IConnectionPointContainer
-
- IID_IDISPATCH - Static variable in interface com.sun.jna.platform.win32.COM.IDispatch
-
- IID_IRecordInfo - Static variable in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- IID_IUNKNOWN - Static variable in interface com.sun.jna.platform.win32.COM.IUnknown
-
The Constant IID_IDispatch.
- IID_NULL - Static variable in interface com.sun.jna.platform.win32.Guid
-
The Constant IID_NULL.
- IIDFromString(String, Guid.GUID) - Method in interface com.sun.jna.platform.win32.Ole32
-
Converts a string generated by the StringFromIID function back into the
original interface identifier (IID).
- iLayerType - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Ignored.
- IMAGE_BITMAP - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- IMAGE_CURSOR - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- IMAGE_ENHMETAFILE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- IMAGE_ICON - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- IMoniker - Interface in com.sun.jna.platform.win32.COM
-
Enables you to use a moniker object, which contains information that uniquely
identifies a COM object.
- ImpersonateLoggedOnUser(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The ImpersonateLoggedOnUser function lets the calling thread impersonate
the security context of a logged-on user.
- ImpersonateSecurityContext(Sspi.CtxtHandle) - Method in interface com.sun.jna.platform.win32.Secur32
-
The ImpersonateSecurityContext function allows a server to impersonate a client by using
a token previously obtained by a call to AcceptSecurityContext or QuerySecurityContextToken.
- ImpersonateSelf(int) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The ImpersonateSelf function obtains an access token that impersonates
the security context of the calling process.
- inactive_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- inactive_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- IncludeInferiors - Static variable in interface com.sun.jna.platform.unix.X11
-
- index - Variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
The index.
- indexOf(long, byte) - Static method in class com.sun.jna.Native
-
- indexOf(long, byte) - Method in class com.sun.jna.Pointer
-
Returns the offset of the given value in memory from the given offset,
or -1 if the value is not found.
- INFINITE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- InfoKey() - Constructor for class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- InfoKey(WinReg.HKEY, int) - Constructor for class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- INHERIT_ONLY_ACE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- INHERIT_PARENT_AFFINITY - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- INHERITED_ACE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- initial_state - Variable in class com.sun.jna.platform.unix.X11.XWMHints
-
- initialize_ffi_type(long) - Static method in class com.sun.jna.Native
-
Returns the size (calculated by libffi) of the given type.
- InitializeSecurityContext(Sspi.CredHandle, Sspi.CtxtHandle, String, int, int, int, Sspi.SecBufferDesc, int, Sspi.CtxtHandle, Sspi.SecBufferDesc, IntByReference, Sspi.TimeStamp) - Method in interface com.sun.jna.platform.win32.Secur32
-
The InitializeSecurityContext function initiates the client side, outbound security
context from a credential handle.
- initVTable(IDispatchCallback) - Method in class com.sun.jna.platform.win32.COM.DispatchListener
-
- initVTable(IUnknownCallback) - Method in class com.sun.jna.platform.win32.COM.UnknownListener
-
- INPLACE_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- INPLACE_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- INPLACE_E_NOTOOLSPACE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- INPLACE_E_NOTUNDOABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- INPLACE_S_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- INPLACE_S_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- INPLACE_S_TRUNCATED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- inprocHandler32 - Variable in class com.sun.jna.platform.win32.COM.COMUtils.COMInfo
-
The inproc handler32.
- inprocServer32 - Variable in class com.sun.jna.platform.win32.COM.COMUtils.COMInfo
-
The inproc server32.
- input - Variable in class com.sun.jna.platform.unix.X11.XWMHints
-
- INPUT() - Constructor for class com.sun.jna.platform.win32.WinUser.INPUT
-
- INPUT(Pointer) - Constructor for class com.sun.jna.platform.win32.WinUser.INPUT
-
- input - Variable in class com.sun.jna.platform.win32.WinUser.INPUT
-
- input_class - Variable in class com.sun.jna.platform.unix.X11.XInputClassInfoByReference
-
- INPUT_HARDWARE - Static variable in class com.sun.jna.platform.win32.WinUser.INPUT
-
- INPUT_KEYBOARD - Static variable in class com.sun.jna.platform.win32.WinUser.INPUT
-
- INPUT_MOUSE - Static variable in class com.sun.jna.platform.win32.WinUser.INPUT
-
- INPUT_UNION() - Constructor for class com.sun.jna.platform.win32.WinUser.INPUT.INPUT_UNION
-
- INPUT_UNION(Pointer) - Constructor for class com.sun.jna.platform.win32.WinUser.INPUT.INPUT_UNION
-
- InputFocus - Static variable in interface com.sun.jna.platform.unix.X11
-
- InputOnly - Static variable in interface com.sun.jna.platform.unix.X11
-
- InputOutput - Static variable in interface com.sun.jna.platform.unix.X11
-
WINDOW DEFINITIONS
- InstallEventHandler(Pointer, Carbon.EventHandlerProcPtr, int, Carbon.EventTypeSpec[], Pointer, PointerByReference) - Method in interface com.sun.jna.platform.mac.Carbon
-
Installs an event handler on a specified event target.
- INSTALLSTATE_ABSENT - Static variable in interface com.sun.jna.platform.win32.Msi
-
The feature was uninstalled.
- INSTALLSTATE_ADVERTISED - Static variable in interface com.sun.jna.platform.win32.Msi
-
The advertised feature.
- INSTALLSTATE_BADCONFIG - Static variable in interface com.sun.jna.platform.win32.Msi
-
The configuration data is corrupt.
- INSTALLSTATE_BROKEN - Static variable in interface com.sun.jna.platform.win32.Msi
-
The feature is broken.
- INSTALLSTATE_DEFAULT - Static variable in interface com.sun.jna.platform.win32.Msi
-
The feature is installed in the default location: local or source.
- INSTALLSTATE_INCOMPLETE - Static variable in interface com.sun.jna.platform.win32.Msi
-
The installation is suspended or in progress.
- INSTALLSTATE_INVALIDARG - Static variable in interface com.sun.jna.platform.win32.Msi
-
An invalid parameter was passed to the function.
- INSTALLSTATE_LOCAL - Static variable in interface com.sun.jna.platform.win32.Msi
-
The feature was installed on the local drive.
- INSTALLSTATE_MOREDATA - Static variable in interface com.sun.jna.platform.win32.Msi
-
The return buffer is full.
- INSTALLSTATE_NOTUSED - Static variable in interface com.sun.jna.platform.win32.Msi
-
The component being requested is disabled on the computer.
- INSTALLSTATE_REMOVED - Static variable in interface com.sun.jna.platform.win32.Msi
-
The component is being removed.
- INSTALLSTATE_SOURCE - Static variable in interface com.sun.jna.platform.win32.Msi
-
The feature must run from the source, CD-ROM, or network.
- INSTALLSTATE_SOURCEABSENT - Static variable in interface com.sun.jna.platform.win32.Msi
-
The feature must run from the source, and the source is unavailable.
- INSTALLSTATE_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.Msi
-
An unrecognized product or feature was specified.
- INSTANCE - Static variable in class com.sun.jna.platform.KeyboardUtils
-
- INSTANCE - Static variable in interface com.sun.jna.platform.mac.Carbon
-
- INSTANCE - Static variable in interface com.sun.jna.platform.mac.MacFileUtils.FileManager
-
- INSTANCE - Static variable in interface com.sun.jna.platform.mac.SystemB
-
- INSTANCE - Static variable in interface com.sun.jna.platform.mac.XAttr
-
- INSTANCE - Static variable in interface com.sun.jna.platform.unix.X11
-
- INSTANCE - Static variable in interface com.sun.jna.platform.unix.X11.Xevie
-
Instance of Xevie.
- INSTANCE - Static variable in interface com.sun.jna.platform.unix.X11.Xext
-
- INSTANCE - Static variable in interface com.sun.jna.platform.unix.X11.Xrender
-
- INSTANCE - Static variable in interface com.sun.jna.platform.unix.X11.XTest
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Advapi32
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Crypt32
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Dxva2
-
The only instance of the library
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.GDI32
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Kernel32
-
The instance.
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Msi
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Netapi32
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.NtDll
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Ole32
-
The instance.
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.OleAuto
-
The instance.
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.OpenGL32
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Psapi
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Rasapi32
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Secur32
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Shell32
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.User32
-
The instance.
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Version
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- INSTANCE - Static variable in interface com.sun.jna.platform.win32.Wtsapi32
-
- INSTANCE - Static variable in interface com.sun.jna.platform.wince.CoreDLL
-
- int64 - Variable in class com.sun.jna.platform.win32.OaIdl.CURRENCY
-
- INT_PTR() - Constructor for class com.sun.jna.platform.win32.WinDef.INT_PTR
-
Instantiates a new int ptr.
- INT_PTR(long) - Constructor for class com.sun.jna.platform.win32.WinDef.INT_PTR
-
Instantiates a new int ptr.
- INT_SIZE - Static variable in interface com.sun.jna.platform.mac.SystemB
-
- IntByReference - Class in com.sun.jna.ptr
-
- IntByReference() - Constructor for class com.sun.jna.ptr.IntByReference
-
- IntByReference(int) - Constructor for class com.sun.jna.ptr.IntByReference
-
- INTEGER_FALSE - Static variable in class com.sun.jna.Function
-
- INTEGER_TRUE - Static variable in class com.sun.jna.Function
-
- IntegerType - Class in com.sun.jna
-
Represents a native integer value, which may have a platform-specific size
(e.g.
- IntegerType(int) - Constructor for class com.sun.jna.IntegerType
-
Create a zero-valued signed IntegerType.
- IntegerType(int, boolean) - Constructor for class com.sun.jna.IntegerType
-
Create a zero-valued optionally unsigned IntegerType.
- IntegerType(int, long) - Constructor for class com.sun.jna.IntegerType
-
Create a signed IntegerType with the given value.
- IntegerType(int, long, boolean) - Constructor for class com.sun.jna.IntegerType
-
Create an optionally signed IntegerType with the given value.
- InterfaceClassGuid - Variable in class com.sun.jna.platform.win32.SetupApi.SP_DEVICE_INTERFACE_DATA
-
The GUID for the class to which the device interface belongs.
- InterfaceClassGuid - Variable in class com.sun.jna.platform.win32.SetupApi.SP_DEVINFO_DATA
-
The GUID of the device's setup class.
- Internal - Variable in class com.sun.jna.platform.win32.WinBase.OVERLAPPED
-
- internal_page_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- InternalHigh - Variable in class com.sun.jna.platform.win32.WinBase.OVERLAPPED
-
- intVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- intValue() - Method in class com.sun.jna.IntegerType
-
- intValue() - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- INVALID_FILE_ATTRIBUTES - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- INVALID_FILE_SIZE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- INVALID_HANDLE_VALUE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
Constant value representing an invalid HANDLE.
- INVALID_SET_FILE_POINTER - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- InvalidateRect(WinDef.HWND, WinDef.RECT, boolean) - Method in interface com.sun.jna.platform.win32.User32
-
The InvalidateRect function adds a rectangle to the specified window's
update region.
- Inverse() - Method in interface com.sun.jna.platform.win32.COM.IMoniker
-
- Inverse() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- invkind - Variable in class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- InvocationMapper - Interface in com.sun.jna
-
Provide a method for overriding how a given function is invoked.
- invoke(Class, Object[]) - Method in class com.sun.jna.Function
-
Invoke the native function with the given arguments, returning the
native result as an Object.
- invoke(Class, Object[], Map) - Method in class com.sun.jna.Function
-
Invoke the native function with the given arguments, returning the
native result as an Object.
- invoke(Method, Class[], Class, Object[], Map) - Method in class com.sun.jna.Function
-
Invoke the native function with the given arguments, returning the
native result as an Object.
- invoke(Object[], Class, boolean) - Method in class com.sun.jna.Function
-
- invoke(Object[]) - Method in class com.sun.jna.Function
-
Call the native function being represented by this object
- invoke(Object, Method, Object[]) - Method in class com.sun.jna.Library.Handler
-
- invoke(long, long, long) - Method in interface com.sun.jna.Native.ffi_callback
-
- Invoke(OaIdl.DISPID, Guid.GUID.ByValue, WinDef.LCID, WinDef.WORD, OleAuto.DISPPARAMS.ByReference, Variant.VARIANT.ByReference, OaIdl.EXCEPINFO.ByReference, IntByReference) - Method in class com.sun.jna.platform.win32.COM.COMEarlyBindingObject
-
- invoke(String) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke.
- invoke(String, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke.
- invoke(String, Variant.VARIANT[]) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke.
- invoke(String, Variant.VARIANT, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke.
- invoke(String, Variant.VARIANT, Variant.VARIANT, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke.
- invoke(String, Variant.VARIANT, Variant.VARIANT, Variant.VARIANT, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke.
- Invoke(OaIdl.DISPID, Guid.GUID.ByValue, WinDef.LCID, WinDef.WORD, OleAuto.DISPPARAMS.ByReference, Variant.VARIANT.ByReference, OaIdl.EXCEPINFO.ByReference, IntByReference) - Method in class com.sun.jna.platform.win32.COM.Dispatch
-
Invoke.
- invoke(Pointer) - Method in interface com.sun.jna.platform.win32.COM.DispatchVTable.AddRefCallback
-
- invoke(Pointer, Guid.GUID.ByValue, WString[], int, WinDef.LCID, OaIdl.DISPIDByReference) - Method in interface com.sun.jna.platform.win32.COM.DispatchVTable.GetIDsOfNamesCallback
-
- invoke(Pointer, WinDef.UINT, WinDef.LCID, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.DispatchVTable.GetTypeInfoCallback
-
- invoke(Pointer, WinDef.UINTByReference) - Method in interface com.sun.jna.platform.win32.COM.DispatchVTable.GetTypeInfoCountCallback
-
- invoke(Pointer, OaIdl.DISPID, Guid.GUID.ByValue, WinDef.LCID, WinDef.WORD, OleAuto.DISPPARAMS.ByReference, Variant.VARIANT.ByReference, OaIdl.EXCEPINFO.ByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.COM.DispatchVTable.InvokeCallback
-
- invoke(Pointer, Guid.GUID.ByValue, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.DispatchVTable.QueryInterfaceCallback
-
- invoke(Pointer) - Method in interface com.sun.jna.platform.win32.COM.DispatchVTable.ReleaseCallback
-
- Invoke(OaIdl.DISPID, Guid.GUID.ByValue, WinDef.LCID, WinDef.WORD, OleAuto.DISPPARAMS.ByReference, Variant.VARIANT.ByReference, OaIdl.EXCEPINFO.ByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.COM.IDispatch
-
- Invoke(WinDef.PVOID, OaIdl.MEMBERID, WinDef.WORD, OleAuto.DISPPARAMS.ByReference, Variant.VARIANT.ByReference, OaIdl.EXCEPINFO.ByReference, WinDef.UINTByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- Invoke(WinDef.PVOID, OaIdl.MEMBERID, WinDef.WORD, OleAuto.DISPPARAMS.ByReference, Variant.VARIANT.ByReference, OaIdl.EXCEPINFO.ByReference, WinDef.UINTByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Invoke.
- Invoke(WinDef.PVOID, OaIdl.MEMBERID, WinDef.WORD, OleAuto.DISPPARAMS.ByReference) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Invoke.
- Invoke(Variant.VARIANT.ByReference, OaIdl.EXCEPINFO.ByReference, int) - Constructor for class com.sun.jna.platform.win32.COM.TypeInfoUtil.Invoke
-
Instantiates a new invoke.
- invoke(Pointer) - Method in interface com.sun.jna.platform.win32.COM.UnknownVTable.AddRefCallback
-
- invoke(Pointer, Guid.GUID.ByValue, PointerByReference) - Method in interface com.sun.jna.platform.win32.COM.UnknownVTable.QueryInterfaceCallback
-
- invoke(Pointer) - Method in interface com.sun.jna.platform.win32.COM.UnknownVTable.ReleaseCallback
-
- Invoke(OaIdl.DISPID, Guid.GUID.ByValue, WinDef.LCID, WinDef.WORD, OleAuto.DISPPARAMS.ByReference, Variant.VARIANT.ByReference, OaIdl.EXCEPINFO.ByReference, IntByReference) - Method in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- invoke(Object, Method, Object[]) - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- INVOKE_FUNC - Static variable in class com.sun.jna.platform.win32.OaIdl.INVOKEKIND
-
- INVOKE_PROPERTYGET - Static variable in class com.sun.jna.platform.win32.OaIdl.INVOKEKIND
-
- INVOKE_PROPERTYPUT - Static variable in class com.sun.jna.platform.win32.OaIdl.INVOKEKIND
-
- INVOKE_PROPERTYPUTREF - Static variable in class com.sun.jna.platform.win32.OaIdl.INVOKEKIND
-
- InvokeCallback - Variable in class com.sun.jna.platform.win32.COM.DispatchVTable
-
- invokeDouble(Object[]) - Method in class com.sun.jna.Function
-
- invokeDouble(long, int, Object[]) - Static method in class com.sun.jna.Native
-
Call the native function being represented by this object
- invokeFloat(Object[]) - Method in class com.sun.jna.Function
-
- invokeFloat(long, int, Object[]) - Static method in class com.sun.jna.Native
-
Call the native function being represented by this object
- invokeInt(Object[]) - Method in class com.sun.jna.Function
-
- invokeInt(long, int, Object[]) - Static method in class com.sun.jna.Native
-
Call the native function being represented by this object
- INVOKEKIND() - Constructor for class com.sun.jna.platform.win32.OaIdl.INVOKEKIND
-
- INVOKEKIND(int) - Constructor for class com.sun.jna.platform.win32.OaIdl.INVOKEKIND
-
- invokeLong(Object[]) - Method in class com.sun.jna.Function
-
- invokeLong(long, int, Object[]) - Static method in class com.sun.jna.Native
-
Call the native function being represented by this object
- invokeMethod(Class<T>, String, Object...) - Method in interface com.sun.jna.platform.win32.COM.util.IDispatch
-
- invokeMethod(Class<T>, String, Object...) - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- invokeNoReply(String, IDispatch) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeNoReply(String, COMLateBindingObject) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeNoReply(String, IDispatch, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeNoReply(String, IDispatch, Variant.VARIANT, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeNoReply(String, COMLateBindingObject, Variant.VARIANT, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
- invokeNoReply(String, COMLateBindingObject, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeNoReply(String, IDispatch, Variant.VARIANT[]) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeNoReply(String) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeNoReply(String, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeNoReply(String, Variant.VARIANT[]) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeNoReply(String, Variant.VARIANT, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeNoReply(String, Variant.VARIANT, Variant.VARIANT, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeNoReply(String, Variant.VARIANT, Variant.VARIANT, Variant.VARIANT, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Invoke no reply.
- invokeObject(Object[]) - Method in class com.sun.jna.Function
-
- invokeObject(long, int, Object[]) - Static method in class com.sun.jna.Native
-
Call the native function being represented by this object, returning
a Java Object
.
- invokeOnThread(OaIdl.DISPID, Guid.GUID.ByValue, WinDef.LCID, WinDef.WORD, OleAuto.DISPPARAMS.ByReference) - Method in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- invokePointer(Object[]) - Method in class com.sun.jna.Function
-
- invokePointer(long, int, Object[]) - Static method in class com.sun.jna.Native
-
Call the native function being represented by this object
- invokeString(Object[], boolean) - Method in class com.sun.jna.Function
-
- invokeStructure(long, int, Object[], Structure) - Static method in class com.sun.jna.Native
-
Call the native function being represented by this object, returning
a struct by value.
- invokeSynchronised(Object, Method, Object[]) - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- invokeVoid(Object[]) - Method in class com.sun.jna.Function
-
- invokeVoid(long, int, Object[]) - Static method in class com.sun.jna.Native
-
Call the native function being represented by this object
- IOCTL_STORAGE_GET_DEVICE_NUMBER - Static variable in interface com.sun.jna.platform.win32.Winioctl
-
Retrieves the device type, device number, and, for a partitionable device, the partition number of a device.
- ipaddr - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the IP address to be used while this connection is active.
- ipaddrDns - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the IP address of the DNS server to be used while this connection is active.
- ipaddrDnsAlt - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the IP address of a secondary or backup DNS server to be used while this connection is active.
- ipaddrWins - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the IP address of the WINS server to be used while this connection is active.
- ipaddrWinsAlt - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the IP address of a secondary WINS server to be used while this connection is active.
- IPersist - Interface in com.sun.jna.platform.win32.COM
-
Provides the CLSID of an object that can be stored persistently in the
system.
- IPersistStream - Interface in com.sun.jna.platform.win32.COM
-
Enables the saving and loading of objects that use a simple serial stream for their storage needs.
- iPixelType - Variable in class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
Specifies the type of pixel data.
- ipv4 - Variable in class com.sun.jna.platform.win32.WinRas.RASTUNNELENDPOINT.UNION
-
- ipv6 - Variable in class com.sun.jna.platform.win32.WinRas.RASTUNNELENDPOINT.UNION
-
- ipv6addr - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the client's IPv6 address negotiated by the server and the client.
- ipv6addrDns - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Contains the IPv6 address of the preferred DNS.
- ipv6addrDnsAlt - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Contains the IPv6 address of the alternate DNS.
- IRawDispatchHandle - Interface in com.sun.jna.platform.win32.COM.util
-
IF you want to access the underlying raw (com.sun.jna.platform.win32.COM.IDispatch) object
then have your @ComObject or @ComInterface interface extends this interface.
- IRecordInfo - Interface in com.sun.jna.platform.win32.COM
-
Wrapper class for the IRecordInfo interface.
- IRunningObjectTable - Interface in com.sun.jna.platform.win32.COM
-
Manages access to the running object table (ROT), a globally accessible
look-up table on each workstation.
- IRunningObjectTable - Interface in com.sun.jna.platform.win32.COM.util
-
- is64Bit() - Static method in class com.sun.jna.Platform
-
- is_hint - Variable in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- isActive() - Method in class com.sun.jna.platform.dnd.DropHandler
-
- isAIX() - Static method in class com.sun.jna.Platform
-
- isAix() - Static method in class com.sun.jna.Platform
-
Deprecated.
- isAndroid() - Static method in class com.sun.jna.Platform
-
- isARM() - Static method in class com.sun.jna.Platform
-
- ISC_REQ_ALLOCATE_MEMORY - Static variable in interface com.sun.jna.platform.win32.Sspi
-
The security package allocates output buffers for you.
- ISC_REQ_CONFIDENTIALITY - Static variable in interface com.sun.jna.platform.win32.Sspi
-
Encrypt messages by using the EncryptMessage function.
- ISC_REQ_CONNECTION - Static variable in interface com.sun.jna.platform.win32.Sspi
-
The security context will not handle formatting messages.
- ISC_REQ_DELEGATE - Static variable in interface com.sun.jna.platform.win32.Sspi
-
The server can use the context to authenticate to other servers as the client.
- ISC_REQ_EXTENDED_ERROR - Static variable in interface com.sun.jna.platform.win32.Sspi
-
When errors occur, the remote party will be notified.
- ISC_REQ_INTEGRITY - Static variable in interface com.sun.jna.platform.win32.Sspi
-
Sign messages and verify signatures by using the EncryptMessage and MakeSignature functions.
- ISC_REQ_MUTUAL_AUTH - Static variable in interface com.sun.jna.platform.win32.Sspi
-
The mutual authentication policy of the service will be satisfied.
- ISC_REQ_REPLAY_DETECT - Static variable in interface com.sun.jna.platform.win32.Sspi
-
Detect replayed messages that have been encoded by using the
EncryptMessage or MakeSignature functions.
- ISC_REQ_SEQUENCE_DETECT - Static variable in interface com.sun.jna.platform.win32.Sspi
-
Detect messages received out of sequence.
- ISC_REQ_STREAM - Static variable in interface com.sun.jna.platform.win32.Sspi
-
Support a stream-oriented connection.
- isDaemon(Callback) - Method in class com.sun.jna.CallbackThreadInitializer
-
Returns whether the callback thread should be a daemon thread.
- IsDirty() - Method in interface com.sun.jna.platform.win32.COM.IPersistStream
-
Determines whether an object has changed since it was last saved to its
stream.
- IsDirty() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- isDispIdMode() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
- isEmpty() - Method in class com.sun.jna.WeakIdentityHashMap
-
- IsEqual() - Method in interface com.sun.jna.platform.win32.COM.IMoniker
-
- IsEqual() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- isFreeBSD() - Static method in class com.sun.jna.Platform
-
- isGNU() - Static method in class com.sun.jna.Platform
-
- isInbound() - Method in class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
The domain represented by this structure directly trusts the domain that
the server specified in the ServerName parameter of the DsEnumerateDomainTrusts
function is a member of.
- isInForest() - Method in class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
The domain represented by this structure is a member of the same forest
as the server specified in the ServerName parameter of the
DsEnumerateDomainTrusts function.
- isIntel() - Static method in class com.sun.jna.Platform
-
- iskFreeBSD() - Static method in class com.sun.jna.Platform
-
- isLinux() - Static method in class com.sun.jna.Platform
-
- isMac() - Static method in class com.sun.jna.Platform
-
- IsMatchingType(IRecordInfo) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- IsMatchingType(IRecordInfo) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Checks if is matching type.
- IsName(WTypes.LPOLESTR, WinDef.ULONG, WinDef.BOOLByReference) - Method in interface com.sun.jna.platform.win32.COM.ITypeLib
-
- IsName(WTypes.LPOLESTR, WinDef.ULONG, WinDef.BOOLByReference) - Method in class com.sun.jna.platform.win32.COM.TypeLib
-
Checks if is name.
- IsName(String, int) - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Checks if is name.
- IsName(String, boolean) - Constructor for class com.sun.jna.platform.win32.COM.TypeLibUtil.IsName
-
Instantiates a new checks if is name.
- isName() - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil.IsName
-
Checks if is name.
- isNativeMode() - Method in class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
The domain represented by this structure is running in the Windows 2000 native mode.
- isNetBSD() - Static method in class com.sun.jna.Platform
-
- isNone(Object) - Method in class com.sun.jna.platform.unix.X11.XID
-
- isNull() - Method in class com.sun.jna.platform.win32.Sspi.SecHandle
-
Returns true if the handle is NULL.
- isOpenBSD() - Static method in class com.sun.jna.Platform
-
- isOutbound() - Method in class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
The domain represented by this structure is directly trusted by the domain
that the server specified in the ServerName parameter of the
DsEnumerateDomainTrusts function is a member of.
- isPPC() - Static method in class com.sun.jna.Platform
-
- isPressed(int, int) - Static method in class com.sun.jna.platform.KeyboardUtils
-
- isPressed(int) - Static method in class com.sun.jna.platform.KeyboardUtils
-
- isPrimary() - Method in class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
The domain represented by this structure is the primary domain of the server
specified in the ServerName parameter of the DsEnumerateDomainTrusts function.
- isProtected() - Static method in class com.sun.jna.Native
-
Returns whether protection is enabled.
- isReadOnly - Variable in class com.sun.jna.Structure.StructField
-
- isReservedMethod(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
Checks if is reserved method.
- isRoot() - Method in class com.sun.jna.platform.win32.Netapi32Util.DomainTrust
-
The domain represented by this structure is the root of a tree and a member
of the same forest as the server specified in the ServerName parameter of the
DsEnumerateDomainTrusts function.
- IsRunning() - Method in interface com.sun.jna.platform.win32.COM.IMoniker
-
- IsRunning(Pointer) - Method in interface com.sun.jna.platform.win32.COM.IRunningObjectTable
-
Determines whether the object identified by the specified moniker is
currently running.
- IsRunning() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- IsRunning(Pointer) - Method in class com.sun.jna.platform.win32.COM.RunningObjectTable
-
- isSolaris() - Static method in class com.sun.jna.Platform
-
- isSPARC() - Static method in class com.sun.jna.Platform
-
- isSupported(DataFlavor[]) - Method in class com.sun.jna.platform.dnd.DropHandler
-
Return whether any of the flavors in the given list are accepted.
- isSupportedNativeType(Class) - Static method in class com.sun.jna.Native
-
Indicate whether the given class is supported as a native argument
type.
- IsSystemMoniker() - Method in interface com.sun.jna.platform.win32.COM.IMoniker
-
- IsSystemMoniker() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- isTlbFile() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCmdlineArgs
-
- isTlbId() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCmdlineArgs
-
- IStream - Interface in com.sun.jna.platform.win32.COM
-
The IStream interface lets you read and write data to stream objects.
- IsUnmapped - Static variable in interface com.sun.jna.platform.unix.X11
-
- isUnpacked(File) - Static method in class com.sun.jna.Native
-
Identify temporary files unpacked from classpath jar files.
- IsUnviewable - Static variable in interface com.sun.jna.platform.unix.X11
-
- IsValidAcl(Pointer) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The IsValidAcl function validates an access control list (ACL).
- IsValidSecurityDescriptor(Pointer) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The IsValidSecurityDescriptor function determines whether the components of a security descriptor are valid.
- IsValidSid(WinNT.PSID) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The IsValidSid function validates a security identifier (SID) by
verifying that the revision number is within a known range, and that the
number of subauthorities is less than the maximum.
- isVarArgs(Method) - Static method in class com.sun.jna.Function
-
Varargs are only supported on 1.5+.
- isVarArgs(Method) - Method in class com.sun.jna.VarArgsChecker
-
Checks if the given method was declared to take a variable number of arguments.
- IsViewable - Static variable in interface com.sun.jna.platform.unix.X11
-
- isVolatile - Variable in class com.sun.jna.Structure.StructField
-
- isVTableMode() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
- IsWellKnownSid(WinNT.PSID, int) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Compares a SID to a well known SID and returns TRUE if they match.
- isWellKnownSid(String, int) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Compares a SID to a well known SID and returns TRUE if they match.
- isWellKnownSid(byte[], int) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Compares a SID to a well known SID and returns TRUE if they match.
- isWideCharEnvironmentStringBlock(Pointer, long) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
Attempts to determine whether the data block uses wchar_t
instead of "plain old" char
s.
- isWindowAlphaSupported() - Static method in class com.sun.jna.platform.WindowUtils
-
Indicate a window can have a global alpha setting.
- isWindowAlphaSupported() - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Default: no support.
- isWindows() - Static method in class com.sun.jna.Platform
-
Returns true for any windows variant.
- isWindowsCE() - Static method in class com.sun.jna.Platform
-
- IsWindowVisible(WinDef.HWND) - Method in interface com.sun.jna.platform.win32.User32
-
Determines the visibility state of the specified window.
- IsWow64Process(WinNT.HANDLE, IntByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The IsWow64Process function determines whether the specified process is
running under WOW64.
- isX11() - Static method in class com.sun.jna.Platform
-
- iterator() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogIterator
-
- iterator() - Method in class com.sun.jna.platform.win32.COM.util.EnumMoniker
-
- iterator() - Method in class com.sun.jna.Structure.StructureSet
-
Simple implementation so that toString() doesn't break.
- iType - Variable in class com.sun.jna.platform.win32.WinGDI.RGNDATAHEADER
-
- ITypeComp - Interface in com.sun.jna.platform.win32.COM
-
Wrapper class for the ITypeComp interface.
- ITypeInfo - Interface in com.sun.jna.platform.win32.COM
-
Wrapper class for the ITypeInfo interface.
- ITypeLib - Interface in com.sun.jna.platform.win32.COM
-
Wrapper class for the ITypeLib interface.
- IUnknown - Interface in com.sun.jna.platform.win32.COM
-
Wrapper class for the ITypeInfo interface
Method Name V-Table Offset IUnknown.QueryInterface 0 IUnknown.AddRef 4
IUnknown.Release 8
- IUnknown - Interface in com.sun.jna.platform.win32.COM.util
-
Java friendly version of the IUnknown interface.
- IUNKNOWN_METHODS - Static variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
The iunknown methods.
- IUnknownCallback - Interface in com.sun.jna.platform.win32.COM
-
- iVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- l - Variable in class com.sun.jna.platform.unix.X11.XClientMessageEvent.Data
-
- LABEL_SECURITY_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- LARGE_INTEGER() - Constructor for class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER
-
- LARGE_INTEGER(long) - Constructor for class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER
-
- LastErrorException - Exception in com.sun.jna
-
- LastErrorException(String) - Constructor for exception com.sun.jna.LastErrorException
-
- LastErrorException(int) - Constructor for exception com.sun.jna.LastErrorException
-
- LASTEvent - Static variable in interface com.sun.jna.platform.unix.X11
-
- LastExtensionError - Static variable in interface com.sun.jna.platform.unix.X11
-
- LASTINPUTINFO() - Constructor for class com.sun.jna.platform.win32.WinUser.LASTINPUTINFO
-
- LastWriteTime - Variable in class com.sun.jna.platform.win32.Wdm.KEY_BASIC_INFORMATION
-
The last time the key or any of its values changed.
- layoutInfo - Static variable in class com.sun.jna.Structure
-
- lcid - Variable in class com.sun.jna.platform.win32.OaIdl.TLIBATTR
-
- lcid - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- LCID() - Constructor for class com.sun.jna.platform.win32.WinDef.LCID
-
Instantiates a new lcid.
- LCID(long) - Constructor for class com.sun.jna.platform.win32.WinDef.LCID
-
Instantiates a new lcid.
- LeaveNotify - Static variable in interface com.sun.jna.platform.unix.X11
-
- LeaveWindowMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- led - Variable in class com.sun.jna.platform.unix.X11.XKeyboardControlRef
-
State of the LEDs.
- led_mask - Variable in class com.sun.jna.platform.unix.X11.XKeyboardStateRef
-
State of the LEDs.
- led_mode - Variable in class com.sun.jna.platform.unix.X11.XKeyboardControlRef
-
LED mode: LedModeOn or LedModeOff.
- LedModeOff - Static variable in interface com.sun.jna.platform.unix.X11
-
- LedModeOn - Static variable in interface com.sun.jna.platform.unix.X11
-
- left - Variable in class com.sun.jna.platform.win32.WinDef.RECT
-
The left.
- length() - Method in class com.sun.jna.NativeString
-
- Length - Variable in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_BINARY_DATA
-
- Length - Variable in class com.sun.jna.platform.win32.NTSecApi.LSA_UNICODE_STRING
-
Specifies the length, in bytes, of the string pointed to by the Buffer member,
not including the terminating null character, if any.
- Length - Variable in class com.sun.jna.platform.win32.WinNT.EVENTLOGRECORD
-
Size of this event record, in bytes.
- length - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWPLACEMENT
-
The length of the structure, in bytes.
- length() - Method in class com.sun.jna.WString
-
- level - Variable in class com.sun.jna.platform.win32.WinNT.CACHE_DESCRIPTOR
-
The cache level.
- lgrui0_name - Variable in class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_INFO_0
-
- lgrui0_name - Variable in class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_USERS_INFO_0
-
Pointer to a Unicode string specifying the name of a local group to which the user belongs.
- lgrui1_comment - Variable in class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_INFO_1
-
- lgrui1_name - Variable in class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_INFO_1
-
- lh - Variable in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.UNION
-
- LHND - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LIBFLAG_FCONTROL - Static variable in class com.sun.jna.platform.win32.OaIdl.LIBFLAGS
-
- LIBFLAG_FHASDISKIMAGE - Static variable in class com.sun.jna.platform.win32.OaIdl.LIBFLAGS
-
- LIBFLAG_FHIDDEN - Static variable in class com.sun.jna.platform.win32.OaIdl.LIBFLAGS
-
- LIBFLAG_FRESTRICTED - Static variable in class com.sun.jna.platform.win32.OaIdl.LIBFLAGS
-
- LIBFLAGS() - Constructor for class com.sun.jna.platform.win32.OaIdl.LIBFLAGS
-
- LIBFLAGS(int) - Constructor for class com.sun.jna.platform.win32.OaIdl.LIBFLAGS
-
- LIBFLAGS(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.LIBFLAGS
-
- Library - Interface in com.sun.jna
-
Derive from this interface for all native library definitions.
- Library.Handler - Class in com.sun.jna
-
- line_style - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- line_width - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- LineDoubleDash - Static variable in interface com.sun.jna.platform.unix.X11
-
- LineOnOffDash - Static variable in interface com.sun.jna.platform.unix.X11
-
- lineSize - Variable in class com.sun.jna.platform.win32.WinNT.CACHE_DESCRIPTOR
-
The cache line size, in bytes.
- LineSolid - Static variable in interface com.sun.jna.platform.unix.X11
-
- LINK - Static variable in class com.sun.jna.platform.dnd.DragHandler
-
- LINK_MASK - Static variable in class com.sun.jna.platform.dnd.DragHandler
-
Modifier mask for a user-requested link.
- LINUX - Static variable in class com.sun.jna.Platform
-
- listenedToRiid - Variable in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- Listener() - Constructor for class com.sun.jna.platform.WindowUtils.RepaintTrigger.Listener
-
- listxattr(String, Pointer, long, int) - Method in interface com.sun.jna.platform.mac.XAttr
-
- listXAttr(String) - Static method in class com.sun.jna.platform.mac.XAttrUtil
-
- LittleEndian - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- lLbound - Variable in class com.sun.jna.platform.win32.OaIdl.SAFEARRAYBOUND
-
- llVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- LMAccess - Interface in com.sun.jna.platform.win32
-
Ported from LMAccess.h.
- LMAccess.GROUP_INFO_0 - Class in com.sun.jna.platform.win32
-
The GROUP_INFO_0 structure contains the name of a global group in the security
database, which is the security accounts manager (SAM) database or, in the case
of domain controllers, the Active Directory.
- LMAccess.GROUP_INFO_1 - Class in com.sun.jna.platform.win32
-
The GROUP_INFO_1 structure contains a global group name and a comment to
associate with the group.
- LMAccess.GROUP_INFO_2 - Class in com.sun.jna.platform.win32
-
The GROUP_INFO_2 structure contains information about a global group, including
name, identifier, and resource attributes.
- LMAccess.GROUP_INFO_3 - Class in com.sun.jna.platform.win32
-
The GROUP_INFO_3 structure contains information about a global group, including
name, security identifier (SID), and resource attributes.
- LMAccess.GROUP_USERS_INFO_0 - Class in com.sun.jna.platform.win32
-
The GROUP_USERS_INFO_0 structure contains global group member information.
- LMAccess.LOCALGROUP_INFO_0 - Class in com.sun.jna.platform.win32
-
- LMAccess.LOCALGROUP_INFO_1 - Class in com.sun.jna.platform.win32
-
- LMAccess.LOCALGROUP_USERS_INFO_0 - Class in com.sun.jna.platform.win32
-
The LOCALGROUP_USERS_INFO_0 structure contains local group member information.
- LMAccess.USER_INFO_0 - Class in com.sun.jna.platform.win32
-
The USER_INFO_0 structure contains a user account name.
- LMAccess.USER_INFO_1 - Class in com.sun.jna.platform.win32
-
The USER_INFO_1 structure contains information about a user account, including
account name, password data, privilege level, and the path to the user's home
directory.
- LMAccess.USER_INFO_23 - Class in com.sun.jna.platform.win32
-
The USER_INFO_23 structure contains information about a user account,
including the account name, the user's full name, a comment associated with the account,
and the user's security identifier (SID).
- LMCons - Interface in com.sun.jna.platform.win32
-
Ported from LMCons.h.
- LMEM_DISCARDABLE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LMEM_DISCARDED - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LMEM_FIXED - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LMEM_INVALID_HANDLE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LMEM_LOCKCOUNT - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LMEM_MODIFY - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LMEM_MOVEABLE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LMEM_NOCOMPACT - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LMEM_NODISCARD - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LMEM_VALID_FLAGS - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LMEM_ZEROINIT - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- LMErr - Interface in com.sun.jna.platform.win32
-
Ported from LMErr.h.
- LMJoin - Interface in com.sun.jna.platform.win32
-
Ported from LMJoin.h.
- LMJoin.NETSETUP_JOIN_STATUS - Class in com.sun.jna.platform.win32
-
Status of a workstation.
- Lo - Variable in class com.sun.jna.platform.win32.OaIdl.CURRENCY._CURRENCY
-
- Lo32 - Variable in class com.sun.jna.platform.win32.OaIdl.DECIMAL._DECIMAL2._DECIMAL2_DECIMAL
-
- Lo64 - Variable in class com.sun.jna.platform.win32.OaIdl.DECIMAL._DECIMAL2
-
- Load(IStream) - Method in interface com.sun.jna.platform.win32.COM.IPersistStream
-
Initializes an object from the stream where it was saved previously
(Unimplemented)
- Load(IStream) - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- LoadIcon(WinDef.HINSTANCE, String) - Method in interface com.sun.jna.platform.win32.User32
-
This function loads the specified icon resource from the executable
(.exe) file associated with an application instance.
- LoadImage(WinDef.HINSTANCE, String, int, int, int, int) - Method in interface com.sun.jna.platform.win32.User32
-
This function loads an icon, cursor, or bitmap.
- loadLibrary(Class) - Static method in class com.sun.jna.Native
-
Map a library interface to the current process, providing
the explicit interface class.
- loadLibrary(Class, Map) - Static method in class com.sun.jna.Native
-
Map a library interface to the current process, providing
the explicit interface class.
- loadLibrary(String, Class) - Static method in class com.sun.jna.Native
-
Map a library interface to the given shared library, providing
the explicit interface class.
- loadLibrary(String, Class, Map) - Static method in class com.sun.jna.Native
-
Load a library interface from the given shared library, providing
the explicit interface class and a map of options for the library.
- LoadRegTypeLib(Guid.GUID, int, int, WinDef.LCID, PointerByReference) - Method in interface com.sun.jna.platform.win32.OleAuto
-
Uses registry information to load a type library.
- LoadTypeLib(WString, PointerByReference) - Method in interface com.sun.jna.platform.win32.OleAuto
-
Loads and registers a type library.
- LocalAlloc(int, int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The LocalAlloc function allocates the specified number of bytes from the
heap.
- LOCALE_SYSTEM_DEFAULT - Static variable in class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
The Constant LOCALE_SYSTEM_DEFAULT.
- LOCALE_SYSTEM_DEFAULT - Static variable in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
The Constant LOCALE_SYSTEM_DEFAULT.
- LOCALE_USER_DEFAULT - Static variable in class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
The Constant LOCALE_USER_DEFAULT.
- LOCALE_USER_DEFAULT - Static variable in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
The Constant LOCALE_USER_DEFAULT.
- localEndPoint - Variable in class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
A RASTUNNELENDPOINT structure that contains the local client endpoint information of a virtual private network (VPN) endpoint.
- LocalFree(Pointer) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Frees the specified local memory object and invalidates its handle.
- LocalGroup() - Constructor for class com.sun.jna.platform.win32.Netapi32Util.LocalGroup
-
- LOCALGROUP_INFO_0() - Constructor for class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_INFO_0
-
- LOCALGROUP_INFO_0(Pointer) - Constructor for class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_INFO_0
-
- LOCALGROUP_INFO_1() - Constructor for class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_INFO_1
-
- LOCALGROUP_INFO_1(Pointer) - Constructor for class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_INFO_1
-
- LOCALGROUP_USERS_INFO_0() - Constructor for class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_USERS_INFO_0
-
- LOCALGROUP_USERS_INFO_0(Pointer) - Constructor for class com.sun.jna.platform.win32.LMAccess.LOCALGROUP_USERS_INFO_0
-
- localServer32 - Variable in class com.sun.jna.platform.win32.COM.COMUtils.COMInfo
-
The local server32.
- LockMapIndex - Static variable in interface com.sun.jna.platform.unix.X11
-
- LockMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- LockWorkStation() - Method in interface com.sun.jna.platform.win32.User32
-
Locks the workstation's display.
- log(String, String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
Log.
- logError(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
Log error.
- logInfo(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
Log info.
- logInfo(String) - Static method in class com.sun.jna.platform.win32.COM.tlb.TlbImp
-
Log info.
- LOGON32_LOGON_BATCH - Static variable in interface com.sun.jna.platform.win32.WinBase
-
This logon type is intended for batch servers, where processes may be executing on behalf
of a user without their direct intervention.
- LOGON32_LOGON_INTERACTIVE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
This logon type is intended for users who will be interactively using the computer, such
as a user being logged on by a terminal server, remote shell, or similar process.
- LOGON32_LOGON_NETWORK - Static variable in interface com.sun.jna.platform.win32.WinBase
-
This logon type is intended for high performance servers to authenticate plaintext passwords.
- LOGON32_LOGON_NETWORK_CLEARTEXT - Static variable in interface com.sun.jna.platform.win32.WinBase
-
This logon type preserves the name and password in the authentication package, which allows the
server to make connections to other network servers while impersonating the client.
- LOGON32_LOGON_NEW_CREDENTIALS - Static variable in interface com.sun.jna.platform.win32.WinBase
-
This logon type allows the caller to clone its current token and specify new credentials for
outbound connections.
- LOGON32_LOGON_SERVICE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
Indicates a service-type logon.
- LOGON32_LOGON_UNLOCK - Static variable in interface com.sun.jna.platform.win32.WinBase
-
This logon type is for GINA DLLs that log on users who will be interactively using the computer.
- LOGON32_PROVIDER_DEFAULT - Static variable in interface com.sun.jna.platform.win32.WinBase
-
Use the standard logon provider for the system.
- LOGON32_PROVIDER_WINNT35 - Static variable in interface com.sun.jna.platform.win32.WinBase
-
Use the Windows NT 3.5 logon provider.
- LOGON32_PROVIDER_WINNT40 - Static variable in interface com.sun.jna.platform.win32.WinBase
-
Use the NTLM logon provider.
- LOGON32_PROVIDER_WINNT50 - Static variable in interface com.sun.jna.platform.win32.WinBase
-
Use the negotiate logon provider.
- LogonUser(String, String, String, int, int, WinNT.HANDLEByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The LogonUser function attempts to log a user on to the local computer.
- LONG() - Constructor for class com.sun.jna.platform.win32.WinDef.LONG
-
Instantiates a new long.
- LONG(long) - Constructor for class com.sun.jna.platform.win32.WinDef.LONG
-
Instantiates a new long.
- LONG_PTR() - Constructor for class com.sun.jna.platform.win32.BaseTSD.LONG_PTR
-
- LONG_PTR(long) - Constructor for class com.sun.jna.platform.win32.BaseTSD.LONG_PTR
-
- LONG_SIZE - Static variable in class com.sun.jna.Native
-
Size of a native long
type, in bytes.
- LONGByReference() - Constructor for class com.sun.jna.platform.win32.WinDef.LONGByReference
-
Instantiates a new LONG by reference.
- LONGByReference(WinDef.LONG) - Constructor for class com.sun.jna.platform.win32.WinDef.LONGByReference
-
Instantiates a new LONG by reference.
- LongByReference - Class in com.sun.jna.ptr
-
- LongByReference() - Constructor for class com.sun.jna.ptr.LongByReference
-
- LongByReference(long) - Constructor for class com.sun.jna.ptr.LongByReference
-
- LONGLONG() - Constructor for class com.sun.jna.platform.win32.WinDef.LONGLONG
-
Instantiates a new LONGLONG.
- LONGLONG(long) - Constructor for class com.sun.jna.platform.win32.WinDef.LONGLONG
-
Instantiates a new LONGLONG.
- LONGLONGByReference() - Constructor for class com.sun.jna.platform.win32.WinDef.LONGLONGByReference
-
Instantiates a new LONGLONG by reference.
- LONGLONGByReference(WinDef.LONGLONG) - Constructor for class com.sun.jna.platform.win32.WinDef.LONGLONGByReference
-
Instantiates a new LONGLONG by reference.
- longValue() - Method in class com.sun.jna.IntegerType
-
- longValue() - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- longValue() - Method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.LowHigh
-
- longValue() - Method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.UNION
-
- LookupAccountName(String, String, WinNT.PSID, IntByReference, char[], IntByReference, PointerByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Accepts the name of a system and anaccount as input and retrieves a
security identifier (SID) for the account and the name of the domain on
which the account was found.
- LookupAccountSid(String, WinNT.PSID, char[], IntByReference, char[], IntByReference, PointerByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Retrieves the name of the account for this SID and the name of the first
domain on which this SID is found.
- LookupPrivilegeName(String, WinNT.LUID, char[], IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The LookupPrivilegeName function retrieves the name that corresponds to
the privilege represented on a specific system by a specified locally
unique identifier (LUID).
- LookupPrivilegeValue(String, String, WinNT.LUID) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The LookupPrivilegeValue function retrieves the locally unique identifier
(LUID) used on a specified system to locally represent the specified
privilege name.
- lookups - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- lookups - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- LowerHighest - Static variable in interface com.sun.jna.platform.unix.X11
-
- LowHigh() - Constructor for class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.LowHigh
-
- LowHigh(long) - Constructor for class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.LowHigh
-
- LowHigh(WinDef.DWORD, WinDef.DWORD) - Constructor for class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.LowHigh
-
- LowLevelMonitorConfigurationAPI - Interface in com.sun.jna.platform.win32
-
Conversion of LowLevelMonitorConfigurationAPI.h
- LowLevelMonitorConfigurationAPI.MC_TIMING_REPORT - Class in com.sun.jna.platform.win32
-
Contains information from a monitor's timing report.
- LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE - Enum in com.sun.jna.platform.win32
-
Describes a Virtual Control Panel (VCP) code type.
- LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE.ByReference - Class in com.sun.jna.platform.win32
-
Defines a Reference to the enum
- LowPart - Variable in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.LowHigh
-
- LowPart - Variable in class com.sun.jna.platform.win32.WinNT.LUID
-
- lpadesc - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEDESC._TYPEDESC
-
[case()]
C type : tagARRAYDESC*
- lParam - Variable in class com.sun.jna.platform.win32.ShellAPI.APPBARDATA
-
- LPARAM() - Constructor for class com.sun.jna.platform.win32.WinDef.LPARAM
-
Instantiates a new lparam.
- LPARAM(long) - Constructor for class com.sun.jna.platform.win32.WinDef.LPARAM
-
Instantiates a new lparam.
- lParam - Variable in class com.sun.jna.platform.win32.WinUser.MSG
-
- lpcbClass - Variable in class com.sun.jna.platform.win32.Advapi32Util.EnumKey
-
- lpcbSecurityDescriptor - Variable in class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- lpcClass - Variable in class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- lpClass - Variable in class com.sun.jna.platform.win32.Advapi32Util.EnumKey
-
- lpClass - Variable in class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- lpcMaxClassLen - Variable in class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- lpcMaxSubKeyLen - Variable in class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- lpcMaxValueLen - Variable in class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- lpcMaxValueNameLen - Variable in class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- lpcName - Variable in class com.sun.jna.platform.win32.Advapi32Util.EnumKey
-
- lpcSubKeys - Variable in class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- lpcValues - Variable in class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- lpDesktop - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
The name of the desktop, or the name of both the desktop and window station for this process.
- lpfnWndProc - Variable in class com.sun.jna.platform.win32.WinUser.WNDCLASSEX
-
The lpfn wnd proc.
- lpftLastWriteTime - Variable in class com.sun.jna.platform.win32.Advapi32Util.EnumKey
-
- lpftLastWriteTime - Variable in class com.sun.jna.platform.win32.Advapi32Util.InfoKey
-
- lpfuncdesc - Variable in class com.sun.jna.platform.win32.OaIdl.BINDPTR
-
- lpMaximumApplicationAddress - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
Pointer to the highest memory address accessible to applications and DLLs.
- lpMinimumApplicationAddress - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
Pointer to the lowest memory address accessible to applications and dynamic-link libraries (DLLs).
- lpName - Variable in class com.sun.jna.platform.win32.Advapi32Util.EnumKey
-
- LPOLESTR() - Constructor for class com.sun.jna.platform.win32.WTypes.LPOLESTR
-
- LPOLESTR(Pointer) - Constructor for class com.sun.jna.platform.win32.WTypes.LPOLESTR
-
- LPOLESTR(String) - Constructor for class com.sun.jna.platform.win32.WTypes.LPOLESTR
-
- LPPRINTER_DEFAULTS() - Constructor for class com.sun.jna.platform.win32.Winspool.LPPRINTER_DEFAULTS
-
- lpReserved - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
Reserved; must be NULL.
- lpReserved2 - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
Reserved for use by the C Run-time; must be NULL.
- lprgelemdescParam - Variable in class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- lprgscode - Variable in class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- lpSecurityDescriptor - Variable in class com.sun.jna.platform.win32.WinBase.SECURITY_ATTRIBUTES
-
A pointer to a SECURITY_DESCRIPTOR structure that controls access to the object.
- LPSTR() - Constructor for class com.sun.jna.platform.win32.WTypes.LPSTR
-
- LPSTR(Pointer) - Constructor for class com.sun.jna.platform.win32.WTypes.LPSTR
-
- LPSTR(String) - Constructor for class com.sun.jna.platform.win32.WTypes.LPSTR
-
- lpstrSchema - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- lpstrSchema - Variable in class com.sun.jna.platform.win32.OaIdl.VARDESC
-
- lpszClassName - Variable in class com.sun.jna.platform.win32.WinUser.WNDCLASSEX
-
The lpsz class name.
- lpszMenuName - Variable in class com.sun.jna.platform.win32.WinUser.WNDCLASSEX
-
The lpsz menu name.
- lpszProgressTitle - Variable in class com.sun.jna.platform.win32.ShellAPI.SHFILEOPSTRUCT
-
A pointer to the title of a progress dialog box.
- lptcomp - Variable in class com.sun.jna.platform.win32.OaIdl.BINDPTR
-
- lptdesc - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEDESC._TYPEDESC
-
[case()]
C type : tagTYPEDESC*
- lpTitle - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
For console processes, this is the title displayed in the title bar
if a new console window is created.
- LPTR - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- lpvardesc - Variable in class com.sun.jna.platform.win32.OaIdl.BINDPTR
-
- lpvarValue - Variable in class com.sun.jna.platform.win32.OaIdl.VARDESC._VARDESC
-
[case()]
C type : VARIANT*
- LPVOID() - Constructor for class com.sun.jna.platform.win32.WinDef.LPVOID
-
Instantiates a new instance to NULL.
- LPVOID(Pointer) - Constructor for class com.sun.jna.platform.win32.WinDef.LPVOID
-
Instantiates a new instance using a given pointer.
- LPWSTR() - Constructor for class com.sun.jna.platform.win32.WTypes.LPWSTR
-
- LPWSTR(Pointer) - Constructor for class com.sun.jna.platform.win32.WTypes.LPWSTR
-
- LPWSTR(String) - Constructor for class com.sun.jna.platform.win32.WTypes.LPWSTR
-
- LR_COLOR - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_COPYDELETEORG - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_COPYFROMRESOURCE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_COPYRETURNORG - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_CREATEDIBSECTION - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_DEFAULTCOLOR - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_DEFAULTSIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_LOADFROMFILE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_LOADMAP3DCOLORS - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_LOADTRANSPARENT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_MONOCHROME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_SHARED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LR_VGACOLOR - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LRESULT() - Constructor for class com.sun.jna.platform.win32.WinDef.LRESULT
-
Instantiates a new lresult.
- LRESULT(long) - Constructor for class com.sun.jna.platform.win32.WinDef.LRESULT
-
Instantiates a new lresult.
- LSA_FOREST_TRUST_BINARY_DATA() - Constructor for class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_BINARY_DATA
-
- LSA_FOREST_TRUST_DOMAIN_INFO() - Constructor for class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_DOMAIN_INFO
-
- LSA_FOREST_TRUST_INFORMATION() - Constructor for class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_INFORMATION
-
- LSA_FOREST_TRUST_RECORD() - Constructor for class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_RECORD
-
- LSA_UNICODE_STRING() - Constructor for class com.sun.jna.platform.win32.NTSecApi.LSA_UNICODE_STRING
-
- LSBFirst - Static variable in interface com.sun.jna.platform.unix.X11
-
- LUID() - Constructor for class com.sun.jna.platform.win32.WinNT.LUID
-
- Luid - Variable in class com.sun.jna.platform.win32.WinNT.LUID_AND_ATTRIBUTES
-
Specifies an LUID value.
- luid - Variable in class com.sun.jna.platform.win32.WinRas.RASCONN
-
A locally unique identifier (LUID) that specifies the logon session of the RAS connection.
- LUID_AND_ATTRIBUTES() - Constructor for class com.sun.jna.platform.win32.WinNT.LUID_AND_ATTRIBUTES
-
- LUID_AND_ATTRIBUTES(WinNT.LUID, WinDef.DWORD) - Constructor for class com.sun.jna.platform.win32.WinNT.LUID_AND_ATTRIBUTES
-
- lVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- LWA_ALPHA - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- LWA_COLORKEY - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- pad - Variable in class com.sun.jna.platform.unix.X11.XEvent
-
- PAGE_EXECUTE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PAGE_EXECUTE_READ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PAGE_EXECUTE_READWRITE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PAGE_READONLY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PAGE_READWRITE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PAGE_WRITECOPY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- pageins - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- pageins - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- pageouts - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- pageouts - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- PagesPrinted - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- paint(Graphics) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils.TransparentContentPane
-
- paintComponent(Graphics) - Method in class com.sun.jna.platform.WindowUtils.RepaintTrigger
-
- paintDirect(BufferedImage, Rectangle) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils.TransparentContentPane
-
Use the contents of the given BufferedImage to paint directly
on this component's ancestor window.
- paintDropTarget(DropTargetEvent, int, Point) - Method in class com.sun.jna.platform.dnd.DropHandler
-
Update the appearance of the target component.
- paintDropTarget(DropTargetEvent, int, Point) - Method in interface com.sun.jna.platform.dnd.DropTargetPainter
-
- paramCount - Variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- paramdesc - Variable in class com.sun.jna.platform.win32.OaIdl.ELEMDESC._ELEMDESC
-
info about the parameter
C type : PARAMDESC
- PARAMDESC() - Constructor for class com.sun.jna.platform.win32.OaIdl.PARAMDESC
-
- PARAMDESC(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.PARAMDESC
-
- PARAMDESCEX() - Constructor for class com.sun.jna.platform.win32.OaIdl.PARAMDESCEX
-
- PARAMDESCEX(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.PARAMDESCEX
-
- parent - Variable in class com.sun.jna.platform.unix.X11.XCirculateRequestEvent
-
- parent - Variable in class com.sun.jna.platform.unix.X11.XConfigureRequestEvent
-
- parent - Variable in class com.sun.jna.platform.unix.X11.XCreateWindowEvent
-
- parent - Variable in class com.sun.jna.platform.unix.X11.XMapRequestEvent
-
- parent - Variable in class com.sun.jna.platform.unix.X11.XReparentEvent
-
- ParentIndex - Variable in class com.sun.jna.platform.win32.DsGetDC.DS_DOMAIN_TRUSTS
-
Contains the index in the Domains array returned by the
DsEnumerateDomainTrusts function that corresponds to the parent
domain of the domain represented by this structure.
- ParentObjectInstance - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_INSTANCE_DEFINITION
-
- ParentObjectTitleIndex - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_INSTANCE_DEFINITION
-
- ParentRelative - Static variable in interface com.sun.jna.platform.unix.X11
-
- parray - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- ParseDisplayName() - Method in interface com.sun.jna.platform.win32.COM.IMoniker
-
- ParseDisplayName() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- parseVersion(String) - Static method in class com.sun.jna.Native
-
- parseVersion(String) - Static method in class com.sun.jna.NativeLibrary
-
- PartitionNumber - Variable in class com.sun.jna.platform.win32.Winioctl.STORAGE_DEVICE_NUMBER
-
The partition number of the device, if the device can be partitioned.
- pauseService() - Method in class com.sun.jna.platform.win32.W32Service
-
Pause service.
- payload - Variable in class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION
-
- pbData - Variable in class com.sun.jna.platform.win32.WinCrypt.DATA_BLOB
-
A pointer to a block of data bytes.
- pbDevSpecificInfo - Variable in class com.sun.jna.platform.win32.WinRas.RASDEVSPECIFICINFO
-
A pointer to a BLOB that contains the authentication cookie.
- pbEapInfo - Variable in class com.sun.jna.platform.win32.WinRas.RASEAPINFO
-
Pointer to binary EAP information.
- pbool - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pboolVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pbstrVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pBuffers - Variable in class com.sun.jna.platform.win32.Sspi.SecBufferDesc
-
Pointer to array of buffers.
- pbVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pComment - Variable in class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_1
-
- pcPriClassBase - Variable in class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
The base priority of any threads created by this process.
- pcVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pcyVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pDatatype - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- pDatatype - Variable in class com.sun.jna.platform.win32.Winspool.LPPRINTER_DEFAULTS
-
- pdate - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pdblVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pdecVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pDescription - Variable in class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_1
-
- pDevMode - Variable in class com.sun.jna.platform.win32.Winspool.LPPRINTER_DEFAULTS
-
- Pdh - Interface in com.sun.jna.platform.win32
-
Windows Performance Data Helper (a.k.a.
- Pdh.PDH_COUNTER_PATH_ELEMENTS - Class in com.sun.jna.platform.win32
-
Components of a counter path
- Pdh.PDH_RAW_COUNTER - Class in com.sun.jna.platform.win32
-
The data as it was collected from the counter provider.
- Pdh.PDH_TIME_INFO - Class in com.sun.jna.platform.win32
-
Information on time intervals as applied to the sampling of performance data.
- PDH_ACCESS_DENIED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to access the desired computer or service.
- PDH_ASYNC_QUERY_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
A time-out occurred while waiting for the asynchronous counter collection thread to end.
- PDH_BINARY_LOG_CORRUPT - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to read counter information and data from input binary log files.
- PDH_CALC_NEGATIVE_DENOMINATOR - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
A counter with a negative denominator value was detected.
- PDH_CALC_NEGATIVE_TIMEBASE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
A counter with a negative time base value was detected.
- PDH_CALC_NEGATIVE_VALUE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
A counter with a negative value was detected.
- PDH_CANNOT_CONNECT_MACHINE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to connect to the requested computer.
- PDH_CANNOT_CONNECT_WMI_SERVER - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to connect to the WMI server on requested computer.
- PDH_CANNOT_READ_NAME_STRINGS - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to read the counter and/or help text from the specified computer.
- PDH_CANNOT_SET_DEFAULT_REALTIME_DATASOURCE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Cannot change set default real-time data source.
- PDH_COUNTER_ALREADY_IN_QUERY - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Performance counter in PdhAddCounter call has already been added in the performance query.
- PDH_COUNTER_PATH_ELEMENTS() - Constructor for class com.sun.jna.platform.win32.Pdh.PDH_COUNTER_PATH_ELEMENTS
-
- PDH_CSTATUS_BAD_COUNTERNAME - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to parse the counter path.
- PDH_CSTATUS_INVALID_DATA - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The returned data is not valid.
- PDH_CSTATUS_ITEM_NOT_VALIDATED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The data item has been added to the query but has not been validated nor accessed.
- PDH_CSTATUS_NEW_DATA - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Return data value is valid and different from the last sample.
- PDH_CSTATUS_NO_COUNTER - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified counter could not be found.
- PDH_CSTATUS_NO_COUNTERNAME - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
No counter was specified.
- PDH_CSTATUS_NO_INSTANCE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified instance is not present.
- PDH_CSTATUS_NO_MACHINE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to connect to the specified computer, or the computer is offline.
- PDH_CSTATUS_NO_OBJECT - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified object is not found on the system.
- PDH_CSTATUS_VALID_DATA - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Returned data is valid.
- PDH_CVERSION_WIN40 - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_CVERSION_WIN50 - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_DATA_SOURCE_IS_LOG_FILE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified data source is a log file.
- PDH_DATA_SOURCE_IS_REAL_TIME - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified data source is the current activity.
- PDH_DIALOG_CANCELLED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The user canceled the dialog box.
- PDH_END_OF_LOG_FILE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The end of the log file was reached.
- PDH_ENTRY_NOT_IN_LOG_FILE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified record was not found in the log file.
- PDH_FILE_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
There is already a file with the specified file name.
- PDH_FILE_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to find the specified file.
- PDH_FMT_1000 - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_FMT_ANSI - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_FMT_DOUBLE - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_FMT_LARGE - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_FMT_LONG - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_FMT_NOCAP100 - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_FMT_NODATA - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_FMT_NOSCALE - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_FMT_RAW - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_FMT_UNICODE - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_FUNCTION_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to find the specified function.
- PDH_INCORRECT_APPEND_TIME - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The output file must contain earlier data than the file to be appended.
- PDH_INSUFFICIENT_BUFFER - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The requested data is larger than the buffer supplied.
- PDH_INVALID_ARGUMENT - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
A required argument is missing or incorrect.
- PDH_INVALID_BUFFER - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The buffer passed by the caller is not valid.
- PDH_INVALID_DATA - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The data is not valid.
- PDH_INVALID_DATASOURCE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Cannot connect to ODBC DataSource Name.
- PDH_INVALID_HANDLE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The handle is not a valid PDH object.
- PDH_INVALID_INSTANCE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The instance name could not be read from the specified counter path.
- PDH_INVALID_PATH - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified counter path could not be interpreted.
- PDH_INVALID_SQL_LOG_FORMAT - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
SQL log format is incorrect.
- PDH_INVALID_SQLDB - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
SQL Data base does not contain a valid set of tables for Perfmon.
- PDH_LOG_FILE_CREATE_ERROR - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to create the specified log file.
- PDH_LOG_FILE_OPEN_ERROR - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to open the specified log file.
- PDH_LOG_FILE_TOO_SMALL - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The maximum log file size specified is too small to log the selected counters.
- PDH_LOG_SAMPLE_TOO_SMALL - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
At least one of the input binary log files contain fewer than two data samples.
- PDH_LOG_TYPE_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified log file type has not been installed on this system.
- PDH_LOGSVC_NOT_OPENED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The Performance Data Log Service key could not be opened.
- PDH_LOGSVC_QUERY_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified query from the Log Service could not be found or could not be opened.
- PDH_MAX_COUNTER_NAME - Static variable in interface com.sun.jna.platform.win32.Pdh
-
Maximum counter name length.
- PDH_MAX_COUNTER_PATH - Static variable in interface com.sun.jna.platform.win32.Pdh
-
Maximum full counter path length.
- PDH_MAX_DATASOURCE_PATH - Static variable in interface com.sun.jna.platform.win32.Pdh
-
Maximum full counter log name length.
- PDH_MAX_INSTANCE_NAME - Static variable in interface com.sun.jna.platform.win32.Pdh
-
Maximum counter instance name length.
- PDH_MEMORY_ALLOCATION_FAILURE - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
A PDH function could not allocate enough temporary memory to complete the operation.
- PDH_MORE_DATA - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
There is more data to return than would fit in the supplied buffer.
- PDH_NO_COUNTERS - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
No counters were found for this Perfmon SQL Log Set.
- PDH_NO_DATA - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
No data to return.
- PDH_NO_DIALOG_DATA - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The dialog box data block was missing or not valid.
- PDH_NO_MORE_DATA - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
No more data is available.
- PDH_NOT_IMPLEMENTED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The function referenced has not been implemented.
- PDH_OS_EARLIER_VERSION - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
%1 supports %2 or later.
- PDH_OS_LATER_VERSION - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The version of the operating system on the computer named %1 is later than that on the local computer.
- PDH_PATH_WBEM_INPUT - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_PATH_WBEM_RESULT - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_PLA_COLLECTION_ALREADY_RUNNING - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Collection "%1!s!" is already running.
- PDH_PLA_COLLECTION_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Collection "%1!s!" does not exist.
- PDH_PLA_ERROR_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Collection "%1!s!" already exists.
- PDH_PLA_ERROR_FILEPATH - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The information specified does not resolve to a valid path name.
- PDH_PLA_ERROR_NAME_TOO_LONG - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The name supplied is too long.
- PDH_PLA_ERROR_NOSTART - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Collection "%1!s!" did not start; check the application event log for any errors.
- PDH_PLA_ERROR_SCHEDULE_ELAPSED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified end time has already elapsed.
- PDH_PLA_ERROR_SCHEDULE_OVERLAP - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified start time is after the end time.
- PDH_PLA_ERROR_TYPE_MISMATCH - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
There is a mismatch in the settings type.
- PDH_PLA_SERVICE_ERROR - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The "Performance Logs & Alerts" service did not respond.
- PDH_PLA_VALIDATION_ERROR - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The information passed is not valid.
- PDH_PLA_VALIDATION_WARNING - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The information passed is not valid.
- PDH_QUERY_PERF_DATA_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
System is busy - a time-out occurred when collecting counter data
- PDH_RAW_COUNTER() - Constructor for class com.sun.jna.platform.win32.Pdh.PDH_RAW_COUNTER
-
- PDH_RETRY - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The selected operation should be retried.
- PDH_SQL_ALLOC_FAILED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Call to SQLAllocStmt failed with %1.
- PDH_SQL_ALLOCCON_FAILED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Call to SQLAllocConnect failed with %1.
- PDH_SQL_ALTER_DETAIL_FAILED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Cannot alter CounterDetail table layout in SQL database.
- PDH_SQL_BIND_FAILED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Call to SQLBindCol failed with %1.
- PDH_SQL_CONNECT_FAILED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Call to SQLMoreResults failed with %1.
- PDH_SQL_EXEC_DIRECT_FAILED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Call to SQLExecDirect failed with %1.
- PDH_SQL_FETCH_FAILED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Call to SQLFetch failed with %1.
- PDH_SQL_ROWCOUNT_FAILED - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Call to SQLRowCount failed with %1.
- PDH_STRING_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to find the specified string in the list of performance name and help text strings.
- PDH_TIME_INFO() - Constructor for class com.sun.jna.platform.win32.Pdh.PDH_TIME_INFO
-
- PDH_UNABLE_MAP_NAME_FILES - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Unable to map to the performance counter name data files.
- PDH_UNABLE_READ_LOG_HEADER - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The log file header could not be read.
- PDH_UNKNOWN_LOG_FORMAT - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The format of the specified log file is not recognized by the PDH DLL.
- PDH_UNKNOWN_LOGSVC_COMMAND - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
The specified Log Service command value is not recognized.
- PDH_UNMATCHED_APPEND_COUNTER - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
Both files must have identical counters in order to append.
- PDH_VERSION - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PDH_WBEM_ERROR - Static variable in interface com.sun.jna.platform.win32.PdhMsg
-
An error occurred while accessing the WBEM data store.
- PdhAddCounter(WinNT.HANDLE, String, BaseTSD.DWORD_PTR, WinNT.HANDLEByReference) - Method in interface com.sun.jna.platform.win32.Pdh
-
Adds the specified counter to the query.
- PdhAddEnglishCounter(WinNT.HANDLE, String, BaseTSD.DWORD_PTR, WinNT.HANDLEByReference) - Method in interface com.sun.jna.platform.win32.Pdh
-
- PdhCloseQuery(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Pdh
-
Closes all counters contained in the specified query, closes all
handles related to the query, and frees all memory associated with
the query.
- PdhCollectQueryData(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Pdh
-
Collects the current raw data value for all counters in the specified
query and updates the status code of each counter.
- PdhCollectQueryDataEx(WinNT.HANDLE, int, WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Pdh
-
Uses a separate thread to collect the current raw data value for all counters
in the specified query.
- PdhCollectQueryDataWithTime(WinNT.HANDLE, WinDef.LONGLONGByReference) - Method in interface com.sun.jna.platform.win32.Pdh
-
Collects the current raw data value for all counters in the specified
query and updates the status code of each counter.
- PdhConnectMachine(String) - Method in interface com.sun.jna.platform.win32.Pdh
-
Connects to the specified computer.
- PdhGetDllVersion(WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.Pdh
-
Returns the version of the currently installed Pdh.dll file.
- PdhGetRawCounterValue(WinNT.HANDLE, WinDef.DWORDByReference, Pdh.PDH_RAW_COUNTER) - Method in interface com.sun.jna.platform.win32.Pdh
-
- PdhMakeCounterPath(Pdh.PDH_COUNTER_PATH_ELEMENTS, char[], WinDef.DWORDByReference, int) - Method in interface com.sun.jna.platform.win32.Pdh
-
- PdhMsg - Interface in com.sun.jna.platform.win32
-
PDH specific error codes
- PdhOpenQuery(String, BaseTSD.DWORD_PTR, WinNT.HANDLEByReference) - Method in interface com.sun.jna.platform.win32.Pdh
-
Creates a new query that is used to manage the collection of performance data.
- PdhRemoveCounter(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Pdh
-
Removes a counter from a query.
- PdhSetQueryTimeRange(WinNT.HANDLE, Pdh.PDH_TIME_INFO) - Method in interface com.sun.jna.platform.win32.Pdh
-
- PdhValidatePath(String) - Method in interface com.sun.jna.platform.win32.Pdh
-
Validates that the counter is present on the computer specified in the counter path.
- pdispVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pDocument - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- PDOMAIN_CONTROLLER_INFO() - Constructor for class com.sun.jna.platform.win32.DsGetDC.PDOMAIN_CONTROLLER_INFO
-
- PeekMessage(WinUser.MSG, WinDef.HWND, int, int, int) - Method in interface com.sun.jna.platform.win32.User32
-
This function checks a thread message queue for a message and places the
message (if any) in the specified structure.
- PeekNamedPipe(WinNT.HANDLE, byte[], int, IntByReference, IntByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Copies data from a named or anonymous pipe into a buffer without
removing it from the pipe.
- peer - Variable in class com.sun.jna.Pointer
-
Pointer value of the real native pointer.
- PERF_100NSEC_MULTI_TIMER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_100NSEC_MULTI_TIMER_INV - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_100NSEC_TIMER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_100NSEC_TIMER_INV - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_AVERAGE_BASE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_AVERAGE_BULK - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_AVERAGE_TIMER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_100NS_QUEUELEN_TYPE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_BASE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_BULK_COUNT - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_COUNTER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_DELTA - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_ELAPSED - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_FRACTION - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_HISTOGRAM - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_HISTOGRAM_TYPE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_LARGE_DELTA - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_LARGE_QUEUELEN_TYPE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_LARGE_RAWCOUNT - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_LARGE_RAWCOUNT_HEX - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_MULTI_BASE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_MULTI_TIMER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_MULTI_TIMER_INV - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_NODATA - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_OBJ_TIME_QUEUELEN_TYPE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_PRECISION - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_QUEUELEN - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_QUEUELEN_TYPE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_RATE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_RAWCOUNT - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_RAWCOUNT_HEX - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_TEXT - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_TIMER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_TIMER_INV - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_COUNTER_VALUE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_DATA_BLOCK() - Constructor for class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- PERF_DELTA_BASE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_DELTA_COUNTER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_DETAIL_ADVANCED - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_DETAIL_COSTLY - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PERF_DETAIL_EXPERT - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_DETAIL_NOVICE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_DETAIL_STANDARD - Static variable in interface com.sun.jna.platform.win32.Pdh
-
- PERF_DETAIL_WIZARD - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_DISPLAY_NO_SUFFIX - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_DISPLAY_NOSHOW - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_DISPLAY_PER_SEC - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_DISPLAY_PERCENT - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_DISPLAY_SECONDS - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_ELAPSED_TIME - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_INSTANCE_DEFINITION() - Constructor for class com.sun.jna.platform.win32.WinPerf.PERF_INSTANCE_DEFINITION
-
- PERF_INVERSE_COUNTER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_LARGE_RAW_BASE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_LARGE_RAW_FRACTION - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_MULTI_COUNTER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_NO_INSTANCES - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_NO_UNIQUE_ID - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_NUMBER_DEC_1000 - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_NUMBER_DECIMAL - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_NUMBER_HEX - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_OBJ_TIME_TIMER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_OBJECT_TIMER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_PRECISION_100NS_TIMER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_PRECISION_OBJECT_TIMER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_PRECISION_SYSTEM_TIMER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_PRECISION_TIMESTAMP - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_QUERY_COSTLY - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_QUERY_GLOBAL - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_QUERY_OBJECTS - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_RAW_BASE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_RAW_FRACTION - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_SAMPLE_BASE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_SAMPLE_COUNTER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_SAMPLE_FRACTION - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_SIZE_DWORD - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_SIZE_LARGE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_SIZE_VARIABLE_LEN - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_SIZE_ZERO - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_TEXT_ASCII - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_TEXT_UNICODE - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_TIMER_100NS - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_TIMER_TICK - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_TYPE_COUNTER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_TYPE_NUMBER - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_TYPE_TEXT - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PERF_TYPE_ZERO - Static variable in interface com.sun.jna.platform.win32.WinPerf
-
- PerfFreq - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- PerfTime - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- PerfTime100nSec - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- PERSIST_E_NOTSELFSIZING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PERSIST_E_SIZEDEFINITE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PERSIST_E_SIZEINDEFINITE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PFD_DOUBLEBUFFER - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_DRAW_TO_BITMAP - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_DRAW_TO_WINDOW - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_GENERIC_ACCELERATED - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_GENERIC_FORMAT - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_MAIN_PLANE - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_NEED_PALETTE - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_NEED_SYSTEM_PALETTE - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_OVERLAY_PLANE - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_STEREO - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_SUPPORT_DIRECTDRAW - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_SUPPORT_GDI - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_SUPPORT_OPENGL - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_SWAP_COPY - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_SWAP_EXCHANGE - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_SWAP_LAYER_BUFFERS - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_TYPE_COLORINDEX - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_TYPE_RGBA - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- PFD_UNDERLAY_PLANE - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- pfltVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pfnDeferredFillIn - Variable in class com.sun.jna.platform.win32.OaIdl.EXCEPINFO
-
The pfn deferred fill in.
- pFrom - Variable in class com.sun.jna.platform.win32.ShellAPI.SHFILEOPSTRUCT
-
A pointer to one or more source file names, double null-terminated.
- PHYSICAL_MONITOR() - Constructor for class com.sun.jna.platform.win32.PhysicalMonitorEnumerationAPI.PHYSICAL_MONITOR
-
- PHYSICAL_MONITOR_DESCRIPTION_SIZE - Static variable in interface com.sun.jna.platform.win32.PhysicalMonitorEnumerationAPI
-
A physical monitor description is always an array of 128 characters.
- PhysicalMonitorEnumerationAPI - Interface in com.sun.jna.platform.win32
-
Conversion of PhysicalMonitorEnumerationAPI.h
- PhysicalMonitorEnumerationAPI.PHYSICAL_MONITOR - Class in com.sun.jna.platform.win32
-
Contains a handle and text description corresponding to a physical monitor.
- PI() - Constructor for class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO.PI
-
- pi - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO.UNION
-
Processor architecture (unnamed struct).
- PictFormat(long) - Constructor for class com.sun.jna.platform.unix.X11.Xrender.PictFormat
-
- PictFormat() - Constructor for class com.sun.jna.platform.unix.X11.Xrender.PictFormat
-
- PictTypeDirect - Static variable in interface com.sun.jna.platform.unix.X11.Xrender
-
- PictTypeIndexed - Static variable in interface com.sun.jna.platform.unix.X11.Xrender
-
- pintVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- PIPE_ACCEPT_REMOTE_CLIENTS - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_ACCESS_DUPLEX - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_ACCESS_INBOUND - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_ACCESS_OUTBOUND - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_CLIENT_END - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_NOWAIT - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_READMODE_BYTE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_READMODE_MESSAGE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_REJECT_REMOTE_CLIENTS - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_SERVER_END - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_TYPE_BYTE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_TYPE_MESSAGE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_UNLIMITED_INSTANCES - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- PIPE_WAIT - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- piVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- PIXELFORMATDESCRIPTOR() - Constructor for class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
- PIXELFORMATDESCRIPTOR(Pointer) - Constructor for class com.sun.jna.platform.win32.WinGDI.PIXELFORMATDESCRIPTOR
-
- Pixmap() - Constructor for class com.sun.jna.platform.unix.X11.Pixmap
-
- Pixmap(long) - Constructor for class com.sun.jna.platform.unix.X11.Pixmap
-
- PLA_E_CABAPI_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_CONFLICT_INCL_EXCL_API - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_CREDENTIALS_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_DC_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_DC_START_WAIT_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_DCS_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_DCS_IN_USE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_DCS_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_DCS_NOT_RUNNING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_DCS_SINGLETON_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_DCS_START_WAIT_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_EXE_ALREADY_CONFIGURED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_EXE_FULL_PATH_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_EXE_PATH_NOT_VALID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_INVALID_SESSION_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_NETWORK_EXE_NOT_VALID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_NO_DUPLICATES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_NO_MIN_DISK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_PLA_CHANNEL_NOT_ENABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_PROPERTY_CONFLICT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_REPORT_WAIT_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_RULES_MANAGER_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_E_TOO_MANY_FOLDERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- PLA_S_PROPERTY_IGNORED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- place - Variable in class com.sun.jna.platform.unix.X11.XCirculateEvent
-
- place - Variable in class com.sun.jna.platform.unix.X11.XCirculateRequestEvent
-
- PlaceOnBottom - Static variable in interface com.sun.jna.platform.unix.X11
-
- PlaceOnTop - Static variable in interface com.sun.jna.platform.unix.X11
-
- plane_mask - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- Platform - Class in com.sun.jna
-
Provide simplified platform information.
- pllVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- PLSA_FOREST_TRUST_INFORMATION() - Constructor for class com.sun.jna.platform.win32.NTSecApi.PLSA_FOREST_TRUST_INFORMATION
-
- PLSA_FOREST_TRUST_RECORD() - Constructor for class com.sun.jna.platform.win32.NTSecApi.PLSA_FOREST_TRUST_RECORD
-
- PLSA_UNICODE_STRING() - Constructor for class com.sun.jna.platform.win32.NTSecApi.PLSA_UNICODE_STRING
-
- plVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pMachineName - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- pName - Variable in class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_1
-
- pNameMappings - Variable in class com.sun.jna.platform.win32.ShellAPI.SHFILEOPSTRUCT
-
When the function returns, this member contains a handle to a name mapping
object that contains the old and new names of the renamed files.
- PO_DELETE - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- PO_PORTCHANGE - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- PO_REN_PORT - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- PO_RENAME - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- POINT() - Constructor for class com.sun.jna.platform.win32.WinDef.POINT
-
Instantiates a new point.
- POINT(Pointer) - Constructor for class com.sun.jna.platform.win32.WinDef.POINT
-
Instantiates a new point.
- POINT(int, int) - Constructor for class com.sun.jna.platform.win32.WinDef.POINT
-
Instantiates a new point.
- Pointer - Class in com.sun.jna
-
An abstraction for a native pointer data type.
- Pointer() - Constructor for class com.sun.jna.Pointer
-
Derived class must assign peer pointer value.
- Pointer(long) - Constructor for class com.sun.jna.Pointer
-
Create from native pointer.
- POINTER_SIZE - Static variable in class com.sun.jna.Native
-
The size of a native pointer (void*
) on the current
platform, in bytes.
- PointerByReference - Class in com.sun.jna.ptr
-
Represents a reference to a pointer to native data.
- PointerByReference() - Constructor for class com.sun.jna.ptr.PointerByReference
-
- PointerByReference(Pointer) - Constructor for class com.sun.jna.ptr.PointerByReference
-
- pointerCallbackMap - Static variable in class com.sun.jna.CallbackReference
-
- PointerMotionHintMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- PointerMotionMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- PointerRoot - Static variable in interface com.sun.jna.platform.unix.X11
-
- PointerType - Class in com.sun.jna
-
Type representing a type-safe native pointer.
- PointerType() - Constructor for class com.sun.jna.PointerType
-
The default constructor wraps a NULL pointer.
- PointerType(Pointer) - Constructor for class com.sun.jna.PointerType
-
- PointerWindow - Static variable in interface com.sun.jna.platform.unix.X11
-
- Position - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- PostMessage(WinDef.HWND, int, WinDef.WPARAM, WinDef.LPARAM) - Method in interface com.sun.jna.platform.win32.User32
-
This function places a message in the message queue associated with the
thread that created the specified window and then returns without waiting
for the thread to process the message.
- PostQueuedCompletionStatus(WinNT.HANDLE, int, Pointer, WinBase.OVERLAPPED) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Posts an I/O completion packet to an I/O completion port.
- PostQuitMessage(int) - Method in interface com.sun.jna.platform.win32.User32
-
This function indicates to Windows that a thread has made a request to
terminate (quit).
- pparamdescex - Variable in class com.sun.jna.platform.win32.OaIdl.PARAMDESC
-
- pparray - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- ppdispVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pPkgInfo - Variable in class com.sun.jna.platform.win32.Sspi.PSecPkgInfo
-
The first entry in an array of SecPkgInfo structures.
- pPrinterName - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- pPrinterName - Variable in class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_4
-
- ppunkVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pRecInfo - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT.BRECORD
-
- PreferBlanking - Static variable in interface com.sun.jna.platform.unix.X11
-
- PRINTER_CHANGE_ADD_FORM - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_ADD_JOB - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_ADD_PORT - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_ADD_PRINT_PROCESSOR - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_ADD_PRINTER - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_ADD_PRINTER_DRIVER - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_ALL - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_ALL_WIN7 - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_CONFIGURE_PORT - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_DELETE_FORM - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_DELETE_JOB - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_DELETE_PORT - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_DELETE_PRINT_PROCESSOR - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_DELETE_PRINTER - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_DELETE_PRINTER_DRIVER - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_FAILED_CONNECTION_PRINTER - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_FORM - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_JOB - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_PORT - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_PRINT_PROCESSOR - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_PRINTER - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_PRINTER_DRIVER - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_SERVER - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_SET_FORM - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_SET_JOB - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_SET_PRINTER - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_SET_PRINTER_DRIVER - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_CHANGE_WRITE_JOB - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_CONNECTIONS - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_CONTAINER - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_DEFAULT - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_EXPAND - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_FAVORITE - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_HIDE - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_ICON1 - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_ICON2 - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_ICON3 - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_ICON4 - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_ICON5 - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_ICON6 - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_ICON7 - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_ICON8 - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_ICONMASK - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_LOCAL - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_NAME - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_NETWORK - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_REMOTE - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_ENUM_SHARED - Static variable in interface com.sun.jna.platform.win32.Winspool
-
- PRINTER_INFO_1() - Constructor for class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_1
-
- PRINTER_INFO_1(int) - Constructor for class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_1
-
- PRINTER_INFO_4() - Constructor for class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_4
-
- PRINTER_INFO_4(int) - Constructor for class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_4
-
- Priority - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- PRIVILEGE_SET() - Constructor for class com.sun.jna.platform.win32.WinNT.PRIVILEGE_SET
-
- PRIVILEGE_SET(int) - Constructor for class com.sun.jna.platform.win32.WinNT.PRIVILEGE_SET
-
- PRIVILEGE_SET(Pointer) - Constructor for class com.sun.jna.platform.win32.WinNT.PRIVILEGE_SET
-
Initialize a TOKEN_PRIVILEGES instance from initialized memory.
- PrivilegeCount - Variable in class com.sun.jna.platform.win32.WinNT.PRIVILEGE_SET
-
- PrivilegeCount - Variable in class com.sun.jna.platform.win32.WinNT.TOKEN_PRIVILEGES
-
This must be set to the number of entries in the Privileges array.
- Privileges - Variable in class com.sun.jna.platform.win32.WinNT.PRIVILEGE_SET
-
- Privileges - Variable in class com.sun.jna.platform.win32.WinNT.TOKEN_PRIVILEGES
-
Specifies an array of LUID_AND_ATTRIBUTES structures.
- Process32First(WinNT.HANDLE, Tlhelp32.PROCESSENTRY32) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves information about the first process encountered in a system
snapshot.
- Process32Next(WinNT.HANDLE, Tlhelp32.PROCESSENTRY32) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves information about the next process recorded in a system
snapshot.
- PROCESS_CREATE_PROCESS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to create a process.
- PROCESS_CREATE_THREAD - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to create a thread.
- PROCESS_DUP_HANDLE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PROCESS_INFORMATION() - Constructor for class com.sun.jna.platform.win32.WinBase.PROCESS_INFORMATION
-
- PROCESS_INFORMATION(Pointer) - Constructor for class com.sun.jna.platform.win32.WinBase.PROCESS_INFORMATION
-
- PROCESS_QUERY_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PROCESS_QUERY_LIMITED_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PROCESS_SET_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to set certain information about a process, such as its priority
class (see Kernel32#SetPriorityClass
).
- PROCESS_SET_QUOTA - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to set memory limits using
Kernel32.SetProcessWorkingSetSize()
.
- PROCESS_SUSPEND_RESUME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to suspend or resume a process.
- PROCESS_SYNCHRONIZE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to wait for the process to terminate using the wait functions.
- PROCESS_TERMINATE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PROCESS_VM_OPERATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PROCESS_VM_READ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PROCESS_VM_WRITE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PROCESSENTRY32() - Constructor for class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
- PROCESSENTRY32(Pointer) - Constructor for class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
- PROCESSOR_CACHE_TYPE() - Constructor for class com.sun.jna.platform.win32.WinNT.PROCESSOR_CACHE_TYPE
-
- processorArchitecture - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
Processor architecture (unnamed union).
- processorCore - Variable in class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousUnionPayload
-
- processorMask - Variable in class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION
-
The processor mask identifying the processors described by this structure.
- progID - Variable in class com.sun.jna.platform.win32.COM.COMUtils.COMInfo
-
The prog id.
- property - Variable in class com.sun.jna.platform.unix.X11.XSelectionEvent
-
- property - Variable in class com.sun.jna.platform.unix.X11.XSelectionRequestEvent
-
- PropertyChangeMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- PropertyDelete - Static variable in interface com.sun.jna.platform.unix.X11
-
- PropertyNewValue - Static variable in interface com.sun.jna.platform.unix.X11
-
- PropertyNotify - Static variable in interface com.sun.jna.platform.unix.X11
-
- PropModeAppend - Static variable in interface com.sun.jna.platform.unix.X11
-
- PropModePrepend - Static variable in interface com.sun.jna.platform.unix.X11
-
- PropModeReplace - Static variable in interface com.sun.jna.platform.unix.X11
-
- protect - Variable in class com.sun.jna.platform.win32.WinNT.MEMORY_BASIC_INFORMATION
-
The access protection of the pages in the region.
- PROTECTED_DACL_SECURITY_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- PROTECTED_SACL_SECURITY_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- proxy - Variable in class com.sun.jna.CallbackReference
-
- ProxyObject - Class in com.sun.jna.platform.win32.COM.util
-
This object acts as the invocation handler for interfaces annotated with
ComInterface.
- ProxyObject(Class<?>, IDispatch, Factory) - Constructor for class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- ProxyObject(Class<?>, long, IDispatch, Factory) - Constructor for class com.sun.jna.platform.win32.COM.util.ProxyObject
-
when proxy is created for arguments on a call back, they are already on the
com thread, and hence calling 'getUnknownId' will not work as it uses the ComThread
however, the unknown pointer value is passed in;
- Psapi - Interface in com.sun.jna.platform.win32
-
The process status application programming interface (PSAPI) is a helper
library that makes it easier for you to obtain information about processes
and device drivers.
- pscode - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- PSecHandle() - Constructor for class com.sun.jna.platform.win32.Sspi.PSecHandle
-
- PSecHandle(Sspi.SecHandle) - Constructor for class com.sun.jna.platform.win32.Sspi.PSecHandle
-
- PSecPkgInfo() - Constructor for class com.sun.jna.platform.win32.Sspi.PSecPkgInfo
-
- pServerName - Variable in class com.sun.jna.platform.win32.Winspool.PRINTER_INFO_4
-
- PseudoColor - Static variable in interface com.sun.jna.platform.unix.X11
-
- psid - Variable in class com.sun.jna.platform.win32.WinNT.ACEStructure
-
- PSID() - Constructor for class com.sun.jna.platform.win32.WinNT.PSID
-
- PSID(byte[]) - Constructor for class com.sun.jna.platform.win32.WinNT.PSID
-
- PSID(int) - Constructor for class com.sun.jna.platform.win32.WinNT.PSID
-
- PSID(Pointer) - Constructor for class com.sun.jna.platform.win32.WinNT.PSID
-
- PSIDByReference() - Constructor for class com.sun.jna.platform.win32.WinNT.PSIDByReference
-
- PSIDByReference(WinNT.PSID) - Constructor for class com.sun.jna.platform.win32.WinNT.PSIDByReference
-
- pStatus - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- pt - Variable in class com.sun.jna.platform.win32.WinUser.MSG
-
- ptMaxPosition - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWPLACEMENT
-
Coordinates of the window's upper-right corner when maximized.
- ptMinPosition - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWPLACEMENT
-
Virtual position of the window's upper-left corner when minimized.
- pTo - Variable in class com.sun.jna.platform.win32.ShellAPI.SHFILEOPSTRUCT
-
A pointer to the destination file or directory name.
- puintVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- puiVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pullVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- PulseEvent(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Sets the specified event object to the signaled state and then resets it
to the nonsignaled state after releasing the appropriate number of
waiting threads.
- pulVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- punkVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- purge() - Static method in class com.sun.jna.Memory
-
Force cleanup of memory that has associated NIO Buffers which have
been GC'd.
- purgeable_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- purgeable_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- purges - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- purges - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- pUserName - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- put(Object, Object) - Method in class com.sun.jna.WeakIdentityHashMap
-
- putAll(Map) - Method in class com.sun.jna.WeakIdentityHashMap
-
- PutField(WinDef.ULONG, WinDef.PVOID, WString, Variant.VARIANT) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- PutField(WinDef.ULONG, WinDef.PVOID, WString, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Put field.
- PutFieldNoCopy(WinDef.ULONG, WinDef.PVOID, WString, Variant.VARIANT) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- PutFieldNoCopy(WinDef.ULONG, WinDef.PVOID, WString, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Put field no copy.
- pvarVal - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pvBuffer - Variable in class com.sun.jna.platform.win32.Sspi.SecBuffer
-
A pointer to a buffer.
- pvData - Variable in class com.sun.jna.platform.win32.OaIdl.SAFEARRAY
-
- PVOID() - Constructor for class com.sun.jna.platform.win32.WinDef.PVOID
-
- PVOID(Pointer) - Constructor for class com.sun.jna.platform.win32.WinDef.PVOID
-
Instantiates a new pvoid.
- pvRecord - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT.BRECORD
-
- pvRecord - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- pvReserved - Variable in class com.sun.jna.platform.win32.OaIdl.EXCEPINFO
-
The pv reserved.
- PWLEN - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RaiseLowest - Static variable in interface com.sun.jna.platform.unix.X11
-
- Ras32Exception(int) - Constructor for exception com.sun.jna.platform.win32.Rasapi32Util.Ras32Exception
-
New Win32 exception from an error code, usually obtained from GetLastError.
- RAS_MaxAreaCode - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_MaxCallbackNumber - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_MaxDeviceName - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_MaxDeviceType - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_MaxDnsSuffix - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_MaxEntryName - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_MaxFacilities - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_MaxIpAddress - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_MaxPadType - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_MaxPhoneNumber - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_MaxUserData - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_MaxX25Address - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RAS_STATS() - Constructor for class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
- RAS_STATS(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RAS_STATS
-
- Rasapi32 - Interface in com.sun.jna.platform.win32
-
Rasapi32.dll Interface.
- Rasapi32Util - Class in com.sun.jna.platform.win32
-
Rasapi32 utility API.
- Rasapi32Util() - Constructor for class com.sun.jna.platform.win32.Rasapi32Util
-
- Rasapi32Util.Ras32Exception - Exception in com.sun.jna.platform.win32
-
Exceptions
- RASCM_Domain - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RASCM_Password - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RASCM_UserName - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RASCONN() - Constructor for class com.sun.jna.platform.win32.WinRas.RASCONN
-
- RASCONN(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASCONN
-
- rasconnstate - Variable in class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
Specifies a RASCONNSTATE enumerator value that indicates the current state of the RasDial connection process;
that is, the piece of the RasDial process that is currently executing.
- RASCONNSTATUS() - Constructor for class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
- RASCONNSTATUS(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
- rasconnsubstate - Variable in class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
A RASCONNSUBSTATE enumeration that specifies state information of an Internet Key Exchange version 2 (IKEv2) VPN tunnel.
- RASCREDENTIALS() - Constructor for class com.sun.jna.platform.win32.WinRas.RASCREDENTIALS
-
- RASCREDENTIALS(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASCREDENTIALS
-
- RASCS_Connected - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RASCS_Disconnected - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RASDEVSPECIFICINFO() - Constructor for class com.sun.jna.platform.win32.WinRas.RASDEVSPECIFICINFO
-
- RASDEVSPECIFICINFO(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASDEVSPECIFICINFO
-
- RASDEVSPECIFICINFO(byte[]) - Constructor for class com.sun.jna.platform.win32.WinRas.RASDEVSPECIFICINFO
-
- RASDEVSPECIFICINFO(String) - Constructor for class com.sun.jna.platform.win32.WinRas.RASDEVSPECIFICINFO
-
- RasDevSpecificInfo - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALEXTENSIONS
-
Windows 7 or later: A RASDEVSPECIFICINFO structure that contains a cookie to be used for PPP authentication.
- RasDial(WinRas.RASDIALEXTENSIONS.ByReference, String, WinRas.RASDIALPARAMS.ByReference, int, WinRas.RasDialFunc2, WinNT.HANDLEByReference) - Method in interface com.sun.jna.platform.win32.Rasapi32
-
The RasDial function establishes a RAS connection between a RAS client and a RAS server.
- RASDIALEXTENSIONS() - Constructor for class com.sun.jna.platform.win32.WinRas.RASDIALEXTENSIONS
-
- RASDIALEXTENSIONS(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASDIALEXTENSIONS
-
- RASDIALPARAMS() - Constructor for class com.sun.jna.platform.win32.WinRas.RASDIALPARAMS
-
- RASDIALPARAMS(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASDIALPARAMS
-
- RASDT_Modem - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RasEapInfo - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALEXTENSIONS
-
A RASEAPINFO structure that contains user-specific Extensible Authentication Protocol (EAP) information.
- RASEAPINFO() - Constructor for class com.sun.jna.platform.win32.WinRas.RASEAPINFO
-
- RASEAPINFO(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASEAPINFO
-
- RASEAPINFO(byte[]) - Constructor for class com.sun.jna.platform.win32.WinRas.RASEAPINFO
-
- RASEAPINFO(String) - Constructor for class com.sun.jna.platform.win32.WinRas.RASEAPINFO
-
- RASENTRY() - Constructor for class com.sun.jna.platform.win32.WinRas.RASENTRY
-
- RASENTRY(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASENTRY
-
- RasEnumConnections(WinRas.RASCONN[], IntByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.Rasapi32
-
The RasEnumConnections function lists all active RAS connections.
- RasGetConnectionStatistics(WinNT.HANDLE, Structure.ByReference) - Method in interface com.sun.jna.platform.win32.Rasapi32
-
The RasGetConnectionStatistics function retrieves accumulated connection statistics for the specified connection.
- RasGetConnectStatus(WinNT.HANDLE, Structure.ByReference) - Method in interface com.sun.jna.platform.win32.Rasapi32
-
The RasGetConnectionStatistics function retrieves accumulated connection statistics for the specified connection.
- RasGetCredentials(String, String, WinRas.RASCREDENTIALS.ByReference) - Method in interface com.sun.jna.platform.win32.Rasapi32
-
The RasGetCredentials function retrieves the user credentials associated with a specified RAS phone-book entry.
- RasGetEntryDialParams(String, WinRas.RASDIALPARAMS.ByReference, WinDef.BOOLByReference) - Method in interface com.sun.jna.platform.win32.Rasapi32
-
The RasGetEntryDialParams function retrieves the connection information saved by the last successful call to the RasDial or
RasSetEntryDialParams function for a specified phone-book entry.
- RasGetEntryProperties(String, String, WinRas.RASENTRY.ByReference, IntByReference, Pointer, Pointer) - Method in interface com.sun.jna.platform.win32.Rasapi32
-
The RasGetEntryProperties function retrieves the properties of a phone-book entry.
- RasGetErrorString(int, char[], int) - Method in interface com.sun.jna.platform.win32.Rasapi32
-
The RasGetErrorString function obtains an error message string for a specified RAS error value.
- RasGetProjectionInfo(WinNT.HANDLE, int, Pointer, IntByReference) - Method in interface com.sun.jna.platform.win32.Rasapi32
-
The RasGetProjectionInfo function obtains information about a remote access projection operation for a specified remote access
component protocol.
- RasHangUp(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Rasapi32
-
The RasHangUp function terminates a remote access connection.
- RASIPADDR() - Constructor for class com.sun.jna.platform.win32.WinRas.RASIPADDR
-
- RASIPADDR(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASIPADDR
-
- RASIPV4ADDR() - Constructor for class com.sun.jna.platform.win32.WinRas.RASIPV4ADDR
-
- RASIPV4ADDR(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASIPV4ADDR
-
- RASIPV6ADDR() - Constructor for class com.sun.jna.platform.win32.WinRas.RASIPV6ADDR
-
- RASIPV6ADDR(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASIPV6ADDR
-
- RASPPPIP() - Constructor for class com.sun.jna.platform.win32.WinRas.RASPPPIP
-
- RASPPPIP(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASPPPIP
-
- RasSetEntryProperties(String, String, WinRas.RASENTRY.ByReference, int, byte[], int) - Method in interface com.sun.jna.platform.win32.Rasapi32
-
The RasSetEntryProperties function changes the connection information for an entry in the phone book or creates a new phone-book entry.
- RasterRangesUtils - Class in com.sun.jna.platform
-
Methods that are useful to decompose a raster into a set of rectangles.
- RasterRangesUtils() - Constructor for class com.sun.jna.platform.RasterRangesUtils
-
- RasterRangesUtils.RangesOutput - Interface in com.sun.jna.platform
-
Abstraction of a sink for ranges.
- RASTUNNELENDPOINT() - Constructor for class com.sun.jna.platform.win32.WinRas.RASTUNNELENDPOINT
-
- RASTUNNELENDPOINT(Pointer) - Constructor for class com.sun.jna.platform.win32.WinRas.RASTUNNELENDPOINT
-
- RASTUNNELENDPOINT_IPv4 - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- RASTUNNELENDPOINT_IPv6 - Static variable in interface com.sun.jna.platform.win32.WinRas
-
- raw - Variable in class com.sun.jna.platform.win32.COM.util.EnumMoniker
-
- raw - Variable in class com.sun.jna.platform.win32.COM.util.RunningObjectTable
-
- rawDispatch - Variable in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- RAWINPUTDEVICELIST() - Constructor for class com.sun.jna.platform.win32.WinUser.RAWINPUTDEVICELIST
-
- RAWINPUTDEVICELIST(Pointer) - Constructor for class com.sun.jna.platform.win32.WinUser.RAWINPUTDEVICELIST
-
- rawNext - Variable in class com.sun.jna.platform.win32.COM.util.EnumMoniker
-
- rawRot - Variable in class com.sun.jna.platform.win32.COM.util.EnumMoniker
-
- rc - Variable in class com.sun.jna.platform.win32.ShellAPI.APPBARDATA
-
- rcBound - Variable in class com.sun.jna.platform.win32.WinGDI.RGNDATAHEADER
-
- rcCaret - Variable in class com.sun.jna.platform.win32.WinUser.GUITHREADINFO
-
- rcClient - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWINFO
-
- rcMonitor - Variable in class com.sun.jna.platform.win32.WinUser.MONITORINFO
-
Specifies the display monitor rectangle, expressed in virtual-screen coordinates.
- rcMonitor - Variable in class com.sun.jna.platform.win32.WinUser.MONITORINFOEX
-
Specifies the display monitor rectangle, expressed in virtual-screen coordinates.
- rcNormalPosition - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWPLACEMENT
-
The window's coordinates when the window is in the restored position.
- rcWindow - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWINFO
-
- rcWork - Variable in class com.sun.jna.platform.win32.WinUser.MONITORINFO
-
Specifies the work area rectangle of the display monitor that can be used by
applications, expressed in virtual-screen coordinates.
- rcWork - Variable in class com.sun.jna.platform.win32.WinUser.MONITORINFOEX
-
Specifies the work area rectangle of the display monitor that can be used by
applications, expressed in virtual-screen coordinates.
- rdh - Variable in class com.sun.jna.platform.win32.WinGDI.RGNDATA
-
- RDH_RECTANGLES - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- RDW_ALLCHILDREN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- RDW_ERASE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- RDW_ERASENOW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- RDW_FRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- RDW_INTERNALPAINT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- RDW_INVALIDATE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- RDW_NOCHILDREN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- RDW_NOERASE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- RDW_NOFRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- RDW_NOINTERNALPAINT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- RDW_UPDATENOW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- RDW_VALIDATE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- reactivations - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- reactivations - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- read() - Method in interface com.sun.jna.Function.PostCallRead
-
Perform any necessary post-call synchronization.
- read(long, byte[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, short[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, char[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, int[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, long[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, float[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, double[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.read
.
- read(long, byte[], int, int) - Static method in class com.sun.jna.Native
-
- read(long, short[], int, int) - Static method in class com.sun.jna.Native
-
- read(long, char[], int, int) - Static method in class com.sun.jna.Native
-
- read(long, int[], int, int) - Static method in class com.sun.jna.Native
-
- read(long, long[], int, int) - Static method in class com.sun.jna.Native
-
- read(long, float[], int, int) - Static method in class com.sun.jna.Native
-
- read(long, double[], int, int) - Static method in class com.sun.jna.Native
-
- read() - Method in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_RECORD
-
- read() - Method in class com.sun.jna.platform.win32.Wdm.KEY_BASIC_INFORMATION
-
- read() - Method in class com.sun.jna.platform.win32.WinNT.FILE_NOTIFY_INFORMATION
-
- read() - Method in class com.sun.jna.platform.win32.WinRas.RASTUNNELENDPOINT
-
- read(long, byte[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, short[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, char[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, int[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, long[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, float[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, double[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read(long, Pointer[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying from memory pointed to by
native pointer, into the specified array.
- read() - Method in class com.sun.jna.StringArray
-
Read back from native memory.
- read() - Method in class com.sun.jna.Structure
-
Reads the fields of the struct from native memory
- READ_CONTROL - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- readConverter - Variable in class com.sun.jna.Structure.StructField
-
- ReadDirectoryChangesW(WinNT.HANDLE, WinNT.FILE_NOTIFY_INFORMATION, int, boolean, int, IntByReference, WinBase.OVERLAPPED, WinNT.OVERLAPPED_COMPLETION_ROUTINE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Retrieves information that describes the changes within the specified
directory.
- ReadEncryptedFileRaw(WinBase.FE_EXPORT_FUNC, Pointer, Pointer) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Backs up (export) encrypted files.
- readEnvironmentStringBlockEntry(Pointer, long, boolean) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- ReadEventLog(WinNT.HANDLE, int, int, Pointer, int, IntByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Reads the specified number of entries from the specified event log.
- readField(String) - Method in class com.sun.jna.Structure
-
Force a read of the given field from native memory.
- readField(Structure.StructField) - Method in class com.sun.jna.Structure
-
Read the given field and return its value.
- readField(String) - Method in class com.sun.jna.Union
-
Force a read of the given field from native memory.
- readField(Structure.StructField) - Method in class com.sun.jna.Union
-
Avoid reading pointer-based fields and structures unless explicitly
selected.
- ReadFile(WinNT.HANDLE, byte[], int, IntByReference, WinBase.OVERLAPPED) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Reads data from the specified file or input/output (I/O) device.
- reading() - Static method in class com.sun.jna.Structure
-
- ReadProcessMemory(WinNT.HANDLE, Pointer, Pointer, int, IntByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Reads data from an area of memory in a specified process.
- readTemplateFile(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
Read template file.
- RecordClear(WinDef.PVOID) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- RecordClear(WinDef.PVOID) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Record clear.
- RecordCopy(WinDef.PVOID, WinDef.PVOID) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- RecordCopy(WinDef.PVOID, WinDef.PVOID) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Record copy.
- RecordCount - Variable in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_INFORMATION
-
Number of LSA_FOREST_TRUST_RECORD structures in the array pointed to by the
Entries member.
- RecordCreate() - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- RecordCreate() - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Record create.
- RecordCreateCopy(WinDef.PVOID, WinDef.PVOID) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- RecordCreateCopy(WinDef.PVOID, WinDef.PVOID) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Record create copy.
- RecordDestroy(WinDef.PVOID) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- RecordDestroy(WinDef.PVOID) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Record destroy.
- RecordInfo - Class in com.sun.jna.platform.win32.COM
-
Wrapper class for the IRecordInfo interface.
- RecordInfo() - Constructor for class com.sun.jna.platform.win32.COM.RecordInfo
-
Instantiates a new i record info.
- RecordInfo(Pointer) - Constructor for class com.sun.jna.platform.win32.COM.RecordInfo
-
Instantiates a new i record info.
- RecordInfo.ByReference - Class in com.sun.jna.platform.win32.COM
-
- RecordInit(WinDef.PVOID) - Method in interface com.sun.jna.platform.win32.COM.IRecordInfo
-
- RecordInit(WinDef.PVOID) - Method in class com.sun.jna.platform.win32.COM.RecordInfo
-
Record init.
- RecordNumber - Variable in class com.sun.jna.platform.win32.WinNT.EVENTLOGRECORD
-
Record number of the record.
- RECT() - Constructor for class com.sun.jna.platform.win32.WinDef.RECT
-
- red - Variable in class com.sun.jna.platform.unix.X11.Xrender.XRenderDirectFormat
-
- red_mask - Variable in class com.sun.jna.platform.unix.X11.XVisualInfo
-
- redMask - Variable in class com.sun.jna.platform.unix.X11.Xrender.XRenderDirectFormat
-
- RedrawWindow(WinDef.HWND, WinDef.RECT, WinDef.HRGN, WinDef.DWORD) - Method in interface com.sun.jna.platform.win32.User32
-
The RedrawWindow function updates the specified rectangle or region in a
window's client area.
- Reduce() - Method in interface com.sun.jna.platform.win32.COM.IMoniker
-
- Reduce() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- REFIID() - Constructor for class com.sun.jna.platform.win32.Guid.REFIID
-
Instantiates a new refiid.
- REFIID(Pointer) - Constructor for class com.sun.jna.platform.win32.Guid.REFIID
-
Instantiates a new refiid.
- REFIID(byte[]) - Constructor for class com.sun.jna.platform.win32.Guid.REFIID
-
Instantiates a new refiid.
- REG_APP_HIVE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Loads the hive visible to the calling process.
- REG_BINARY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Free-formed binary.
- REG_CREATED_NEW_KEY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
New Registry Key created.
- REG_DWORD - Static variable in interface com.sun.jna.platform.win32.WinNT
-
32-bit number.
- REG_DWORD_BIG_ENDIAN - Static variable in interface com.sun.jna.platform.win32.WinNT
-
32-bit number.
- REG_DWORD_LITTLE_ENDIAN - Static variable in interface com.sun.jna.platform.win32.WinNT
-
32-bit number, same as REG_DWORD.
- REG_EXPAND_SZ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Unicode null-terminated string with environment variable references.
- REG_FORCE_RESTORE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Force the restore process even when we have open handles on subkeys.
- REG_FORCE_UNLOAD - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- REG_FULL_RESOURCE_DESCRIPTOR - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Resource list in the hardware description.
- REG_HIVE_EXACT_FILE_GROWTH - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Grow hive file in exact 4k increments.
- REG_HIVE_NO_RM - Static variable in interface com.sun.jna.platform.win32.WinNT
-
No RM is started for this hive = no transactions.
- REG_HIVE_SINGLE_LOG - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Legacy single logging is used for this hive.
- REG_LATEST_FORMAT - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- REG_LEGAL_CHANGE_FILTER - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- REG_LEGAL_OPTION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- REG_LINK - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Symbolic link (unicode).
- REG_MULTI_SZ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Multiple unicode strings.
- REG_NO_COMPRESSION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- REG_NO_LAZY_FLUSH - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Never lazy flush this hive.
- REG_NONE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
No value type.
- REG_NOTIFY_CHANGE_ATTRIBUTES - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- REG_NOTIFY_CHANGE_LAST_SET - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- REG_NOTIFY_CHANGE_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- REG_NOTIFY_CHANGE_SECURITY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- REG_OPENED_EXISTING_KEY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Existing Key opened.
- REG_OPTION_BACKUP_RESTORE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Open for backup or restore special access rules privilege required.
- REG_OPTION_CREATE_LINK - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Created key is a symbolic link.
- REG_OPTION_NON_VOLATILE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Key is preserved when system is rebooted.
- REG_OPTION_OPEN_LINK - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Open symbolic link.
- REG_OPTION_RESERVED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Parameter is reserved.
- REG_OPTION_VOLATILE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Key is not preserved when system is rebooted.
- REG_PROCESS_PRIVATE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Hive cannot be mounted by any other process while in use.
- REG_QWORD - Static variable in interface com.sun.jna.platform.win32.WinNT
-
64-bit number.
- REG_QWORD_LITTLE_ENDIAN - Static variable in interface com.sun.jna.platform.win32.WinNT
-
64-bit number, same as REG_QWORD.
- REG_REFRESH_HIVE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Unwind changes to last flush.
- REG_RESOURCE_LIST - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Resource list in the resource map.
- REG_RESOURCE_REQUIREMENTS_LIST - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- REG_STANDARD_FORMAT - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- REG_START_JOURNAL - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Starts Hive Journal.
- REG_SZ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Unicode null-terminated string.
- REG_WHOLE_HIVE_VOLATILE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Restore whole hive volatile.
- RegCloseKey(WinReg.HKEY) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The RegCloseKey function releases a handle to the specified registry key.
- RegCreateKeyEx(WinReg.HKEY, String, int, String, int, int, WinBase.SECURITY_ATTRIBUTES, WinReg.HKEYByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
- REGDB_E_BADTHREADINGMODEL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- REGDB_E_CLASSNOTREG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- REGDB_E_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- REGDB_E_IIDNOTREG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- REGDB_E_INVALIDVALUE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- REGDB_E_KEYMISSING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- REGDB_E_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- REGDB_E_READREGDB - Static variable in interface com.sun.jna.platform.win32.WinError
-
- REGDB_E_WRITEREGDB - Static variable in interface com.sun.jna.platform.win32.WinError
-
- REGDB_S_FIRST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- REGDB_S_LAST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RegDeleteKey(WinReg.HKEY, String) - Method in interface com.sun.jna.platform.win32.Advapi32
-
- RegDeleteValue(WinReg.HKEY, String) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The RegDeleteValue function removes a named value from the specified
registry key.
- RegEnumKeyEx(WinReg.HKEY, int, char[], IntByReference, IntByReference, char[], IntByReference, WinBase.FILETIME) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The RegEnumKeyEx function enumerates subkeys of the specified open
registry key.
- RegEnumValue(WinReg.HKEY, int, char[], IntByReference, IntByReference, IntByReference, byte[], IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The RegEnumValue function enumerates the values for the specified open
registry key.
- RegGetValue(WinReg.HKEY, String, String, int, IntByReference, byte[], IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Retrieves the type and data for the specified registry value.
- regionSize - Variable in class com.sun.jna.platform.win32.WinNT.MEMORY_BASIC_INFORMATION
-
The size of the region beginning at the base address in which all pages have identical attributes, in bytes.
- register(String) - Static method in class com.sun.jna.Native
-
When called from a class static initializer, maps all native methods
found within that class to native libraries via the JNA raw calling
interface.
- register(NativeLibrary) - Static method in class com.sun.jna.Native
-
When called from a class static initializer, maps all native methods
found within that class to native libraries via the JNA raw calling
interface.
- register(Class, String) - Static method in class com.sun.jna.Native
-
When called from a class static initializer, maps all native methods
found within that class to native libraries via the JNA raw calling
interface.
- register(Class, NativeLibrary) - Static method in class com.sun.jna.Native
-
When called from a class static initializer, maps all native methods
found within that class to native libraries via the JNA raw calling
interface.
- Register(WinDef.DWORD, Pointer, Pointer, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.COM.IRunningObjectTable
-
Registers an object and its identifying moniker in the running object
table (ROT).
- Register(WinDef.DWORD, Pointer, Pointer, WinDef.DWORDByReference) - Method in class com.sun.jna.platform.win32.COM.RunningObjectTable
-
- register(ProxyObject) - Method in class com.sun.jna.platform.win32.COM.util.Factory
-
- RegisterClassEx(WinUser.WNDCLASSEX) - Method in interface com.sun.jna.platform.win32.User32
-
Registers a window class for subsequent use in calls to the CreateWindow
or CreateWindowEx function.
- RegisterDeviceNotification(WinNT.HANDLE, Structure, int) - Method in interface com.sun.jna.platform.win32.User32
-
Registers the device or type of device for which a window will receive
notifications.
- registered(Class) - Static method in class com.sun.jna.Native
-
- registeredObjects - Variable in class com.sun.jna.platform.win32.COM.util.Factory
-
- RegisterEventHotKey(int, int, Carbon.EventHotKeyID.ByValue, Pointer, int, PointerByReference) - Method in interface com.sun.jna.platform.mac.Carbon
-
Registers a global hot key.
- RegisterEventSource(String, String) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Retrieves a registered handle to the specified event log.
- RegisterHotKey(WinDef.HWND, int, int, int) - Method in interface com.sun.jna.platform.win32.User32
-
Defines a system-wide hot key.
- RegisterWindowMessage(String) - Method in interface com.sun.jna.platform.win32.User32
-
Defines a new window message that is guaranteed to be unique throughout the system.
- registerWindowMessage(String) - Static method in class com.sun.jna.platform.win32.User32Util
-
- registryCloseKey(WinReg.HKEY) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Close the registry key
- registryCreateKey(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Create a registry key.
- registryCreateKey(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Create a registry key.
- registryDeleteKey(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Delete a registry key.
- registryDeleteKey(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Delete a registry key.
- registryDeleteValue(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Delete a registry value.
- registryDeleteValue(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Delete a registry value.
- registryGetBinaryValue(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry REG_BINARY value.
- registryGetBinaryValue(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry REG_BINARY value.
- registryGetExpandableStringValue(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry REG_EXPAND_SZ value.
- registryGetExpandableStringValue(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry REG_EXPAND_SZ value.
- registryGetIntValue(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry DWORD value.
- registryGetIntValue(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry DWORD value.
- registryGetKey(WinReg.HKEY, String, int) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry key, the caller is responsible to close the key after use.
- registryGetKeys(WinReg.HKEY) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get names of the registry key's sub-keys.
- registryGetKeys(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get names of the registry key's sub-keys.
- registryGetLongValue(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry QWORD value.
- registryGetLongValue(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry QWORD value.
- registryGetStringArray(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry REG_MULTI_SZ value.
- registryGetStringArray(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry REG_MULTI_SZ value.
- registryGetStringValue(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry REG_SZ value.
- registryGetStringValue(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry REG_SZ value.
- registryGetValue(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a registry value and returns a java object depending on the value
type.
- registryGetValues(WinReg.HKEY) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a table of registry values.
- registryGetValues(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Get a table of registry values.
- registryKeyExists(WinReg.HKEY, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Checks whether a registry key exists.
- registryQueryInfoKey(WinReg.HKEY, int) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Queries the information about a specified key.
- registryRegEnumKey(WinReg.HKEY, int) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Queries the information about a specified key.
- registrySetBinaryValue(WinReg.HKEY, String, byte[]) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set a binary value in registry.
- registrySetBinaryValue(WinReg.HKEY, String, String, byte[]) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set a binary value in registry.
- registrySetExpandableStringValue(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set an expandable string value in registry.
- registrySetExpandableStringValue(WinReg.HKEY, String, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set a string value in registry.
- registrySetIntValue(WinReg.HKEY, String, int) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set an integer value in registry.
- registrySetIntValue(WinReg.HKEY, String, String, int) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set an integer value in registry.
- registrySetLongValue(WinReg.HKEY, String, long) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set a long value in registry.
- registrySetLongValue(WinReg.HKEY, String, String, long) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set a long value in registry.
- registrySetStringArray(WinReg.HKEY, String, String[]) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set a string array value in registry.
- registrySetStringArray(WinReg.HKEY, String, String, String[]) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set a string array value in registry.
- registrySetStringValue(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set a string value in registry.
- registrySetStringValue(WinReg.HKEY, String, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set a string value in registry.
- registryValueExists(WinReg.HKEY, String, String) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Checks whether a registry value exists.
- RegOpenKeyEx(WinReg.HKEY, String, int, int, WinReg.HKEYByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The RegOpenKeyEx function opens the specified registry key.
- RegQueryInfoKey(WinReg.HKEY, char[], IntByReference, IntByReference, IntByReference, IntByReference, IntByReference, IntByReference, IntByReference, IntByReference, IntByReference, WinBase.FILETIME) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The RegQueryInfoKey function retrieves information about the specified
registry key.
- RegQueryValueEx(WinReg.HKEY, String, int, IntByReference, char[], IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The RegQueryValueEx function retrieves the type and data for a specified
value name associated with an open registry key.
- RegQueryValueEx(WinReg.HKEY, String, int, IntByReference, byte[], IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
- RegQueryValueEx(WinReg.HKEY, String, int, IntByReference, IntByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
- RegQueryValueEx(WinReg.HKEY, String, int, IntByReference, LongByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
- RegQueryValueEx(WinReg.HKEY, String, int, IntByReference, Pointer, IntByReference) - Method in interface com.sun.jna.platform.win32.Advapi32
-
- RegSetValueEx(WinReg.HKEY, String, int, int, char[], int) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The RegSetValueEx function sets the data and type of a specified value
under a registry key.
- RegSetValueEx(WinReg.HKEY, String, int, int, byte[], int) - Method in interface com.sun.jna.platform.win32.Advapi32
-
- RelationAll - Static variable in interface com.sun.jna.platform.win32.WinNT.LOGICAL_PROCESSOR_RELATIONSHIP
-
On input, retrieves information about all possible relation types.
- RelationCache - Static variable in interface com.sun.jna.platform.win32.WinNT.LOGICAL_PROCESSOR_RELATIONSHIP
-
The specified logical processors share a cache.
- RelationGroup - Static variable in interface com.sun.jna.platform.win32.WinNT.LOGICAL_PROCESSOR_RELATIONSHIP
-
The specified logical processors share a single processor group.
- RelationNumaNode - Static variable in interface com.sun.jna.platform.win32.WinNT.LOGICAL_PROCESSOR_RELATIONSHIP
-
The specified logical processors are part of the same NUMA node.
- RelationProcessorCore - Static variable in interface com.sun.jna.platform.win32.WinNT.LOGICAL_PROCESSOR_RELATIONSHIP
-
The specified logical processors share a single processor core.
- RelationProcessorPackage - Static variable in interface com.sun.jna.platform.win32.WinNT.LOGICAL_PROCESSOR_RELATIONSHIP
-
The specified logical processors share a physical package (a single package socketed or soldered onto a
motherboard may contain multiple processor cores or threads, each of which is treated as a separate
processor by the operating system.)
- relationship - Variable in class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION
-
- RelativePathTo() - Method in interface com.sun.jna.platform.win32.COM.IMoniker
-
- RelativePathTo() - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- release() - Method in class com.sun.jna.platform.win32.COM.COMBindingBaseObject
-
Release.
- Release() - Method in class com.sun.jna.platform.win32.COM.COMEarlyBindingObject
-
- Release() - Method in interface com.sun.jna.platform.win32.COM.IUnknown
-
- Release() - Method in class com.sun.jna.platform.win32.COM.Unknown
-
- Release() - Method in class com.sun.jna.platform.win32.COM.util.CallbackProxy
-
- ReleaseCallback - Variable in class com.sun.jna.platform.win32.COM.DispatchVTable
-
- ReleaseCallback - Variable in class com.sun.jna.platform.win32.COM.UnknownVTable
-
- ReleaseDC(WinDef.HWND, WinDef.HDC) - Method in interface com.sun.jna.platform.win32.User32
-
This function releases a device context (DC), freeing it for use by other
applications.
- ReleaseFuncDesc(OaIdl.FUNCDESC) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- ReleaseFuncDesc(OaIdl.FUNCDESC) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Release func desc.
- ReleaseFuncDesc(OaIdl.FUNCDESC) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Release func desc.
- ReleaseTLibAttr(OaIdl.TLIBATTR) - Method in interface com.sun.jna.platform.win32.COM.ITypeLib
-
- ReleaseTLibAttr(OaIdl.TLIBATTR) - Method in class com.sun.jna.platform.win32.COM.TypeLib
-
Release t lib attr.
- ReleaseTLibAttr(OaIdl.TLIBATTR) - Method in class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Release t lib attr.
- ReleaseTypeAttr(OaIdl.TYPEATTR) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- ReleaseTypeAttr(OaIdl.TYPEATTR) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Release type attr.
- ReleaseTypeAttr(OaIdl.TYPEATTR) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Release type attr.
- ReleaseVarDesc(OaIdl.VARDESC) - Method in interface com.sun.jna.platform.win32.COM.ITypeInfo
-
- ReleaseVarDesc(OaIdl.VARDESC) - Method in class com.sun.jna.platform.win32.COM.TypeInfo
-
Release var desc.
- ReleaseVarDesc(OaIdl.VARDESC) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Release var desc.
- remoteEndPoint - Variable in class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
A RASTUNNELENDPOINT structure that contains the remote server endpoint information of a virtual private network (VPN) endpoint.
- remove() - Method in class com.sun.jna.platform.win32.Advapi32Util.EventLogIterator
-
- remove(Object) - Method in class com.sun.jna.Structure.StructureSet
-
- remove(Object) - Method in class com.sun.jna.WeakIdentityHashMap
-
- RemoveEventHandler(Pointer) - Method in interface com.sun.jna.platform.mac.Carbon
-
Removes the specified event handler
- removeFileListener(FileMonitor.FileListener) - Method in class com.sun.jna.platform.FileMonitor
-
- removeNotify() - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils.TransparentContentPane
-
- removeNotify() - Method in class com.sun.jna.platform.WindowUtils.RepaintTrigger
-
- removeTemporaryFiles() - Static method in class com.sun.jna.Native
-
Remove all marked temporary files in the given directory.
- removeWatch(File) - Method in class com.sun.jna.platform.FileMonitor
-
- removexattr(String, String, int) - Method in interface com.sun.jna.platform.mac.XAttr
-
- removeXAttr(String, String) - Static method in class com.sun.jna.platform.mac.XAttrUtil
-
- RepaintTrigger(JComponent) - Constructor for class com.sun.jna.platform.WindowUtils.RepaintTrigger
-
- ReparentNotify - Static variable in interface com.sun.jna.platform.unix.X11
-
- replace(String, String, String) - Static method in class com.sun.jna.Native
-
- replaceJavaKeyword(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- replaceVariable(String, String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
Replace variable.
- ReplayKeyboard - Static variable in interface com.sun.jna.platform.unix.X11
-
- ReplayPointer - Static variable in interface com.sun.jna.platform.unix.X11
-
- ReportEvent(WinNT.HANDLE, int, int, int, WinNT.PSID, int, int, String[], Pointer) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Writes an entry at the end of the specified event log.
- request - Variable in class com.sun.jna.platform.unix.X11.XMappingEvent
-
- request_code - Variable in class com.sun.jna.platform.unix.X11.XErrorEvent
-
- requestor - Variable in class com.sun.jna.platform.unix.X11.XSelectionEvent
-
- requestor - Variable in class com.sun.jna.platform.unix.X11.XSelectionRequestEvent
-
- requiresInitialisation - Variable in class com.sun.jna.platform.win32.COM.util.ComThread
-
- Reserved - Variable in class com.sun.jna.platform.win32.SetupApi.SP_DEVICE_INTERFACE_DATA
-
Reserved.
- Reserved - Variable in class com.sun.jna.platform.win32.SetupApi.SP_DEVINFO_DATA
-
Reserved.
- Reserved - Variable in class com.sun.jna.platform.win32.WinNT.EVENTLOGRECORD
-
Reserved.
- reserved - Variable in class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousUnionPayload
-
Reserved.
- reserved - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALEXTENSIONS
-
This member is reserved for future use.
- reserved1 - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALEXTENSIONS
-
This member is reserved for future use.
- ReservedFlags - Variable in class com.sun.jna.platform.win32.WinNT.EVENTLOGRECORD
-
Reserved.
- Reset() - Method in class com.sun.jna.platform.win32.COM.EnumMoniker
-
- Reset() - Method in interface com.sun.jna.platform.win32.COM.IEnumMoniker
-
Resets the enumeration sequence to the beginning.
- ResetEvent(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Resets (to non-signaled state) the specified event object.
- ResizeRedirectMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- ResizeRequest - Static variable in interface com.sun.jna.platform.unix.X11
-
- RESOURCE_PREFIX - Static variable in class com.sun.jna.Platform
-
Canonical resource prefix for the current platform.
- resourceid - Variable in class com.sun.jna.platform.unix.X11.XErrorEvent
-
- RestoreMonitorFactoryColorDefaults(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Restores a monitor's color settings to their factory defaults.
- RestoreMonitorFactoryDefaults(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Restores a monitor's settings to their factory defaults.
- RetainPermanent - Static variable in interface com.sun.jna.platform.unix.X11
-
- RetainTemporary - Static variable in interface com.sun.jna.platform.unix.X11
-
- returnToOrigin() - Method in class com.sun.jna.platform.dnd.GhostedDragImage
-
Animate the ghosted image returning to its origin.
- returnType - Variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- RevertSecurityContext(Sspi.CtxtHandle) - Method in interface com.sun.jna.platform.win32.Secur32
-
Allows a security package to discontinue the impersonation of the caller and restore its
own security context.
- RevertToNone - Static variable in interface com.sun.jna.platform.unix.X11
-
- RevertToParent - Static variable in interface com.sun.jna.platform.unix.X11
-
- RevertToPointerRoot - Static variable in interface com.sun.jna.platform.unix.X11
-
- RevertToSelf() - Method in interface com.sun.jna.platform.win32.Advapi32
-
The RevertToSelf function terminates the impersonation of a client
application.
- Revision - Variable in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- Revision - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- Revoke(WinDef.DWORD) - Method in interface com.sun.jna.platform.win32.COM.IRunningObjectTable
-
Removes an entry from the running object table (ROT) that was previously
registered by a call to IRunningObjectTable.Register.
- Revoke(WinDef.DWORD) - Method in class com.sun.jna.platform.win32.COM.RunningObjectTable
-
- rgbBlue - Variable in class com.sun.jna.platform.win32.WinGDI.RGBQUAD
-
- rgbGreen - Variable in class com.sun.jna.platform.win32.WinGDI.RGBQUAD
-
- rgbounds - Variable in class com.sun.jna.platform.win32.OaIdl.ARRAYDESC
-
[size_is]
C type : SAFEARRAYBOUND[1]
- RGBQUAD() - Constructor for class com.sun.jna.platform.win32.WinGDI.RGBQUAD
-
- rgbRed - Variable in class com.sun.jna.platform.win32.WinGDI.RGBQUAD
-
- rgbReserved - Variable in class com.sun.jna.platform.win32.WinGDI.RGBQUAD
-
- rgdispidNamedArgs - Variable in class com.sun.jna.platform.win32.OleAuto.DISPPARAMS
-
The rgdispid named args.
- RGN_AND - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- RGN_COPY - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- RGN_DIFF - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- RGN_OR - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- RGN_XOR - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- RGNDATA() - Constructor for class com.sun.jna.platform.win32.WinGDI.RGNDATA
-
- RGNDATA(int) - Constructor for class com.sun.jna.platform.win32.WinGDI.RGNDATA
-
- RGNDATAHEADER() - Constructor for class com.sun.jna.platform.win32.WinGDI.RGNDATAHEADER
-
- rgsabound - Variable in class com.sun.jna.platform.win32.OaIdl.SAFEARRAY
-
The rgsabound.
- rgvarg - Variable in class com.sun.jna.platform.win32.OleAuto.DISPPARAMS
-
The rgvarg.
- right - Variable in class com.sun.jna.platform.win32.WinDef.RECT
-
The right.
- RIM_TYPEHID - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The device is an HID that is not a keyboard and not a mouse.
- RIM_TYPEKEYBOARD - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The device is a keyboard.
- RIM_TYPEMOUSE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The device is a mouse.
- RO_FIELDS - Static variable in class com.sun.jna.Platform
-
Whether read-only (final) fields within Structures are supported.
- root - Variable in class com.sun.jna.platform.unix.X11.XButtonEvent
-
- root - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- root - Variable in class com.sun.jna.platform.unix.X11.XKeyEvent
-
- root - Variable in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- root - Variable in class com.sun.jna.platform.unix.X11.XWindowAttributes
-
- RPC_E_ACCESS_DENIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_ATTEMPTED_MULTITHREAD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CALL_CANCELED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CALL_COMPLETE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CALL_REJECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CANTCALLOUT_AGAIN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CANTCALLOUT_INASYNCCALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CANTCALLOUT_INEXTERNALCALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CANTCALLOUT_ININPUTSYNCCALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CANTPOST_INSENDCALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CANTTRANSMIT_CALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CHANGED_MODE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CLIENT_CANTMARSHAL_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CLIENT_CANTUNMARSHAL_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CLIENT_DIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_CONNECTION_TERMINATED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_DISCONNECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_FAULT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_FULLSIC_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_INVALID_CALLDATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_INVALID_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_INVALID_DATAPACKET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_INVALID_EXTENSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_INVALID_HEADER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_INVALID_IPID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_INVALID_OBJECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_INVALID_OBJREF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_INVALID_PARAMETER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_INVALID_STD_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_INVALIDMETHOD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_NO_CONTEXT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_NO_GOOD_SECURITY_PACKAGES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_NO_SYNC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_NOT_REGISTERED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_OUT_OF_RESOURCES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_REMOTE_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_RETRY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_SERVER_CANTMARSHAL_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_SERVER_CANTUNMARSHAL_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_SERVER_DIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_SERVER_DIED_DNE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_SERVERCALL_REJECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_SERVERCALL_RETRYLATER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_SERVERFAULT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_SYS_CALL_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_THREAD_NOT_INIT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_TOO_LATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_UNEXPECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_UNSECURE_CALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_VERSION_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_E_WRONG_THREAD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_ADDRESS_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_ALREADY_LISTENING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_ALREADY_REGISTERED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_BINDING_HAS_NO_AUTH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_BINDING_INCOMPLETE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_CALL_CANCELLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_CALL_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_CALL_FAILED_DNE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_CALL_IN_PROGRESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_CALLPENDING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_CANNOT_SUPPORT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_CANT_CREATE_ENDPOINT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_COMM_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_DUPLICATE_ENDPOINT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_ENTRY_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_ENTRY_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_ENTRY_TYPE_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_FP_DIV_ZERO - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_FP_OVERFLOW - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_FP_UNDERFLOW - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_GROUP_MEMBER_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_GRP_ELT_NOT_ADDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_GRP_ELT_NOT_REMOVED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INCOMPLETE_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INTERFACE_NOT_EXPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INTERFACE_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INTERNAL_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_ASYNC_CALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_ASYNC_HANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_AUTH_IDENTITY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_BINDING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_BOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_ENDPOINT_FORMAT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_NAF_ID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_NAME_SYNTAX - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_NET_ADDR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_NETWORK_OPTIONS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_OBJECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_RPC_PROTSEQ - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_STRING_BINDING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_STRING_UUID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_TAG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_INVALID_VERS_OPTION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_MAX_CALLS_TOO_SMALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NAME_SERVICE_UNAVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NO_BINDINGS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NO_CALL_ACTIVE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NO_CONTEXT_AVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NO_ENDPOINT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NO_ENTRY_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NO_INTERFACES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NO_MORE_BINDINGS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NO_MORE_MEMBERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NO_PRINC_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NO_PROTSEQS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NO_PROTSEQS_REGISTERED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NOT_ALL_OBJS_EXPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NOT_ALL_OBJS_UNEXPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NOT_CANCELLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NOT_LISTENING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NOT_RPC_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_NOTHING_TO_EXPORT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_OBJECT_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_OUT_OF_RESOURCES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_PRF_ELT_NOT_ADDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_PRF_ELT_NOT_REMOVED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_PROCNUM_OUT_OF_RANGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_PROFILE_NOT_ADDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_PROTOCOL_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_PROTSEQ_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_PROTSEQ_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_PROXY_ACCESS_DENIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_SEC_PKG_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_SEND_INCOMPLETE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_SERVER_TOO_BUSY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_SERVER_UNAVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_STRING_TOO_LONG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_TYPE_ALREADY_REGISTERED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UNKNOWN_AUTHN_LEVEL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UNKNOWN_AUTHN_SERVICE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UNKNOWN_AUTHN_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UNKNOWN_AUTHZ_SERVICE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UNKNOWN_IF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UNKNOWN_MGR_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UNSUPPORTED_AUTHN_LEVEL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UNSUPPORTED_NAME_SYNTAX - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UNSUPPORTED_TRANS_SYN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UNSUPPORTED_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UUID_LOCAL_ONLY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_UUID_NO_ADDRESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_WAITONTIMER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_WRONG_KIND_OF_BINDING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_S_ZERO_DIVIDE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_BAD_STUB_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_BYTE_COUNT_TOO_SMALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_ENUM_VALUE_OUT_OF_RANGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_INVALID_ES_ACTION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_INVALID_PIPE_OBJECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_NO_MORE_ENTRIES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_NULL_REF_POINTER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_PIPE_CLOSED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_PIPE_DISCIPLINE_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_PIPE_EMPTY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_SS_CANNOT_GET_CALL_HANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_SS_CHAR_TRANS_OPEN_FAIL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_SS_CHAR_TRANS_SHORT_FILE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_SS_CONTEXT_DAMAGED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_SS_HANDLES_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_SS_IN_NULL_CONTEXT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_WRONG_ES_VERSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_WRONG_PIPE_ORDER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_WRONG_PIPE_VERSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RPC_X_WRONG_STUB_VERSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- RRF_RT_ANY - Static variable in interface com.sun.jna.platform.win32.Advapi32
-
- RRF_RT_DWORD - Static variable in interface com.sun.jna.platform.win32.Advapi32
-
- RRF_RT_QWORD - Static variable in interface com.sun.jna.platform.win32.Advapi32
-
- RRF_RT_REG_BINARY - Static variable in interface com.sun.jna.platform.win32.Advapi32
-
- RRF_RT_REG_DWORD - Static variable in interface com.sun.jna.platform.win32.Advapi32
-
- RRF_RT_REG_EXPAND_SZ - Static variable in interface com.sun.jna.platform.win32.Advapi32
-
- RRF_RT_REG_MULTI_SZ - Static variable in interface com.sun.jna.platform.win32.Advapi32
-
- RRF_RT_REG_NONE - Static variable in interface com.sun.jna.platform.win32.Advapi32
-
- RRF_RT_REG_QWORD - Static variable in interface com.sun.jna.platform.win32.Advapi32
-
- RRF_RT_REG_SZ - Static variable in interface com.sun.jna.platform.win32.Advapi32
-
- RunningObjectTable - Class in com.sun.jna.platform.win32.COM
-
- RunningObjectTable() - Constructor for class com.sun.jna.platform.win32.COM.RunningObjectTable
-
- RunningObjectTable(Pointer) - Constructor for class com.sun.jna.platform.win32.COM.RunningObjectTable
-
- RunningObjectTable - Class in com.sun.jna.platform.win32.COM.util
-
- RunningObjectTable(RunningObjectTable, Factory) - Constructor for class com.sun.jna.platform.win32.COM.util.RunningObjectTable
-
- RunningObjectTable.ByReference - Class in com.sun.jna.platform.win32.COM
-
- s - Variable in class com.sun.jna.platform.unix.X11.XClientMessageEvent.Data
-
- s - Variable in class com.sun.jna.platform.win32.NTSecApi.PLSA_UNICODE_STRING
-
- S_FALSE - Static variable in class com.sun.jna.platform.win32.COM.COMUtils
-
- S_FALSE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- S_OK - Static variable in class com.sun.jna.platform.win32.COM.COMUtils
-
The Constant CO_E_NOTINITIALIZED.
- S_OK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- Sacl - Variable in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- SACL_SECURITY_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SAFEARRAY() - Constructor for class com.sun.jna.platform.win32.OaIdl.SAFEARRAY
-
- SAFEARRAY(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.SAFEARRAY
-
- SAFEARRAYBOUND() - Constructor for class com.sun.jna.platform.win32.OaIdl.SAFEARRAYBOUND
-
- SAFEARRAYBOUND(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.SAFEARRAYBOUND
-
- SAFEARRAYBOUND(int, int) - Constructor for class com.sun.jna.platform.win32.OaIdl.SAFEARRAYBOUND
-
- SafeArrayCreate(WTypes.VARTYPE, int, OaIdl.SAFEARRAYBOUND[]) - Method in interface com.sun.jna.platform.win32.OleAuto
-
Creates a new array descriptor, allocates and initializes the data for
the array, and returns a pointer to the new array descriptor.
- SafeArrayGetElement(OaIdl.SAFEARRAY, long[], Pointer) - Method in interface com.sun.jna.platform.win32.OleAuto
-
Retrieves a single element of the array.
- SafeArrayGetElement(OaIdl.SAFEARRAY, long) - Static method in class com.sun.jna.platform.win32.OleAutoUtil
-
Safe array get element.
- SafeArrayLock(OaIdl.SAFEARRAY) - Method in interface com.sun.jna.platform.win32.OleAuto
-
Increments the lock count of an array, and places a pointer to the array
data in pvData of the array descriptor.
- SafeArrayPutElement(OaIdl.SAFEARRAY, long[], Variant.VARIANT) - Method in interface com.sun.jna.platform.win32.OleAuto
-
Stores the data element at the specified location in the array.
- SafeArrayPutElement(OaIdl.SAFEARRAY, long, Variant.VARIANT) - Static method in class com.sun.jna.platform.win32.OleAutoUtil
-
Safe array put element.
- SafeArrayUnLock(OaIdl.SAFEARRAY) - Method in interface com.sun.jna.platform.win32.OleAuto
-
Decrements the lock count of an array so it can be freed or resized.
- same_screen - Variable in class com.sun.jna.platform.unix.X11.XButtonEvent
-
- same_screen - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- same_screen - Variable in class com.sun.jna.platform.unix.X11.XKeyEvent
-
- same_screen - Variable in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- SampleCount - Variable in class com.sun.jna.platform.win32.Pdh.PDH_TIME_INFO
-
Number of samples collected during the interval.
- Save(IStream) - Method in interface com.sun.jna.platform.win32.COM.IPersistStream
-
Saves an object to the specified stream.
- Save(IStream) - Method in class com.sun.jna.platform.win32.COM.Moniker
-
- save_under - Variable in class com.sun.jna.platform.unix.X11.XSetWindowAttributes
-
- save_under - Variable in class com.sun.jna.platform.unix.X11.XWindowAttributes
-
- SaveCurrentMonitorSettings(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Saves the current monitor settings to the display's nonvolatile storage.
- SaveCurrentSettings(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Saves the current monitor settings to the display's nonvolatile storage.
- Sbz1 - Variable in class com.sun.jna.platform.win32.WinNT.ACL
-
- Sbz1 - Variable in class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- Sbz2 - Variable in class com.sun.jna.platform.win32.WinNT.ACL
-
- SC_HANDLE() - Constructor for class com.sun.jna.platform.win32.Winsvc.SC_HANDLE
-
- SC_MANAGER_ALL_ACCESS - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SC_MANAGER_CONNECT - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SC_MANAGER_CREATE_SERVICE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SC_MANAGER_ENUMERATE_SERVICE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SC_MANAGER_LOCK - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SC_MANAGER_MODIFY_BOOT_CONFIG - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SC_MANAGER_QUERY_LOCK_STATUS - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SC_MAXIMIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Maximizes the window.
- SC_MINIMIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Minimizes the window.
- SC_STATUS_PROCESS_INFO - Static variable in class com.sun.jna.platform.win32.Winsvc.SC_STATUS_TYPE
-
- SC_STATUS_TYPE() - Constructor for class com.sun.jna.platform.win32.Winsvc.SC_STATUS_TYPE
-
- scale - Variable in class com.sun.jna.platform.win32.OaIdl.DECIMAL._DECIMAL1._DECIMAL1_DECIMAL
-
- scaleDragIcon(Icon, Point) - Method in class com.sun.jna.platform.dnd.DragHandler
-
Change the size of the given drag icon, if appropriate.
- scanCode - Variable in class com.sun.jna.platform.win32.WinUser.KBDLLHOOKSTRUCT
-
- SCARD_E_BAD_SEEK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_CANCELLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_CANT_DISPOSE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_CARD_UNSUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_CERTIFICATE_UNAVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_COMM_DATA_LOST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_DIR_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_DUPLICATE_READER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_FILE_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_ICC_CREATEORDER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_ICC_INSTALLATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_INSUFFICIENT_BUFFER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_INVALID_ATR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_INVALID_CHV - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_INVALID_HANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_INVALID_PARAMETER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_INVALID_TARGET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_INVALID_VALUE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_NO_ACCESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_NO_DIR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_NO_FILE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_NO_KEY_CONTAINER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_NO_MEMORY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_NO_READERS_AVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_NO_SERVICE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_NO_SMARTCARD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_NO_SUCH_CERTIFICATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_NOT_READY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_NOT_TRANSACTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_PCI_TOO_SMALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_PROTO_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_READER_UNAVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_READER_UNSUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_SERVER_TOO_BUSY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_SERVICE_STOPPED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_SHARING_VIOLATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_SYSTEM_CANCELLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_UNEXPECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_UNKNOWN_CARD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_UNKNOWN_READER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_UNKNOWN_RES_MNG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_UNSUPPORTED_FEATURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_E_WRITE_TOO_MANY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_F_COMM_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_F_INTERNAL_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_F_UNKNOWN_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_F_WAITED_TOO_LONG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_P_SHUTDOWN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_S_SUCCESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_CACHE_ITEM_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_CACHE_ITEM_STALE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_CACHE_ITEM_TOO_BIG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_CANCELLED_BY_USER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_CARD_NOT_AUTHENTICATED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_CHV_BLOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_EOF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_REMOVED_CARD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_RESET_CARD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_SECURITY_VIOLATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_UNPOWERED_CARD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_UNRESPONSIVE_CARD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_UNSUPPORTED_CARD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCARD_W_WRONG_CHV - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_ACCOUNT_DBASE_CORRUPT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_ACCOUNT_INFORMATION_NOT_SET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_ACCOUNT_NAME_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_ALREADY_RUNNING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_CANNOT_OPEN_TASK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_INVALID_TASK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_INVALID_TASK_HASH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_INVALIDVALUE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_MALFORMEDXML - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_MISSINGNODE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_NAMESPACE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_NO_SECURITY_SERVICES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_PAST_END_BOUNDARY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_SERVICE_NOT_AVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_SERVICE_NOT_INSTALLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_SERVICE_NOT_LOCALSYSTEM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_SERVICE_NOT_RUNNING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_SERVICE_TOO_BUSY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_START_ON_DEMAND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_TASK_ATTEMPTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_TASK_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_TASK_NOT_READY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_TASK_NOT_RUNNING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_TASK_NOT_V1_COMPAT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_TOO_MANY_NODES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_TRIGGER_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_UNEXPECTEDNODE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_UNKNOWN_OBJECT_VERSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_UNSUPPORTED_ACCOUNT_OPTION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_E_USER_NOT_LOGGED_ON - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_BATCH_LOGON_PROBLEM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_EVENT_TRIGGER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_SOME_TRIGGERS_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_TASK_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_TASK_HAS_NOT_RUN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_TASK_NO_MORE_RUNS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_TASK_NO_VALID_TRIGGERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_TASK_NOT_SCHEDULED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_TASK_QUEUED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_TASK_READY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_TASK_RUNNING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SCHED_S_TASK_TERMINATED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- scode - Variable in class com.sun.jna.platform.win32.OaIdl.EXCEPINFO
-
The scode.
- scode - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT.__VARIANT
-
- SCODE() - Constructor for class com.sun.jna.platform.win32.WinDef.SCODE
-
Instantiates a new SCODE.
- SCODE(long) - Constructor for class com.sun.jna.platform.win32.WinDef.SCODE
-
Instantiates a new SCODE.
- SCODE_CODE(int) - Static method in class com.sun.jna.platform.win32.W32Errors
-
Extract error code from SCODE.
- SCODE_FACILITY(short) - Static method in class com.sun.jna.platform.win32.W32Errors
-
Scode facility.
- SCODE_SEVERITY(short) - Static method in class com.sun.jna.platform.win32.W32Errors
-
Scode severity.
- ScodeArg() - Constructor for class com.sun.jna.platform.win32.OaIdl.ScodeArg
-
- ScodeArg(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.ScodeArg
-
- scodeArg - Variable in class com.sun.jna.platform.win32.OaIdl.ScodeArg
-
- SCODEByReference() - Constructor for class com.sun.jna.platform.win32.WinDef.SCODEByReference
-
Instantiates a new SCODE by reference.
- SCODEByReference(WinDef.SCODE) - Constructor for class com.sun.jna.platform.win32.WinDef.SCODEByReference
-
Instantiates a new SCODE by reference.
- Screen() - Constructor for class com.sun.jna.platform.unix.X11.Screen
-
- screen - Variable in class com.sun.jna.platform.unix.X11.XVisualInfo
-
- screen - Variable in class com.sun.jna.platform.unix.X11.XWindowAttributes
-
- ScreenSaverActive - Static variable in interface com.sun.jna.platform.unix.X11
-
- ScreenSaverReset - Static variable in interface com.sun.jna.platform.unix.X11
-
- SE_ASSIGNPRIMARYTOKEN_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_AUDIT_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_BACKUP_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_CHANGE_NOTIFY_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_CREATE_GLOBAL_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_CREATE_PAGEFILE_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_CREATE_PERMANENT_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_CREATE_TOKEN_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_DACL_AUTO_INHERIT_REQ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_DACL_AUTO_INHERITED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_DACL_DEFAULTED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_DACL_PRESENT - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_DACL_PROTECTED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_DEBUG_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_DS_OBJECT - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Indicates a directory service object or a property set or property
of a directory service object.
- SE_DS_OBJECT_ALL - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
The server process can impersonate the client's security context on
remote systems.
- SE_ENABLE_DELEGATION_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_FILE_OBJECT - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Indicates a file or directory.
- SE_GROUP_DEFAULTED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_IMPERSONATE_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_INC_BASE_PRIORITY_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_INCREASE_QUOTA_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_KERNEL_OBJECT - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Indicates a local kernel object.
- SE_LMSHARE - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Indicates a network share.
- SE_LOAD_DRIVER_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_LOCK_MEMORY_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_MACHINE_ACCOUNT_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_MANAGE_VOLUME_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_OBJECT_TYPE() - Constructor for class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
- SE_OWNER_DEFAULTED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_PRINTER - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Indicates a printer.
- SE_PRIVILEGE_ENABLED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_PRIVILEGE_ENABLED_BY_DEFAULT - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_PRIVILEGE_REMOVED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_PRIVILEGE_USED_FOR_ACCESS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_PROF_SINGLE_PROCESS_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_PROVIDER_DEFINED_OBJECT - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Indicates a provider-defined object.
- SE_REGISTRY_KEY - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Indicates a registry key.
- SE_REGISTRY_WOW64_32KEY - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Indicates an object for a registry entry under WOW64.
- SE_REMOTE_SHUTDOWN_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_RESTORE_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_RM_CONTROL_VALID - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SACL_AUTO_INHERIT_REQ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SACL_AUTO_INHERITED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SACL_DEFAULTED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SACL_PRESENT - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SACL_PROTECTED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SECURITY_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SELF_RELATIVE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SERVICE - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Indicates a Windows service.
- SE_SHUTDOWN_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SYNC_AGENT_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SYSTEM_ENVIRONMENT_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SYSTEM_PROFILE_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_SYSTEMTIME_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_TAKE_OWNERSHIP_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_TCB_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_UNDOCK_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_UNKNOWN_OBJECT_TYPE - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Unknown object type.
- SE_UNSOLICITED_INPUT_NAME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SE_WINDOW_OBJECT - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Indicates a window station or desktop object on the local computer.
- SE_WMIGUID_OBJECT - Static variable in class com.sun.jna.platform.win32.AccCtrl.SE_OBJECT_TYPE
-
Indicates a WMI object.
- SEC_E_ALGORITHM_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_BAD_BINDINGS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_BAD_PKGID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_BUFFER_TOO_SMALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_CANNOT_INSTALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_CANNOT_PACK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_CERT_EXPIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_CERT_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_CERT_WRONG_USAGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_CONTEXT_EXPIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_CROSSREALM_DELEGATION_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_CRYPTO_SYSTEM_INVALID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_DECRYPT_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_DELEGATION_POLICY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_DELEGATION_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_DOWNGRADE_DETECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_ENCRYPT_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_ILLEGAL_MESSAGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_INCOMPLETE_CREDENTIALS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_INCOMPLETE_MESSAGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_INSUFFICIENT_MEMORY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_INTERNAL_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_INVALID_HANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_INVALID_PARAMETER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_INVALID_TOKEN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_ISSUING_CA_UNTRUSTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_ISSUING_CA_UNTRUSTED_KDC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_KDC_CERT_EXPIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_KDC_CERT_REVOKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_KDC_INVALID_REQUEST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_KDC_UNABLE_TO_REFER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_KDC_UNKNOWN_ETYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_LOGON_DENIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_MAX_REFERRALS_EXCEEDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_MESSAGE_ALTERED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_MULTIPLE_ACCOUNTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_MUST_BE_KDC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_NO_AUTHENTICATING_AUTHORITY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_NO_CREDENTIALS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_NO_IMPERSONATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_NO_IP_ADDRESSES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_NO_KERB_KEY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_NO_PA_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_NO_S4U_PROT_SUPPORT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_NO_SPM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_NO_TGT_REPLY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_NOT_OWNER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_OK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_OUT_OF_SEQUENCE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_PKINIT_CLIENT_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_PKINIT_NAME_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_POLICY_NLTM_ONLY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_QOP_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_REVOCATION_OFFLINE_C - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_REVOCATION_OFFLINE_KDC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_SECPKG_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_SECURITY_QOS_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_SHUTDOWN_IN_PROGRESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_SMARTCARD_CERT_EXPIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_SMARTCARD_CERT_REVOKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_SMARTCARD_LOGON_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_STRONG_CRYPTO_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_TARGET_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_TIME_SKEW - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_TOO_MANY_PRINCIPALS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_UNFINISHED_CONTEXT_DELETED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_UNKNOWN_CREDENTIALS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_UNSUPPORTED_FUNCTION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_UNSUPPORTED_PREAUTH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_UNTRUSTED_ROOT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_WRONG_CREDENTIAL_HANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_E_WRONG_PRINCIPAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_I_COMPLETE_AND_CONTINUE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_I_COMPLETE_NEEDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_I_CONTEXT_EXPIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_I_CONTINUE_NEEDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_I_INCOMPLETE_CREDENTIALS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_I_LOCAL_LOGON - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_I_NO_LSA_CONTEXT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_I_NO_RENEGOTIATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_I_RENEGOTIATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEC_I_SIGNATURE_NEEDED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SecBuffer() - Constructor for class com.sun.jna.platform.win32.Sspi.SecBuffer
-
Create a new SECBUFFER_EMPTY buffer.
- SecBuffer(int, int) - Constructor for class com.sun.jna.platform.win32.Sspi.SecBuffer
-
Create a SecBuffer of a given type and size.
- SecBuffer(int, byte[]) - Constructor for class com.sun.jna.platform.win32.Sspi.SecBuffer
-
Create a SecBuffer of a given type with initial data.
- SECBUFFER_DATA - Static variable in interface com.sun.jna.platform.win32.Sspi
-
This buffer type is used for common data.
- SECBUFFER_EMPTY - Static variable in interface com.sun.jna.platform.win32.Sspi
-
This is a placeholder in the buffer array.
- SECBUFFER_TOKEN - Static variable in interface com.sun.jna.platform.win32.Sspi
-
This buffer type is used to indicate the security token portion of the message.
- SECBUFFER_VERSION - Static variable in interface com.sun.jna.platform.win32.Sspi
-
Version of the SecBuffer struct.
- SecBufferDesc() - Constructor for class com.sun.jna.platform.win32.Sspi.SecBufferDesc
-
Create a new SecBufferDesc with one SECBUFFER_EMPTY buffer.
- SecBufferDesc(int, byte[]) - Constructor for class com.sun.jna.platform.win32.Sspi.SecBufferDesc
-
Create a new SecBufferDesc with initial data.
- SecBufferDesc(int, int) - Constructor for class com.sun.jna.platform.win32.Sspi.SecBufferDesc
-
Create a new SecBufferDesc with one SecBuffer of a given type and size.
- secHandle - Variable in class com.sun.jna.platform.win32.Sspi.PSecHandle
-
The first entry in an array of SecPkgInfo structures.
- SecHandle() - Constructor for class com.sun.jna.platform.win32.Sspi.SecHandle
-
An empty SecHandle.
- SecondValue - Variable in class com.sun.jna.platform.win32.Pdh.PDH_RAW_COUNTER
-
Second raw counter value.
- SECPKG_CRED_INBOUND - Static variable in interface com.sun.jna.platform.win32.Sspi
-
Validate an incoming server credential.
- SECPKG_CRED_OUTBOUND - Static variable in interface com.sun.jna.platform.win32.Sspi
-
Allow a local client credential to prepare an outgoing token.
- SecPkgInfo() - Constructor for class com.sun.jna.platform.win32.Sspi.SecPkgInfo
-
Create a new package info.
- SECTION_EXTEND_SIZE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SECTION_MAP_EXECUTE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SECTION_MAP_READ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SECTION_MAP_WRITE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SECTION_QUERY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- Secur32 - Interface in com.sun.jna.platform.win32
-
Secur32.dll Interface.
- Secur32.EXTENDED_NAME_FORMAT - Class in com.sun.jna.platform.win32
-
Specifies a format for a directory service object name.
- Secur32Util - Class in com.sun.jna.platform.win32
-
Secur32 Utility API.
- Secur32Util() - Constructor for class com.sun.jna.platform.win32.Secur32Util
-
- Secur32Util.SecurityPackage - Class in com.sun.jna.platform.win32
-
An SSPI package.
- SECURITY_ATTRIBUTES() - Constructor for class com.sun.jna.platform.win32.WinBase.SECURITY_ATTRIBUTES
-
- SECURITY_DESCRIPTOR() - Constructor for class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR
-
- SECURITY_DESCRIPTOR(byte[]) - Constructor for class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR
-
- SECURITY_DESCRIPTOR(Pointer) - Constructor for class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR
-
- SECURITY_DESCRIPTOR_RELATIVE() - Constructor for class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- SECURITY_DESCRIPTOR_RELATIVE(byte[]) - Constructor for class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- SECURITY_DESCRIPTOR_RELATIVE(Pointer) - Constructor for class com.sun.jna.platform.win32.WinNT.SECURITY_DESCRIPTOR_RELATIVE
-
- SECURITY_IMPERSONATION_LEVEL() - Constructor for class com.sun.jna.platform.win32.WinNT.SECURITY_IMPERSONATION_LEVEL
-
- SECURITY_INTEGER() - Constructor for class com.sun.jna.platform.win32.Sspi.SECURITY_INTEGER
-
An security integer of 0.
- SECURITY_MAX_SID_SIZE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Maximum bytes used by a SID.
- SECURITY_NATIVE_DREP - Static variable in interface com.sun.jna.platform.win32.Sspi
-
Specifies Native data representation.
- SecurityAnonymous - Static variable in class com.sun.jna.platform.win32.WinNT.SECURITY_IMPERSONATION_LEVEL
-
The server process cannot obtain identification information about the
client, and it cannot impersonate the client.
- SecurityDelegation - Static variable in class com.sun.jna.platform.win32.WinNT.SECURITY_IMPERSONATION_LEVEL
-
The server process can impersonate the client's security context on
remote systems.
- SecurityIdentification - Static variable in class com.sun.jna.platform.win32.WinNT.SECURITY_IMPERSONATION_LEVEL
-
The server process can obtain information about the client, such as
security identifiers and privileges, but it cannot impersonate the
client.
- SecurityImpersonation - Static variable in class com.sun.jna.platform.win32.WinNT.SECURITY_IMPERSONATION_LEVEL
-
The server process can impersonate the client's security context on
its local system.
- SecurityPackage() - Constructor for class com.sun.jna.platform.win32.Secur32Util.SecurityPackage
-
- selection - Variable in class com.sun.jna.platform.unix.X11.XSelectionClearEvent
-
- selection - Variable in class com.sun.jna.platform.unix.X11.XSelectionEvent
-
- selection - Variable in class com.sun.jna.platform.unix.X11.XSelectionRequestEvent
-
- SelectionClear - Static variable in interface com.sun.jna.platform.unix.X11
-
- SelectionNotify - Static variable in interface com.sun.jna.platform.unix.X11
-
- SelectionRequest - Static variable in interface com.sun.jna.platform.unix.X11
-
- SelectObject(WinDef.HDC, WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.GDI32
-
The SelectObject function selects an object into the specified device context (DC).
- send_event - Variable in class com.sun.jna.platform.unix.X11.XAnyEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XButtonEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XCirculateEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XCirculateRequestEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XClientMessageEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XColormapEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XConfigureEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XConfigureRequestEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XCreateWindowEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XDestroyWindowEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XExposeEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XFocusChangeEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XGraphicsExposeEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XGravityEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XKeyEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XKeymapEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XMapEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XMappingEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XMapRequestEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XNoExposeEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XPropertyEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XReparentEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XResizeRequestEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XSelectionClearEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XSelectionEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XSelectionRequestEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XUnmapEvent
-
- send_event - Variable in class com.sun.jna.platform.unix.X11.XVisibilityEvent
-
- SendInput(WinDef.DWORD, WinUser.INPUT[], int) - Method in interface com.sun.jna.platform.win32.User32
-
Synthesizes keystrokes, mouse motions, and button clicks.
- SendMessageTimeout(WinDef.HWND, int, long, long, int, int, WinDef.DWORDByReference) - Method in interface com.sun.jna.platform.win32.User32
-
Sends the specified message to one or more windows.
- serial - Variable in class com.sun.jna.platform.unix.X11.XAnyEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XButtonEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XCirculateEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XCirculateRequestEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XClientMessageEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XColormapEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XConfigureEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XConfigureRequestEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XCreateWindowEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XDestroyWindowEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XErrorEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XExposeEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XFocusChangeEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XGraphicsExposeEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XGravityEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XKeyEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XKeymapEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XMapEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XMappingEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XMapRequestEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XNoExposeEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XPropertyEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XReparentEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XResizeRequestEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XSelectionClearEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XSelectionEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XSelectionRequestEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XUnmapEvent
-
- serial - Variable in class com.sun.jna.platform.unix.X11.XVisibilityEvent
-
- SERVICE_ACCEPT_HARDWAREPROFILECHANGE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_ACCEPT_NETBINDCHANGE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_ACCEPT_PARAMCHANGE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_ACCEPT_PAUSE_CONTINUE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_ACCEPT_POWEREVENT - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_ACCEPT_PRESHUTDOWN - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_ACCEPT_SESSIONCHANGE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_ACCEPT_SHUTDOWN - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_ACCEPT_STOP - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_ACCEPT_TIMECHANGE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_ACCEPT_TRIGGEREVENT - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_ADAPTER - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SERVICE_ALL_ACCESS - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_CHANGE_CONFIG - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_CONTINUE_PENDING - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_CONTROL_CONTINUE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_CONTROL_INTERROGATE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_CONTROL_NETBINDADD - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_CONTROL_NETBINDDISABLE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_CONTROL_NETBINDENABLE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_CONTROL_NETBINDREMOVE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_CONTROL_PARAMCHANGE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_CONTROL_PAUSE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_CONTROL_STOP - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_DRIVER - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SERVICE_ENUMERATE_DEPENDENTS - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_FILE_SYSTEM_DRIVER - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SERVICE_INTERACTIVE_PROCESS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SERVICE_INTERROGATE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_KERNEL_DRIVER - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SERVICE_PAUSE_CONTINUE - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_PAUSE_PENDING - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_PAUSED - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_QUERY_CONFIG - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_QUERY_STATUS - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_RECOGNIZER_DRIVER - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SERVICE_RUNNING - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_RUNS_IN_SYSTEM_PROCESS - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_START - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_START_PENDING - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_STATUS() - Constructor for class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS
-
- SERVICE_STATUS_PROCESS() - Constructor for class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
- SERVICE_STATUS_PROCESS(int) - Constructor for class com.sun.jna.platform.win32.Winsvc.SERVICE_STATUS_PROCESS
-
- SERVICE_STOP - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_STOP_PENDING - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_STOPPED - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_TYPE_ALL - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SERVICE_USER_DEFINED_CONTROL - Static variable in interface com.sun.jna.platform.win32.Winsvc
-
- SERVICE_WIN32 - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SERVICE_WIN32_OWN_PROCESS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SERVICE_WIN32_SHARE_PROCESS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- setActive(boolean) - Method in class com.sun.jna.platform.dnd.DropHandler
-
Set whether this handler (and thus its drop target) will accept
any drops.
- setAlignType(int) - Method in class com.sun.jna.Structure
-
Change the alignment of this structure.
- setAlpha(float) - Method in class com.sun.jna.platform.dnd.GhostedDragImage
-
Set the transparency of the ghosted image.
- setArraySize(int) - Method in class com.sun.jna.platform.win32.Variant.VariantArg
-
- setAutoRead(boolean) - Method in class com.sun.jna.Structure
-
Set whether the structure is read from native memory prior to
a native function call.
- setAutoSynch(boolean) - Method in class com.sun.jna.Structure
-
Set whether the structure is automatically synchronized to native memory
before and after a native function call.
- setAutoWrite(boolean) - Method in class com.sun.jna.Structure
-
Set whether the structure is written to native memory after a native
function call.
- setByte(long, byte) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setByte
.
- setByte(long, byte) - Static method in class com.sun.jna.Native
-
- setByte(long, byte) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setCallbackExceptionHandler(Callback.UncaughtExceptionHandler) - Static method in class com.sun.jna.Native
-
Set the default handler invoked when a callback throws an uncaught
exception.
- setCallbackThreadInitializer(Callback, CallbackThreadInitializer) - Static method in class com.sun.jna.CallbackReference
-
- setCallbackThreadInitializer(Callback, CallbackThreadInitializer) - Static method in class com.sun.jna.Native
-
Set a thread initializer for the given callback.
- setChar(long, char) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setChar
.
- setChar(long, char) - Static method in class com.sun.jna.Native
-
- setChar(long, char) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setComponentMask(Component, Shape) - Static method in class com.sun.jna.platform.WindowUtils
-
Applies the given mask to the given heavyweight component.
- SetConsoleCP(int) - Method in interface com.sun.jna.platform.win32.Wincon
-
- SetConsoleMode(WinNT.HANDLE, int) - Method in interface com.sun.jna.platform.win32.Wincon
-
- SetConsoleOutputCP(int) - Method in interface com.sun.jna.platform.win32.Wincon
-
- SetConsoleTitle(String) - Method in interface com.sun.jna.platform.win32.Wincon
-
- setDispatchCallbackListener(IDispatchCallback) - Method in class com.sun.jna.platform.win32.COM.util.AbstractComEventCallbackListener
-
- setDispatchCallbackListener(IDispatchCallback) - Method in interface com.sun.jna.platform.win32.COM.util.IComEventCallbackListener
-
- setDllName(String) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.DllEntry
-
Sets the dll name.
- setDouble(long, double) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setDouble
.
- setDouble(long, double) - Static method in class com.sun.jna.Native
-
- setDouble(long, double) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setDoubleBuffered(Component, boolean) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
- SetEnvironmentVariable(String, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The SetEnvironmentVariable function sets the contents of the specified
environment variable for the current process.
- SetEvent(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Sets the specified event object to the signaled state.
- setFieldOrder(String[]) - Method in class com.sun.jna.Structure
-
- setFieldValue(Field, Object) - Method in class com.sun.jna.Structure
-
- SetFileAttributes(String, WinDef.DWORD) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Sets the attributes for a file or directory.
- setFilename(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
- setFileSecurityDescriptor(File, WinNT.SECURITY_DESCRIPTOR_RELATIVE, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Sets a file's Security Descriptor.
- SetFileTime(WinNT.HANDLE, WinBase.FILETIME, WinBase.FILETIME, WinBase.FILETIME) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Sets the date and time that the specified file or directory was created,
last accessed, or last modified.
- setFloat(long, float) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setFloat
.
- setFloat(long, float) - Static method in class com.sun.jna.Native
-
- setFloat(long, float) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- SetFocus(WinDef.HWND) - Method in interface com.sun.jna.platform.win32.User32
-
Sets the keyboard focus to the specified window.
- setForceHeavyweightPopups(Window, boolean) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Use this method to ensure heavyweight popups are used in
conjunction with a given window.
- SetForegroundWindow(WinDef.HWND) - Method in interface com.sun.jna.platform.win32.User32
-
Brings the thread that created the specified window into the foreground
and activates the window.
- setFromInteger(int, Class<T>) - Static method in class com.sun.jna.platform.EnumUtils
-
- SetHandleInformation(WinNT.HANDLE, int, int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Sets certain properties of an object handle.
- setIndex(int) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.ContainingTypeLib
-
Sets the index.
- setInt(long, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setInt
.
- setInt(long, int) - Static method in class com.sun.jna.Native
-
- setInt(long, int) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setLastError(int) - Static method in class com.sun.jna.Native
-
Set the OS last error code.
- SetLastError(int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The SetLastError function sets the last-error code for the calling
thread.
- SetLayeredWindowAttributes(WinDef.HWND, int, byte, int) - Method in interface com.sun.jna.platform.win32.User32
-
The SetLayeredWindowAttributes function sets the opacity and transparency
color key of a layered window.
- setLayersTransparent(Window, boolean) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
- SetLocalTime(WinBase.SYSTEMTIME) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Sets the current local time and date
- setLong(long, long) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setLong
.
- setLong(long, long) - Static method in class com.sun.jna.Native
-
- setLong(long, long) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setMask(Component, Raster) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Override this method to provide bitmap masking of the given
heavyweight component.
- setMemory(long, long, byte) - Static method in class com.sun.jna.Native
-
- setMemory(long, long, byte) - Method in class com.sun.jna.Pointer
-
Write value
to the requested bank of memory.
- SetModeDelete - Static variable in interface com.sun.jna.platform.unix.X11
-
- SetModeInsert - Static variable in interface com.sun.jna.platform.unix.X11
-
- setModifiers(int) - Method in class com.sun.jna.platform.dnd.DragHandler
-
Update the modifiers hint.
- SetMonitorBrightness(WinNT.HANDLE, int) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Sets a monitor's brightness value.
- SetMonitorColorTemperature(WinNT.HANDLE, HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Sets a monitor's color temperature.
- SetMonitorContrast(WinNT.HANDLE, int) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Sets a monitor's contrast value.
- SetMonitorDisplayAreaPosition(WinNT.HANDLE, HighLevelMonitorConfigurationAPI.MC_POSITION_TYPE, int) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Sets the horizontal or vertical position of a monitor's display area.
- SetMonitorDisplayAreaSize(WinNT.HANDLE, HighLevelMonitorConfigurationAPI.MC_SIZE_TYPE, int) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Sets the width or height of a monitor's display area.
- SetMonitorRedGreenOrBlueDrive(WinNT.HANDLE, HighLevelMonitorConfigurationAPI.MC_DRIVE_TYPE, int) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Sets a monitor's red, green, or blue drive value.
- SetMonitorRedGreenOrBlueGain(WinNT.HANDLE, HighLevelMonitorConfigurationAPI.MC_GAIN_TYPE, int) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Sets a monitor's red, green, or blue gain value.
- setName(String) - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
- setName(String) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.DllEntry
-
Sets the name.
- SetNamedPipeHandleState(WinNT.HANDLE, IntByReference, IntByReference, IntByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Sets the read mode and the blocking mode of the specified named pipe.
- SetNamedSecurityInfo(String, int, int, Pointer, Pointer, Pointer, Pointer) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The SetNamedSecurityInfo function sets specified security information in
the security descriptor of a specified object.
- setNativeLong(long, NativeLong) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setOrdinal(int) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.DllEntry
-
Sets the ordinal.
- SetParent(WinDef.HWND, WinDef.HWND) - Method in interface com.sun.jna.platform.win32.User32
-
Changes the parent window of the specified child window.
- setPhoneBookEntry(String, WinRas.RASENTRY.ByReference) - Static method in class com.sun.jna.platform.win32.Rasapi32Util
-
Set a phone book entry
- SetPixel(WinDef.HDC, int, int, int) - Method in interface com.sun.jna.platform.win32.GDI32
-
The SetPixel function sets the pixel at the specified coordinates to the specified color.
- SetPixelFormat(WinDef.HDC, int, WinGDI.PIXELFORMATDESCRIPTOR.ByReference) - Method in interface com.sun.jna.platform.win32.GDI32
-
The SetPixelFormat function sets the pixel format of the specified device context to the
format specified by the iPixelFormat index.
- setPointer(long, Pointer) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setPointer
.
- setPointer(long, long) - Static method in class com.sun.jna.Native
-
- setPointer(Pointer) - Method in class com.sun.jna.platform.win32.WinNT.HANDLE
-
- setPointer(long, Pointer) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- setPointer(Pointer) - Method in class com.sun.jna.PointerType
-
- setPreserveLastError(boolean) - Static method in class com.sun.jna.Native
-
- setProperty(OaIdl.DISPID, boolean) - Method in class com.sun.jna.platform.win32.COM.COMEarlyBindingObject
-
- setProperty(String, boolean) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Sets the property.
- setProperty(String, Date) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Sets the property.
- setProperty(String, IDispatch) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Sets the property.
- setProperty(String, int) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Sets the property.
- setProperty(String, short) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Sets the property.
- setProperty(String, String) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Sets the property.
- setProperty(String, IDispatch, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Sets the property.
- setProperty(String, COMLateBindingObject, Variant.VARIANT) - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
Sets the property.
- setProperty(String, T) - Method in interface com.sun.jna.platform.win32.COM.util.IDispatch
-
- setProperty(String, T) - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- setProtected(boolean) - Static method in class com.sun.jna.Native
-
Set whether native memory accesses are protected from invalid
accesses.
- SetRectRgn(WinDef.HRGN, int, int, int, int) - Method in interface com.sun.jna.platform.win32.GDI32
-
The SetRectRgn function converts a region into a rectangular region with the specified coordinates.
- setSecurityDescriptorForObject(String, int, WinNT.SECURITY_DESCRIPTOR_RELATIVE, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class com.sun.jna.platform.win32.Advapi32Util
-
Set a self relative security descriptor for the given object type.
- setShort(long, short) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.setShort
.
- setShort(long, short) - Static method in class com.sun.jna.Native
-
- setShort(long, short) - Method in class com.sun.jna.Pointer
-
Set value
at location being pointed to.
- SetStdHandle(int, WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Wincon
-
- setString(long, String, String) - Method in class com.sun.jna.Memory
-
- setString(long, String, boolean) - Method in class com.sun.jna.Pointer
-
- setString(long, WString) - Method in class com.sun.jna.Pointer
-
Copy string value
to the location being pointed to as a
wide string (wchar_t*
).
- setString(long, String) - Method in class com.sun.jna.Pointer
-
- setString(long, String, String) - Method in class com.sun.jna.Pointer
-
Copy string value
to the location being pointed to, using
the requested encoding.
- setStringEncoding(String) - Method in class com.sun.jna.Structure
-
Set the desired encoding to use when writing String fields to native
memory.
- SetSystemTime(WinBase.SYSTEMTIME) - Method in interface com.sun.jna.platform.win32.Kernel32
-
The SetSystemTime function modifies the current system date and time.
- SetThreadToken(WinNT.HANDLEByReference, WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.Advapi32
-
The SetThreadToken function assigns an impersonation token to a thread.
- setToInteger(Set<T>) - Static method in class com.sun.jna.platform.EnumUtils
-
- setTransparent(boolean) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils.TransparentContentPane
-
- setType(Class) - Method in class com.sun.jna.Union
-
Indicates by type which field will be used to write to native memory.
- setType(String) - Method in class com.sun.jna.Union
-
Indicates which field will be used to write to native memory.
- setTypedValue(Object) - Method in class com.sun.jna.Union
-
Set the active type and its value.
- setTypeLib(ITypeLib) - Method in class com.sun.jna.platform.win32.COM.TypeInfoUtil.ContainingTypeLib
-
Sets the type lib.
- setuArgErr(int) - Method in exception com.sun.jna.platform.win32.COM.COMException
-
- SetupApi - Interface in com.sun.jna.platform.win32
-
The interface for the w32 setup API.
- SetupApi.SP_DEVICE_INTERFACE_DATA - Class in com.sun.jna.platform.win32
-
An SP_DEVICE_INTERFACE_DATA structure defines a device interface in a device information set.
- SetupApi.SP_DEVICE_INTERFACE_DATA.ByReference - Class in com.sun.jna.platform.win32
-
- SetupApi.SP_DEVINFO_DATA - Class in com.sun.jna.platform.win32
-
An SP_DEVINFO_DATA structure defines a device instance that is a member of a device information set.
- SetupApi.SP_DEVINFO_DATA.ByReference - Class in com.sun.jna.platform.win32
-
- SetupDiDestroyDeviceInfoList(WinNT.HANDLE) - Method in interface com.sun.jna.platform.win32.SetupApi
-
The SetupDiDestroyDeviceInfoList function deletes a device information set and frees all associated memory.
- SetupDiEnumDeviceInfo(WinNT.HANDLE, int, SetupApi.SP_DEVINFO_DATA) - Method in interface com.sun.jna.platform.win32.SetupApi
-
The SetupDiEnumDeviceInfo function returns a
SetupApi.SP_DEVINFO_DATA
structure that specifies a device
information element in a device information set.
- SetupDiEnumDeviceInterfaces(WinNT.HANDLE, Pointer, Guid.GUID, int, SetupApi.SP_DEVICE_INTERFACE_DATA) - Method in interface com.sun.jna.platform.win32.SetupApi
-
The SetupDiEnumDeviceInterfaces function enumerates the device interfaces that are contained in a device
information set.
- SetupDiGetClassDevs(Guid.GUID, Pointer, Pointer, int) - Method in interface com.sun.jna.platform.win32.SetupApi
-
The SetupDiGetClassDevs function returns a handle to a device information set that contains requested device
information elements for a local computer.
- SetupDiGetDeviceInterfaceDetail(WinNT.HANDLE, SetupApi.SP_DEVICE_INTERFACE_DATA, Pointer, int, IntByReference, SetupApi.SP_DEVINFO_DATA) - Method in interface com.sun.jna.platform.win32.SetupApi
-
The SetupDiGetDeviceInterfaceDetail function returns details about a device interface.
- SetupDiGetDeviceRegistryProperty(WinNT.HANDLE, SetupApi.SP_DEVINFO_DATA, int, IntByReference, Pointer, int, IntByReference) - Method in interface com.sun.jna.platform.win32.SetupApi
-
The SetupDiGetDeviceRegistryProperty function retrieves a specified Plug and Play device property.
- SetupDiOpenDevRegKey(WinNT.HANDLE, SetupApi.SP_DEVINFO_DATA, int, int, int, int) - Method in interface com.sun.jna.platform.win32.SetupApi
-
The SetupDiOpenDevRegKey function opens a registry key for device-specific configuration information.
- setValue(long) - Method in class com.sun.jna.IntegerType
-
Change the value for this data.
- setValue(BaseTSD.ULONG_PTR) - Method in class com.sun.jna.platform.win32.BaseTSD.ULONG_PTRByReference
-
- setValue(HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE) - Method in class com.sun.jna.platform.win32.HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE.ByReference
-
Sets the value.
- setValue(HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE) - Method in class com.sun.jna.platform.win32.HighLevelMonitorConfigurationAPI.MC_DISPLAY_TECHNOLOGY_TYPE.ByReference
-
Sets the value.
- setValue(LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE) - Method in class com.sun.jna.platform.win32.LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE.ByReference
-
Sets the value.
- setValue(OaIdl.VARIANT_BOOL) - Method in class com.sun.jna.platform.win32.OaIdl._VARIANT_BOOLByReference
-
- setValue(OaIdl.DISPID) - Method in class com.sun.jna.platform.win32.OaIdl.DISPIDByReference
-
- setValue(OaIdl.HREFTYPE) - Method in class com.sun.jna.platform.win32.OaIdl.HREFTYPEByReference
-
- setValue(OaIdl.MEMBERID) - Method in class com.sun.jna.platform.win32.OaIdl.MEMBERIDByReference
-
- setValue(OaIdl.VARIANT_BOOL) - Method in class com.sun.jna.platform.win32.OaIdl.VARIANT_BOOLByReference
-
- setValue(int, Object) - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- setValue(WTypes.VARTYPE, Object) - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- setValue(WinDef.BOOL) - Method in class com.sun.jna.platform.win32.WinDef.BOOLByReference
-
Sets the value.
- setValue(WinDef.CHAR) - Method in class com.sun.jna.platform.win32.WinDef.CHARByReference
-
Sets the value.
- setValue(WinDef.DWORD) - Method in class com.sun.jna.platform.win32.WinDef.DWORDByReference
-
Sets the value.
- setValue(WinDef.LONG) - Method in class com.sun.jna.platform.win32.WinDef.LONGByReference
-
Sets the value.
- setValue(WinDef.LONGLONG) - Method in class com.sun.jna.platform.win32.WinDef.LONGLONGByReference
-
Sets the value.
- setValue(WinDef.SCODE) - Method in class com.sun.jna.platform.win32.WinDef.SCODEByReference
-
Sets the value.
- setValue(WinDef.UINT) - Method in class com.sun.jna.platform.win32.WinDef.UINTByReference
-
Sets the value.
- setValue(WinDef.ULONG) - Method in class com.sun.jna.platform.win32.WinDef.ULONGByReference
-
Sets the value.
- setValue(WinDef.ULONGLONG) - Method in class com.sun.jna.platform.win32.WinDef.ULONGLONGByReference
-
Sets the value.
- setValue(WinDef.USHORT) - Method in class com.sun.jna.platform.win32.WinDef.USHORTByReference
-
Sets the value.
- setValue(WinDef.WORD) - Method in class com.sun.jna.platform.win32.WinDef.WORDByReference
-
Sets the value.
- setValue(WinNT.HANDLE) - Method in class com.sun.jna.platform.win32.WinNT.HANDLEByReference
-
- setValue(WinNT.PSID) - Method in class com.sun.jna.platform.win32.WinNT.PSIDByReference
-
- setValue(WinReg.HKEY) - Method in class com.sun.jna.platform.win32.WinReg.HKEYByReference
-
- setValue(String) - Method in class com.sun.jna.platform.win32.WTypes.BSTR
-
- setValue(WTypes.BSTR) - Method in class com.sun.jna.platform.win32.WTypes.BSTRByReference
-
- setValue(String) - Method in class com.sun.jna.platform.win32.WTypes.LPOLESTR
-
- setValue(String) - Method in class com.sun.jna.platform.win32.WTypes.LPSTR
-
- setValue(String) - Method in class com.sun.jna.platform.win32.WTypes.LPWSTR
-
- setValue(long, Object, Class) - Method in class com.sun.jna.Pointer
-
- setValue(byte) - Method in class com.sun.jna.ptr.ByteByReference
-
- setValue(double) - Method in class com.sun.jna.ptr.DoubleByReference
-
- setValue(float) - Method in class com.sun.jna.ptr.FloatByReference
-
- setValue(int) - Method in class com.sun.jna.ptr.IntByReference
-
- setValue(long) - Method in class com.sun.jna.ptr.LongByReference
-
- setValue(NativeLong) - Method in class com.sun.jna.ptr.NativeLongByReference
-
- setValue(Pointer) - Method in class com.sun.jna.ptr.PointerByReference
-
- setValue(short) - Method in class com.sun.jna.ptr.ShortByReference
-
- setVarType(short) - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- SetVCPFeature(WinNT.HANDLE, WinDef.BYTE, WinDef.DWORD) - Method in interface com.sun.jna.platform.win32.Dxva2
-
Sets the value of a Virtual Control Panel (VCP) code for a monitor.
- SetVolumeLabel(String, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Sets the label of a file system volume.
- SetVolumeMountPoint(String, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Associates a volume with a drive letter or a directory on another volume.
- setWideString(long, String) - Method in class com.sun.jna.Memory
-
- setWideString(long, String) - Static method in class com.sun.jna.Native
-
- setWideString(long, String) - Method in class com.sun.jna.Pointer
-
Copy string value
to the location being pointed to as a
wide string (wchar_t*
).
- setWindowAlpha(Window, float) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Set the overall alpha transparency of the window.
- setWindowAlpha(Window, float) - Static method in class com.sun.jna.platform.WindowUtils
-
Set the overall window transparency.
- SetWindowLong(WinDef.HWND, int, int) - Method in interface com.sun.jna.platform.win32.User32
-
This function changes an attribute of the specified window.
- SetWindowLongPtr(WinDef.HWND, int, Pointer) - Method in interface com.sun.jna.platform.win32.User32
-
The SetWindowLongPtr function changes an attribute of the specified
window.
- setWindowMask(Component, Raster) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Set the window mask based on the given Raster, which should
be treated as a bitmap (zero/nonzero values only).
- setWindowMask(Component, Shape) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Set the window mask based on a
Shape
.
- setWindowMask(Component, Icon) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Set the window mask based on an Icon.
- setWindowMask(Window, Shape) - Static method in class com.sun.jna.platform.WindowUtils
-
Applies the given mask to the given window.
- setWindowMask(Window, Icon) - Static method in class com.sun.jna.platform.WindowUtils
-
Applies the given mask to the given window.
- SetWindowPlacement(WinDef.HWND, WinUser.WINDOWPLACEMENT) - Method in interface com.sun.jna.platform.win32.User32
-
Sets the show state and the restored, minimized, and maximized positions
of the specified window.
- SetWindowPos(WinDef.HWND, WinDef.HWND, int, int, int, int, int) - Method in interface com.sun.jna.platform.win32.User32
-
Changes the size, position, and Z order of a child, pop-up, or top-level
window.
- SetWindowRgn(WinDef.HWND, WinDef.HRGN, boolean) - Method in interface com.sun.jna.platform.win32.User32
-
This function sets the window region of a window.
- SetWindowsHookEx(int, WinUser.HOOKPROC, WinDef.HINSTANCE, int) - Method in interface com.sun.jna.platform.win32.User32
-
The SetWindowsHookEx function installs an application-defined hook
procedure into a hook chain.
- setWindowTransparent(Window, boolean) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Set the window to be transparent.
- setWindowTransparent(Window, boolean) - Static method in class com.sun.jna.platform.WindowUtils
-
Set the window to be transparent.
- setxattr(String, String, Pointer, long, int, int) - Method in interface com.sun.jna.platform.mac.XAttr
-
- setXAttr(String, String, String) - Static method in class com.sun.jna.platform.mac.XAttrUtil
-
- SEVERITY_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SEVERITY_SUCCESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- ShapeBounding - Static variable in interface com.sun.jna.platform.unix.X11.Xext
-
- ShapeClip - Static variable in interface com.sun.jna.platform.unix.X11.Xext
-
- ShapeInput - Static variable in interface com.sun.jna.platform.unix.X11.Xext
-
- ShapeIntersect - Static variable in interface com.sun.jna.platform.unix.X11.Xext
-
- ShapeInvert - Static variable in interface com.sun.jna.platform.unix.X11.Xext
-
- ShapeSet - Static variable in interface com.sun.jna.platform.unix.X11.Xext
-
- ShapeSubtract - Static variable in interface com.sun.jna.platform.unix.X11.Xext
-
- ShapeUnion - Static variable in interface com.sun.jna.platform.unix.X11.Xext
-
- SHAppBarMessage(WinDef.DWORD, ShellAPI.APPBARDATA) - Method in interface com.sun.jna.platform.win32.Shell32
-
SHAppBarMessage function
- share(long) - Method in class com.sun.jna.Memory
-
Provide a view of this memory using the given offset as the base address.
- share(long, long) - Method in class com.sun.jna.Memory
-
Provide a view of this memory using the given offset as the base
address, bounds-limited with the given size.
- share(long) - Method in class com.sun.jna.Pointer
-
Provide a view of this memory using the given offset to calculate a new base address.
- share(long, long) - Method in class com.sun.jna.Pointer
-
Provide a view of this memory using the given offset to calculate a
new base address, bounds-limiting the memory with the given size.
- Shell32 - Interface in com.sun.jna.platform.win32
-
Shell32.dll Interface.
- Shell32Util - Class in com.sun.jna.platform.win32
-
Shell32 Utility API.
- Shell32Util() - Constructor for class com.sun.jna.platform.win32.Shell32Util
-
- ShellAPI - Interface in com.sun.jna.platform.win32
-
Ported from ShellAPI.h.
- ShellAPI.APPBARDATA - Class in com.sun.jna.platform.win32
-
Contains information about a system appbar message.
- ShellAPI.APPBARDATA.ByReference - Class in com.sun.jna.platform.win32
-
- ShellAPI.SHFILEOPSTRUCT - Class in com.sun.jna.platform.win32
-
Contains information that the SHFileOperation function uses to perform file operations.
- ShellExecute(WinDef.HWND, String, String, String, String, int) - Method in interface com.sun.jna.platform.win32.Shell32
-
Performs an operation on a specified file.
- SHFileOperation(ShellAPI.SHFILEOPSTRUCT) - Method in interface com.sun.jna.platform.win32.Shell32
-
This function can be used to copy, move, rename, or delete a file system object.
- SHFILEOPSTRUCT() - Constructor for class com.sun.jna.platform.win32.ShellAPI.SHFILEOPSTRUCT
-
- SHGetDesktopFolder(PointerByReference) - Method in interface com.sun.jna.platform.win32.Shell32
-
Retrieves the IShellFolder interface for the desktop folder, which is the root of the Shell's namespace.
- SHGetFolderPath(WinDef.HWND, int, WinNT.HANDLE, WinDef.DWORD, char[]) - Method in interface com.sun.jna.platform.win32.Shell32
-
Takes the CSIDL of a folder and returns the path.
- SHGetKnownFolderPath(Guid.GUID, int, WinNT.HANDLE, PointerByReference) - Method in interface com.sun.jna.platform.win32.Shell32
-
Retrieves the full path of a known folder identified by the folder's KNOWNFOLDERID.
- SHGetSpecialFolderPath(WinDef.HWND, char[], int, boolean) - Method in interface com.sun.jna.platform.win32.Shell32
-
Retrieves the path of a special folder, identified by its CSIDL.
- SHGFP_TYPE_CURRENT - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- SHGFP_TYPE_DEFAULT - Static variable in interface com.sun.jna.platform.win32.ShlObj
-
- shiftKey - Static variable in interface com.sun.jna.platform.mac.Carbon
-
- ShiftMapIndex - Static variable in interface com.sun.jna.platform.unix.X11
-
- ShiftMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- ShlObj - Interface in com.sun.jna.platform.win32
-
Ported from ShlObj.h.
- ShlObj.KNOWN_FOLDER_FLAG - Enum in com.sun.jna.platform.win32
-
KnownFolder flags as used by SHGetKnownFolderPath, SHGetKnownFolderIDList and others.
- SHORT() - Constructor for class com.sun.jna.platform.win32.WinDef.SHORT
-
Instantiates a new SHORT.
- SHORT(long) - Constructor for class com.sun.jna.platform.win32.WinDef.SHORT
-
Instantiates a new SHORT.
- ShortByReference - Class in com.sun.jna.ptr
-
- ShortByReference() - Constructor for class com.sun.jna.ptr.ShortByReference
-
- ShortByReference(short) - Constructor for class com.sun.jna.ptr.ShortByReference
-
- shortValue() - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- showCmd - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWPLACEMENT
-
The current show state of the window.
- showCmdHelp() - Method in class com.sun.jna.platform.win32.COM.tlb.imp.TlbCmdlineArgs
-
- ShowWindow(WinDef.HWND, int) - Method in interface com.sun.jna.platform.win32.User32
-
Sets the specified window's show state.
- sid - Variable in class com.sun.jna.platform.win32.Advapi32Util.Account
-
Account SID.
- sid - Variable in class com.sun.jna.platform.win32.Netapi32Util.UserInfo
-
The SID of the user account
- Sid - Variable in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_DOMAIN_INFO
-
- sid - Variable in class com.sun.jna.platform.win32.WinNT.PSID
-
- Sid - Variable in class com.sun.jna.platform.win32.WinNT.SID_AND_ATTRIBUTES
-
Pointer to a SID structure.
- SID_AND_ATTRIBUTES() - Constructor for class com.sun.jna.platform.win32.WinNT.SID_AND_ATTRIBUTES
-
- SID_AND_ATTRIBUTES(Pointer) - Constructor for class com.sun.jna.platform.win32.WinNT.SID_AND_ATTRIBUTES
-
- SID_MAX_SUB_AUTHORITIES - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SID_NAME_USE() - Constructor for class com.sun.jna.platform.win32.WinNT.SID_NAME_USE
-
- SID_RECOMMENDED_SUB_AUTHORITIES - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SID_REVISION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Current SID revision level.
- SidStart - Variable in class com.sun.jna.platform.win32.WinNT.ACCESS_ACEStructure
-
first 4 bytes of the SID
- sidString - Variable in class com.sun.jna.platform.win32.Advapi32Util.Account
-
String representation of the account SID.
- sidString - Variable in class com.sun.jna.platform.win32.Netapi32Util.UserInfo
-
The SID of the user account
- SidTypeAlias - Static variable in class com.sun.jna.platform.win32.WinNT.SID_NAME_USE
-
Indicates an alias SID.
- SidTypeComputer - Static variable in class com.sun.jna.platform.win32.WinNT.SID_NAME_USE
-
Indicates a SID for a computer.
- SidTypeDeletedAccount - Static variable in class com.sun.jna.platform.win32.WinNT.SID_NAME_USE
-
Indicates a SID for a deleted account.
- SidTypeDomain - Static variable in class com.sun.jna.platform.win32.WinNT.SID_NAME_USE
-
Indicates a domain SID.
- SidTypeGroup - Static variable in class com.sun.jna.platform.win32.WinNT.SID_NAME_USE
-
Indicates a group SID.
- SidTypeInvalid - Static variable in class com.sun.jna.platform.win32.WinNT.SID_NAME_USE
-
Indicates an invalid SID.
- SidTypeLabel - Static variable in class com.sun.jna.platform.win32.WinNT.SID_NAME_USE
-
?
- SidTypeUnknown - Static variable in class com.sun.jna.platform.win32.WinNT.SID_NAME_USE
-
Indicates an unknown SID type.
- SidTypeUser - Static variable in class com.sun.jna.platform.win32.WinNT.SID_NAME_USE
-
Indicates a user SID.
- SidTypeWellKnownGroup - Static variable in class com.sun.jna.platform.win32.WinNT.SID_NAME_USE
-
Indicates a SID for a well-known group.
- sign - Variable in class com.sun.jna.platform.win32.OaIdl.DECIMAL._DECIMAL1._DECIMAL1_DECIMAL
-
- signature - Variable in class com.sun.jna.platform.mac.Carbon.EventHotKeyID
-
- Signature - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- signscale - Variable in class com.sun.jna.platform.win32.OaIdl.DECIMAL._DECIMAL1
-
- SIMPLEREGION - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- size - Variable in class com.sun.jna.Memory
-
- size() - Method in class com.sun.jna.Memory
-
- SIZE - Static variable in class com.sun.jna.NativeLong
-
Size of a native long, in bytes.
- SIZE - Static variable in class com.sun.jna.platform.win32.OaIdl.VARIANT_BOOL
-
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.BOOL
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.CHAR
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.DWORD
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.DWORDLONG
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.LONG
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.LONGLONG
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.SHORT
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.UCHAR
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.UINT
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.ULONG
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.ULONGLONG
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.USHORT
-
The Constant SIZE.
- SIZE - Static variable in class com.sun.jna.platform.win32.WinDef.WORD
-
The Constant SIZE.
- size - Variable in class com.sun.jna.platform.win32.WinNT.CACHE_DESCRIPTOR
-
The cache size, in bytes.
- SIZE() - Constructor for class com.sun.jna.platform.win32.WinUser.SIZE
-
- SIZE(int, int) - Constructor for class com.sun.jna.platform.win32.WinUser.SIZE
-
- SIZE - Static variable in class com.sun.jna.Pointer
-
Size of a native pointer, in bytes.
- size - Variable in class com.sun.jna.Structure.FFIType
-
- size() - Method in class com.sun.jna.Structure
-
Returns the size in memory occupied by this Structure.
- size(Class) - Static method in class com.sun.jna.Structure
-
Efficiently calculate the size of the given Structure subclass.
- size(Class, Structure) - Static method in class com.sun.jna.Structure
-
Efficiently calculate the size of the given Structure subclass.
- size - Variable in class com.sun.jna.Structure.StructField
-
- size() - Method in class com.sun.jna.Structure.StructureSet
-
- size() - Method in class com.sun.jna.WeakIdentityHashMap
-
- SIZE_T() - Constructor for class com.sun.jna.platform.win32.BaseTSD.SIZE_T
-
- SIZE_T(long) - Constructor for class com.sun.jna.platform.win32.BaseTSD.SIZE_T
-
- size_t() - Constructor for class com.sun.jna.Structure.FFIType.size_t
-
- size_t(long) - Constructor for class com.sun.jna.Structure.FFIType.size_t
-
- SIZE_T_SIZE - Static variable in class com.sun.jna.Native
-
Size of a native size_t
type, in bytes.
- sizeof() - Method in class com.sun.jna.platform.win32.WinUser.RAWINPUTDEVICELIST
-
- Skip(WinDef.ULONG) - Method in class com.sun.jna.platform.win32.COM.EnumMoniker
-
- Skip(WinDef.ULONG) - Method in interface com.sun.jna.platform.win32.COM.IEnumMoniker
-
Skips over the specified number of items in the enumeration sequence.
- SM_ARRANGE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CARETBLINKINGENABLED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CLEANBOOT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CMONITORS - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CMOUSEBUTTONS - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXBORDER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXCURSOR - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXDLGFRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXDOUBLECLK - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXDRAG - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXEDGE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXFIXEDFRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXFOCUSBORDER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXFRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXFULLSCREEN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXHSCROLL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXHTHUMB - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXICON - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXICONSPACING - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXMAXIMIZED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXMAXTRACK - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXMENUCHECK - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXMENUSIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXMIN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXMINIMIZED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXMINSPACING - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXMINTRACK - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXPADDEDBORDER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXSCREEN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXSIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXSIZEFRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXSMICON - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXSMSIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXVIRTUALSCREEN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CXVSCROLL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYBORDER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYCAPTION - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYCURSOR - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYDLGFRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYDOUBLECLK - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYDRAG - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYEDGE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYFIXEDFRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYFOCUSBORDER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYFRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYFULLSCREEN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYHSCROLL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYICON - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYICONSPACING - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYKANJIWINDOW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYMAXIMIZED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYMAXTRACK - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYMENU - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYMENUCHECK - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYMENUSIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYMIN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYMINIMIZED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYMINSPACING - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYMINTRACK - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYSCREEN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYSIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYSIZEFRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYSMCAPTION - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYSMICON - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYSMSIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYVIRTUALSCREEN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYVSCROLL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_CYVTHUMB - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_DBCSENABLED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_DEBUG - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_IMMENABLED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_MEDIACENTER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_MENUDROPALIGNMENT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_MIDEASTENABLED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_MOUSEHORIZONTALWHEELPRESENT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_MOUSEPRESENT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_MOUSEWHEELPRESENT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_NETWORK - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_PENWINDOWS - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_REMOTECONTROL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_REMOTESESSION - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_RESERVED1 - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_RESERVED2 - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_RESERVED3 - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_RESERVED4 - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_SAMEDISPLAYFORMAT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_SECURE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_SERVERR2 - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_SHOWSOUNDS - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_SHUTTINGDOWN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_SLOWMACHINE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_STARTER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_SWAPBUTTON - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_TABLETPC - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_XVIRTUALSCREEN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SM_YVIRTUALSCREEN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SMTO_ABORTIFHUNG - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The function returns without waiting for the time-out period to elapse if
the receiving thread appears to not respond or "hangs."
- SMTO_BLOCK - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Prevents the calling thread from processing any other requests until the
function returns.
- SMTO_ERRORONEXIT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The function should return 0 if the receiving window is destroyed or its
owning thread dies while the message is being processed.
- SMTO_NORMAL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The calling thread is not prevented from processing other requests while
waiting for the function to return.
- SMTO_NOTIMEOUTIFNOTHUNG - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The function does not enforce the time-out period as long as the
receiving thread is processing messages.
- SOLARIS - Static variable in class com.sun.jna.Platform
-
- sortFields(List, List) - Method in class com.sun.jna.Structure
-
Sort the structure fields according to the given array of names.
- SourceConstantAlpha - Variable in class com.sun.jna.platform.win32.WinUser.BLENDFUNCTION
-
- SouthEastGravity - Static variable in interface com.sun.jna.platform.unix.X11
-
- SouthGravity - Static variable in interface com.sun.jna.platform.unix.X11
-
- SouthWestGravity - Static variable in interface com.sun.jna.platform.unix.X11
-
- SP_DEVICE_INTERFACE_DATA() - Constructor for class com.sun.jna.platform.win32.SetupApi.SP_DEVICE_INTERFACE_DATA
-
- SP_DEVICE_INTERFACE_DATA(Pointer) - Constructor for class com.sun.jna.platform.win32.SetupApi.SP_DEVICE_INTERFACE_DATA
-
- SP_DEVINFO_DATA() - Constructor for class com.sun.jna.platform.win32.SetupApi.SP_DEVINFO_DATA
-
- SP_DEVINFO_DATA(Pointer) - Constructor for class com.sun.jna.platform.win32.SetupApi.SP_DEVINFO_DATA
-
- SPAPI_E_AUTHENTICODE_DISALLOWED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_BAD_INTERFACE_INSTALLSECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_BAD_SECTION_NAME_LINE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_BAD_SERVICE_INSTALLSECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_CANT_LOAD_CLASS_ICON - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_CANT_REMOVE_DEVINST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_CLASS_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DEVICE_INSTALL_BLOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DEVICE_INSTALLER_NOT_READY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DEVICE_INTERFACE_ACTIVE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DEVICE_INTERFACE_REMOVED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DEVINFO_DATA_LOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DEVINFO_LIST_LOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DEVINFO_NOT_REGISTERED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DEVINST_ALREADY_EXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DI_BAD_PATH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DI_DO_DEFAULT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DI_DONT_INSTALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DI_FUNCTION_OBSOLETE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DI_NOFILECOPY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DI_POSTPROCESSING_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DRIVER_INSTALL_BLOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DRIVER_NONNATIVE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DRIVER_STORE_ADD_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DRIVER_STORE_DELETE_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_DUPLICATE_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_ERROR_NOT_INSTALLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_EXPECTED_SECTION_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_FILE_HASH_NOT_IN_CATALOG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_FILEQUEUE_LOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_GENERAL_SYNTAX - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_IN_WOW64 - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INCORRECTLY_COPIED_INF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INF_IN_USE_BY_DEVICES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_CLASS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_CLASS_INSTALLER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_COINSTALLER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_DEVINST_NAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_FILTER_DRIVER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_HWPROFILE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_INF_LOGCONFIG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_MACHINENAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_PROPPAGE_PROVIDER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_REFERENCE_STRING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_REG_PROPERTY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_INVALID_TARGET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_KEY_DOES_NOT_EXIST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_LINE_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_MACHINE_UNAVAILABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_ASSOCIATED_CLASS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_ASSOCIATED_SERVICE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_AUTHENTICODE_CATALOG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_BACKUP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_CATALOG_FOR_OEM_INF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_CLASS_DRIVER_LIST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_CLASSINSTALL_PARAMS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_COMPAT_DRIVERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_CONFIGMGR_SERVICES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_DEVICE_ICON - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_DEVICE_SELECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_DRIVER_SELECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_INF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_SUCH_DEVICE_INTERFACE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_SUCH_DEVINST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NO_SUCH_INTERFACE_CLASS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NON_WINDOWS_DRIVER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NON_WINDOWS_NT_DRIVER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NOT_AN_INSTALLED_OEM_INF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_NOT_DISABLEABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_PNP_REGISTRY_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_REMOTE_COMM_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_REMOTE_REQUEST_UNSUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_SCE_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_SECTION_NAME_TOO_LONG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_SECTION_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_SET_SYSTEM_RESTORE_POINT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_UNKNOWN_EXCEPTION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_WRONG_INF_STYLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPAPI_E_WRONG_INF_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- SPDRP_DEVICEDESC - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
DeviceDesc (R/W)
- SPDRP_REMOVAL_POLICY - Static variable in interface com.sun.jna.platform.win32.SetupApi
-
(Windows XP and later) The function retrieves the device's current removal policy as a DWORD that contains one of
the CM_REMOVAL_POLICY_Xxx values that are defined in Cfgmgr32.h.
- SPECIFIC_RIGHTS_ALL - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- speculative_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- speculative_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- SSIZE_T() - Constructor for class com.sun.jna.platform.win32.BaseTSD.SSIZE_T
-
- SSIZE_T(long) - Constructor for class com.sun.jna.platform.win32.BaseTSD.SSIZE_T
-
- Sspi - Interface in com.sun.jna.platform.win32
-
Ported from Sspi.h.
- Sspi.CredHandle - Class in com.sun.jna.platform.win32
-
Credentials handle.
- Sspi.CtxtHandle - Class in com.sun.jna.platform.win32
-
Security context handle.
- Sspi.PSecHandle - Class in com.sun.jna.platform.win32
-
A pointer to a SecHandle
- Sspi.PSecHandle.ByReference - Class in com.sun.jna.platform.win32
-
- Sspi.PSecPkgInfo - Class in com.sun.jna.platform.win32
-
A pointer to an array of SecPkgInfo structures.
- Sspi.PSecPkgInfo.ByReference - Class in com.sun.jna.platform.win32
-
- Sspi.SecBuffer - Class in com.sun.jna.platform.win32
-
The SecBuffer structure describes a buffer allocated by a transport application
to pass to a security package.
- Sspi.SecBuffer.ByReference - Class in com.sun.jna.platform.win32
-
A ByReference SecBuffer.
- Sspi.SecBufferDesc - Class in com.sun.jna.platform.win32
-
- Sspi.SecHandle - Class in com.sun.jna.platform.win32
-
Security handle.
- Sspi.SecHandle.ByReference - Class in com.sun.jna.platform.win32
-
- Sspi.SecPkgInfo - Class in com.sun.jna.platform.win32
-
The SecPkgInfo structure provides general information about a security package,
such as its name and capabilities.
- Sspi.SecPkgInfo.ByReference - Class in com.sun.jna.platform.win32
-
A reference pointer to a SecPkgInfo structure.
- Sspi.SECURITY_INTEGER - Class in com.sun.jna.platform.win32
-
A security integer.
- Sspi.TimeStamp - Class in com.sun.jna.platform.win32
-
A timestamp.
- STANDARD_RIGHTS_ALL - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- STANDARD_RIGHTS_EXECUTE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- STANDARD_RIGHTS_READ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- STANDARD_RIGHTS_REQUIRED - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- STANDARD_RIGHTS_WRITE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- StandardBias - Variable in class com.sun.jna.platform.win32.WinBase.TIME_ZONE_INFORMATION
-
- StandardDate - Variable in class com.sun.jna.platform.win32.WinBase.TIME_ZONE_INFORMATION
-
- StandardName - Variable in class com.sun.jna.platform.win32.WinBase.TIME_ZONE_INFORMATION
-
- startCOM2Java() - Method in class com.sun.jna.platform.win32.COM.tlb.TlbImp
-
Start startCOM2Java.
- STARTF_FORCEOFFFEEDBACK - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- STARTF_FORCEONFEEDBACK - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- STARTF_RUNFULLSCREEN - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- STARTF_USECOUNTCHARS - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- STARTF_USEFILLATTRIBUTE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- STARTF_USEPOSITION - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- STARTF_USESHOWWINDOW - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- STARTF_USESIZE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- STARTF_USESTDHANDLES - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- StartService(Winsvc.SC_HANDLE, int, String[]) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Starts a service.
- startService() - Method in class com.sun.jna.platform.win32.W32Service
-
- StartTime - Variable in class com.sun.jna.platform.win32.Pdh.PDH_TIME_INFO
-
Starting time of the sample interval, in local FILETIME format.
- STARTUPINFO() - Constructor for class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
- state - Variable in class com.sun.jna.platform.unix.X11.XButtonEvent
-
- state - Variable in class com.sun.jna.platform.unix.X11.XColormapEvent
-
- state - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- state - Variable in class com.sun.jna.platform.unix.X11.XKeyEvent
-
- state - Variable in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- state - Variable in class com.sun.jna.platform.unix.X11.XPropertyEvent
-
- state - Variable in class com.sun.jna.platform.unix.X11.XVisibilityEvent
-
- state - Variable in class com.sun.jna.platform.win32.WinNT.MEMORY_BASIC_INFORMATION
-
The state of the pages in the region.
- StaticColor - Static variable in interface com.sun.jna.platform.unix.X11
-
- StaticGravity - Static variable in interface com.sun.jna.platform.unix.X11
-
- StaticGray - Static variable in interface com.sun.jna.platform.unix.X11
-
- Status - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- STATUS_ABANDONED - Static variable in interface com.sun.jna.platform.win32.NTStatus
-
- STATUS_ABANDONED_WAIT_0 - Static variable in interface com.sun.jna.platform.win32.NTStatus
-
- STATUS_ABANDONED_WAIT_63 - Static variable in interface com.sun.jna.platform.win32.NTStatus
-
- STATUS_BUFFER_TOO_SMALL - Static variable in interface com.sun.jna.platform.win32.NTStatus
-
- STATUS_PENDING - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- STATUS_SUCCESS - Static variable in interface com.sun.jna.platform.win32.NTStatus
-
- STATUS_WAIT_0 - Static variable in interface com.sun.jna.platform.win32.NTStatus
-
- STATUS_WAIT_1 - Static variable in interface com.sun.jna.platform.win32.NTStatus
-
- STATUS_WAIT_2 - Static variable in interface com.sun.jna.platform.win32.NTStatus
-
- STATUS_WAIT_3 - Static variable in interface com.sun.jna.platform.win32.NTStatus
-
- STATUS_WAIT_63 - Static variable in interface com.sun.jna.platform.win32.NTStatus
-
- STD_ERROR_HANDLE - Static variable in interface com.sun.jna.platform.win32.Wincon
-
- STD_INPUT_HANDLE - Static variable in interface com.sun.jna.platform.win32.Wincon
-
- STD_OUTPUT_HANDLE - Static variable in interface com.sun.jna.platform.win32.Wincon
-
- StdCall - Interface in com.sun.jna.win32
-
Tagging interface for __stdcall calling convention.
- STDCALL_CONVENTION - Static variable in interface com.sun.jna.win32.StdCallLibrary
-
Constant identifying the w32 stdcall calling convention.
- StdCallFunctionMapper - Class in com.sun.jna.win32
-
Provides mapping from simple method names to w32 stdcall-decorated names
where the name suffix is "@" followed by the number of bytes popped by
the called function.
- StdCallFunctionMapper() - Constructor for class com.sun.jna.win32.StdCallFunctionMapper
-
- StdCallLibrary - Interface in com.sun.jna.win32
-
Interface for w32 stdcall calling convention.
- StdCallLibrary.StdCallCallback - Interface in com.sun.jna.win32
-
Interface defining a callback using the w32 stdcall calling convention.
- STG_E_ABNORMALAPIEXIT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_ACCESSDENIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_BADBASEADDRESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_CANTSAVE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_CSS_AUTHENTICATION_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_CSS_KEY_NOT_ESTABLISHED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_CSS_KEY_NOT_PRESENT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_CSS_REGION_MISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_CSS_SCRAMBLED_SECTOR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_DISKISWRITEPROTECTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_DOCFILECORRUPT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_DOCFILETOOLARGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_EXTANTMARSHALLINGS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_FILEALREADYEXISTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_FILENOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_INCOMPLETE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_INSUFFICIENTMEMORY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_INUSE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_INVALIDFLAG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_INVALIDFUNCTION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_INVALIDHANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_INVALIDHEADER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_INVALIDNAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_INVALIDPARAMETER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_INVALIDPOINTER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_LOCKVIOLATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_MEDIUMFULL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_NOMOREFILES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_NOTCURRENT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_NOTFILEBASEDSTORAGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_NOTSIMPLEFORMAT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_OLDDLL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_OLDFORMAT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_PATHNOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_PROPSETMISMATCHED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_READFAULT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_RESETS_EXHAUSTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_REVERTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_SEEKERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_SHAREREQUIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_SHAREVIOLATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_STATUS_COPY_PROTECTION_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_TERMINATED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_TOOMANYOPENFILES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_UNIMPLEMENTEDFUNCTION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_E_WRITEFAULT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_S_BLOCK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_S_CANNOTCONSOLIDATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_S_CONSOLIDATIONFAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_S_CONVERTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_S_MONITORING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_S_MULTIPLEOPENS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STG_S_RETRYNOW - Static variable in interface com.sun.jna.platform.win32.WinError
-
- STILL_ACTIVE - Static variable in interface com.sun.jna.platform.win32.WinBase
-
Return code for a process still active.
- stipple - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- StippleShape - Static variable in interface com.sun.jna.platform.unix.X11
-
- stopService() - Method in class com.sun.jna.platform.win32.W32Service
-
Stop service.
- STORAGE_DEVICE_NUMBER() - Constructor for class com.sun.jna.platform.win32.Winioctl.STORAGE_DEVICE_NUMBER
-
- STORAGE_DEVICE_NUMBER(Pointer) - Constructor for class com.sun.jna.platform.win32.Winioctl.STORAGE_DEVICE_NUMBER
-
- StringArray - Class in com.sun.jna
-
Handle native array of char*
or wchar_t*
type
by managing allocation/disposal of native strings within an array of
pointers.
- StringArray(String[]) - Constructor for class com.sun.jna.StringArray
-
Create a native array of strings.
- StringArray(String[], boolean) - Constructor for class com.sun.jna.StringArray
-
Create a native array of strings.
- StringArray(String[], String) - Constructor for class com.sun.jna.StringArray
-
Create a native array of strings using the given encoding.
- StringArray(WString[]) - Constructor for class com.sun.jna.StringArray
-
Create a native array of wide strings.
- StringFromGUID2(Guid.GUID, char[], int) - Method in interface com.sun.jna.platform.win32.Ole32
-
Converts a globally unique identifier (GUID) into a string of printable
characters.
- StringOffset - Variable in class com.sun.jna.platform.win32.WinNT.EVENTLOGRECORD
-
Offset of the description strings within this event log record.
- stringValue() - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- StructField() - Constructor for class com.sun.jna.Structure.StructField
-
- Structure - Class in com.sun.jna
-
Represents a native structure with a Java peer class.
- Structure() - Constructor for class com.sun.jna.Structure
-
- Structure(TypeMapper) - Constructor for class com.sun.jna.Structure
-
- Structure(int) - Constructor for class com.sun.jna.Structure
-
- Structure(int, TypeMapper) - Constructor for class com.sun.jna.Structure
-
- Structure(Pointer) - Constructor for class com.sun.jna.Structure
-
Create a structure cast onto pre-allocated memory.
- Structure(Pointer, int) - Constructor for class com.sun.jna.Structure
-
- Structure(Pointer, int, TypeMapper) - Constructor for class com.sun.jna.Structure
-
- Structure.ByReference - Interface in com.sun.jna
-
Tagging interface to indicate the address of an instance of the
Structure type is to be used within a Structure
definition
rather than nesting the full Structure contents.
- Structure.ByValue - Interface in com.sun.jna
-
Tagging interface to indicate the value of an instance of the
Structure
type is to be used in function invocations rather
than its address.
- Structure.FFIType - Class in com.sun.jna
-
This class auto-generates an ffi_type structure appropriate for a given
structure for use by libffi.
- Structure.FFIType.size_t - Class in com.sun.jna
-
- Structure.StructField - Class in com.sun.jna
-
- Structure.StructureSet - Class in com.sun.jna
-
Avoid using a hash-based implementation since the hash code
for a Structure is not immutable.
- STRUCTURE_ALIGNMENT - Static variable in interface com.sun.jna.platform.win32.ShellAPI
-
- StructureNotifyMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- StructureReadContext - Class in com.sun.jna
-
Provide native to Java type conversion context for a
Structure
field read.
- StructureReadContext(Structure, Field) - Constructor for class com.sun.jna.StructureReadContext
-
- StructureSet() - Constructor for class com.sun.jna.Structure.StructureSet
-
- StructureWriteContext - Class in com.sun.jna
-
Provide Java to native type conversion context for a
Structure
field write.
- StructureWriteContext(Structure, Field) - Constructor for class com.sun.jna.StructureWriteContext
-
- style - Variable in class com.sun.jna.platform.win32.WinUser.WNDCLASSEX
-
The style.
- Submitted - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- subSequence(int, int) - Method in class com.sun.jna.NativeString
-
- subSequence(int, int) - Method in class com.sun.jna.WString
-
- SubstructureNotifyMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- SubstructureRedirectMask - Static variable in interface com.sun.jna.platform.unix.X11
-
- subwindow - Variable in class com.sun.jna.platform.unix.X11.XButtonEvent
-
- subwindow - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- subwindow - Variable in class com.sun.jna.platform.unix.X11.XKeyEvent
-
- subwindow - Variable in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- subwindow_mode - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- SUCCEEDED(WinNT.HRESULT) - Static method in class com.sun.jna.platform.win32.COM.COMUtils
-
Succeeded.
- SUCCEEDED(int) - Static method in class com.sun.jna.platform.win32.COM.COMUtils
-
Succeeded.
- SUCCEEDED(int) - Static method in class com.sun.jna.platform.win32.W32Errors
-
Generic test for success on any status value (non-negative numbers
indicate success).
- SUCCEEDED(WinNT.HRESULT) - Static method in class com.sun.jna.platform.win32.W32Errors
-
Succeeded.
- Success - Static variable in interface com.sun.jna.platform.unix.X11
-
ERROR CODES
- SW_FORCEMINIMIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_HIDE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_MAX - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_MAXIMIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_MINIMIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_NORMAL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_RESTORE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_SHOW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_SHOWDEFAULT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_SHOWMAXIMIZED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_SHOWMINIMIZED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_SHOWMINNOACTIVE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_SHOWNA - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_SHOWNOACTIVATE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- SW_SHOWNORMAL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- swapins - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- swapouts - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- SWP_NOZORDER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Retains the current Z order (ignores the hWndInsertAfter parameter).
- SyncBoth - Static variable in interface com.sun.jna.platform.unix.X11
-
- SYNCHRONIZE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- synchronizedLibrary(Library) - Static method in class com.sun.jna.Native
-
Returns a synchronized (thread-safe) library backed by the specified
library.
- SyncKeyboard - Static variable in interface com.sun.jna.platform.unix.X11
-
- SyncPointer - Static variable in interface com.sun.jna.platform.unix.X11
-
- SYS_MAC - Static variable in class com.sun.jna.platform.win32.OaIdl.SYSKIND
-
- SYS_WIN16 - Static variable in class com.sun.jna.platform.win32.OaIdl.SYSKIND
-
- SYS_WIN32 - Static variable in class com.sun.jna.platform.win32.OaIdl.SYSKIND
-
- SYS_WIN64 - Static variable in class com.sun.jna.platform.win32.OaIdl.SYSKIND
-
- SysAllocString(String) - Method in interface com.sun.jna.platform.win32.OleAuto
-
This function allocates a new string and copies the passed string into
it.
- sysctl(int[], int, Pointer, IntByReference, Pointer, int) - Method in interface com.sun.jna.platform.mac.SystemB
-
The sysctl() function retrieves system information and allows processes
with appropriate privileges to set system information.
- sysctlbyname(String, Pointer, IntByReference, Pointer, int) - Method in interface com.sun.jna.platform.mac.SystemB
-
The sysctlbyname() function accepts an ASCII representation of the name
and internally looks up the integer name vector.
- sysctlnametomib(String, Pointer, IntByReference) - Method in interface com.sun.jna.platform.mac.SystemB
-
The sysctlnametomib() function accepts an ASCII representation of the
name, looks up the integer name vector, and returns the numeric
representation in the mib array pointed to by mibp.
- SysFreeString(WTypes.BSTR) - Method in interface com.sun.jna.platform.win32.OleAuto
-
This function frees a string allocated previously by SysAllocString,
SysAllocStringByteLen, SysReAllocString, SysAllocStringLen, or
SysReAllocStringLen.
- SYSKIND() - Constructor for class com.sun.jna.platform.win32.OaIdl.SYSKIND
-
- SYSKIND(int) - Constructor for class com.sun.jna.platform.win32.OaIdl.SYSKIND
-
- SYSKIND(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.SYSKIND
-
- syskind - Variable in class com.sun.jna.platform.win32.OaIdl.TLIBATTR
-
- SYSTEM_ALARM_ACE_TYPE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SYSTEM_ALARM_CALLBACK_ACE_TYPE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SYSTEM_ALARM_OBJECT_ACE_TYPE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SYSTEM_AUDIT_ACE_TYPE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SYSTEM_AUDIT_CALLBACK_ACE_TYPE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SYSTEM_AUDIT_OBJECT_ACE_TYPE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SYSTEM_INFO() - Constructor for class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
- SYSTEM_LOGICAL_PROCESSOR_INFORMATION() - Constructor for class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION
-
- SYSTEM_LOGICAL_PROCESSOR_INFORMATION(Pointer) - Constructor for class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION
-
- SYSTEM_MANDATORY_LABEL_ACE_TYPE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- SystemB - Interface in com.sun.jna.platform.mac
-
Author: Daniel Widdis Date: 6/5/15
- SystemB.HostCpuLoadInfo - Class in com.sun.jna.platform.mac
-
- SystemB.HostLoadInfo - Class in com.sun.jna.platform.mac
-
- SystemB.VMStatistics - Class in com.sun.jna.platform.mac
-
- SystemB.VMStatistics64 - Class in com.sun.jna.platform.mac
-
- SystemNameLength - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- SystemNameOffset - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- SYSTEMTIME() - Constructor for class com.sun.jna.platform.win32.WinBase.SYSTEMTIME
-
- SystemTime - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- SystemTimeToFileTime(WinBase.SYSTEMTIME, WinBase.FILETIME) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Converts a system time to file time format.
- SystemTimeToTzSpecificLocalTime(WinBase.TIME_ZONE_INFORMATION, WinBase.SYSTEMTIME, WinBase.SYSTEMTIME) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Converts a time in Coordinated Universal Time (UTC) to a specified time
zone's corresponding local time.
- SystemTimeToVariantTime(WinBase.SYSTEMTIME, DoubleByReference) - Method in interface com.sun.jna.platform.win32.OleAuto
-
Converts a system time to a variant representation.
- szAreaCode - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies the area code as a null-terminated string.
- szAutodialDll - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Windows 2000 or later: This member is no longer supported.
- szAutodialFunc - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Windows 2000 or later: This member is no longer supported.
- szCallbackNumber - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALPARAMS
-
A null-terminated string that contains a callback phone number.
- szCounterName - Variable in class com.sun.jna.platform.win32.Pdh.PDH_COUNTER_PATH_ELEMENTS
-
- szCSDVersion - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFO
-
Pointer to a null-terminated string, such as "Service Pack 3", that
indicates the latest Service Pack installed on the system.
- szCSDVersion - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
A null-terminated string, such as "Service Pack 3", that indicates
the latest Service Pack installed on the system.
- szCustomDialDll - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
A null-terminated string that contains the full path and file name for the dynamic link library (DLL) that implements the custom-dialing functions.
- szDevice - Variable in class com.sun.jna.platform.win32.WinUser.MONITORINFOEX
-
A string that specifies the device name of the monitor being used.
- szDeviceName - Variable in class com.sun.jna.platform.win32.WinRas.RASCONN
-
A null-terminated string that contains the device name through which the connection is made.
- szDeviceName - Variable in class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
A string that specifies the name of the current device, if available.
- szDeviceName - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Contains a null-terminated string that contains the name of a TAPI device to use with this phone-book entry, for example,
"XYZ Corp 28800 External".
- szDeviceType - Variable in class com.sun.jna.platform.win32.WinRas.RASCONN
-
A null-terminated string that contains the device type through which the connection is made.
- szDeviceType - Variable in class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
A string that specifies the type of the current device, if available.
- szDeviceType - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies a null-terminated string that indicates the RAS device type referenced by szDeviceName.
- szDnsSuffix - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Pointer to a string that specifies the Domain Name Service (DNS) suffix for the connection.
- szDomain - Variable in class com.sun.jna.platform.win32.WinRas.RASCREDENTIALS
-
A null-terminated string that contains a domain name.
- szDomain - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALPARAMS
-
A null-terminated string that contains the domain on which authentication is to occur.
- szEntryName - Variable in class com.sun.jna.platform.win32.WinRas.RASCONN
-
A null-terminated string that specifies the phone-book entry used to establish the remote access connection.
- szEntryName - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALPARAMS
-
A null-terminated string that contains the phone-book entry to use to establish the connection.
- szExeFile - Variable in class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
The name of the executable file for the process.
- szInstanceName - Variable in class com.sun.jna.platform.win32.Pdh.PDH_COUNTER_PATH_ELEMENTS
-
- szIpAddress - Variable in class com.sun.jna.platform.win32.WinRas.RASPPPIP
-
An array that contains a null-terminated string that is the client's IP address on the RAS connection.
- szLocalPhoneNumber - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies a null-terminated device-type specific destination string.
- szMachineName - Variable in class com.sun.jna.platform.win32.Pdh.PDH_COUNTER_PATH_ELEMENTS
-
- szObjectName - Variable in class com.sun.jna.platform.win32.Pdh.PDH_COUNTER_PATH_ELEMENTS
-
- szParentInstance - Variable in class com.sun.jna.platform.win32.Pdh.PDH_COUNTER_PATH_ELEMENTS
-
- szPassword - Variable in class com.sun.jna.platform.win32.WinRas.RASCREDENTIALS
-
Specifies a null-terminated string that contains a password.
- szPassword - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALPARAMS
-
A null-terminated string that contains the user's password.
- szPhonebook - Variable in class com.sun.jna.platform.win32.WinRas.RASCONN
-
A null-terminated string that specifies the full path and file name of a phone-book (PBK) file.
- szPhoneNumber - Variable in class com.sun.jna.platform.win32.WinRas.RASCONNSTATUS
-
A string that indicates the phone number dialed for this specific connection.
- szPhoneNumber - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALPARAMS
-
A null-terminated string that contains an overriding phone number.
- szPhysicalMonitorDescription - Variable in class com.sun.jna.platform.win32.PhysicalMonitorEnumerationAPI.PHYSICAL_MONITOR
-
Text description of the physical monitor (always 128 chars)
- szPrerequisiteEntry - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Pointer to a null-terminated string that specifies a phone-book entry.
- szPrerequisitePbk - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Pointer to a null-terminated string that specifies the full path and file name of a phone-book (PBK) file.
- szPrompt - Variable in class com.sun.jna.platform.win32.WinCrypt.CRYPTPROTECT_PROMPTSTRUCT
-
A string containing the text of a prompt to be displayed.
- szScript - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Specifies a null-terminated string that contains the name of the script file.
- szServerIpAddress - Variable in class com.sun.jna.platform.win32.WinRas.RASPPPIP
-
An array that contains a null-terminated string that is the server's IP address on the RAS connection.
- szUserName - Variable in class com.sun.jna.platform.win32.WinRas.RASCREDENTIALS
-
Specifies a null-terminated string that contains a user name.
- szUserName - Variable in class com.sun.jna.platform.win32.WinRas.RASDIALPARAMS
-
A null-terminated string that contains the user's user name.
- szX25Address - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Contains a null-terminated string that identifies the X.25 address to which to connect .
- szX25Facilities - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Contains a null-terminated string that specifies the facilities to request from the X.25 host at connection.
- szX25PadType - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Contains a null-terminated string that identifies the X.25 PAD type.
- szX25UserData - Variable in class com.sun.jna.platform.win32.WinRas.RASENTRY
-
Contains a null-terminated string that specifies additional connection information supplied to the X.25
host at connection.
- TAB - Static variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
The Constant TAB.
- TABTAB - Static variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
The Constant TABTAB.
- target - Variable in class com.sun.jna.platform.unix.X11.XSelectionEvent
-
- target - Variable in class com.sun.jna.platform.unix.X11.XSelectionRequestEvent
-
- TBS_E_BAD_PARAMETER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_BUFFER_TOO_LARGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_COMMAND_CANCELED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_INSUFFICIENT_BUFFER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_INTERNAL_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_INVALID_CONTEXT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_INVALID_CONTEXT_PARAM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_INVALID_OUTPUT_POINTER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_IOERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_PPI_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_SERVICE_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_SERVICE_NOT_RUNNING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_SERVICE_START_PENDING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_TOO_MANY_RESOURCES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_TOO_MANY_TBS_CONTEXTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBS_E_TPM_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_BUFFER_TOO_SMALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_CLEANUP_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_COMMAND_CANCELED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_COMMAND_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_DUPLICATE_VHANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_HASH_BAD_KEY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_HASH_TABLE_FULL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_INVALID_CONTEXT_HANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_INVALID_CONTEXT_PARAM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_INVALID_OUTPUT_POINTER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_INVALID_PARAMETER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_INVALID_RESOURCE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_LIST_NO_MORE_ITEMS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_LIST_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_NOT_ENOUGH_SPACE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_NOTHING_TO_UNLOAD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_OUT_OF_MEMORY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_PPI_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_RESOURCE_EXPIRED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_RPC_INIT_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_SCHEDULER_NOT_RUNNING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_TOO_MANY_RESOURCES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_TOO_MANY_TBS_CONTEXTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_TPM_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_TPM_INCOMPATIBLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TBSIMP_E_UNKNOWN_ORDINAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- tdesc - Variable in class com.sun.jna.platform.win32.OaIdl.ELEMDESC
-
the type of the element
C type : TYPEDESC
- tdescAlias - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- tdescElem - Variable in class com.sun.jna.platform.win32.OaIdl.ARRAYDESC
-
- templateBuffer - Variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
The template buffer.
- terminate(long) - Method in class com.sun.jna.platform.win32.COM.util.ComThread
-
Stop the COM Thread.
- TerminateProcess(WinNT.HANDLE, int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Terminates the specified process and all of its threads.
- TH32CS_INHERIT - Static variable in interface com.sun.jna.platform.win32.Tlhelp32
-
Indicates that the snapshot handle is to be inheritable.
- TH32CS_SNAPALL - Static variable in interface com.sun.jna.platform.win32.Tlhelp32
-
Includes all processes and threads in the system, plus the heaps and modules of the process specified in th32ProcessID.
- TH32CS_SNAPHEAPLIST - Static variable in interface com.sun.jna.platform.win32.Tlhelp32
-
Includes all heaps of the process specified in th32ProcessID in the snapshot.
- TH32CS_SNAPMODULE - Static variable in interface com.sun.jna.platform.win32.Tlhelp32
-
Includes all modules of the process specified in th32ProcessID in the snapshot.
- TH32CS_SNAPMODULE32 - Static variable in interface com.sun.jna.platform.win32.Tlhelp32
-
Includes all 32-bit modules of the process specified in th32ProcessID in the snapshot when called from a 64-bit
process.
- TH32CS_SNAPPROCESS - Static variable in interface com.sun.jna.platform.win32.Tlhelp32
-
Includes all processes in the system in the snapshot.
- TH32CS_SNAPTHREAD - Static variable in interface com.sun.jna.platform.win32.Tlhelp32
-
Includes all threads in the system in the snapshot.
- th32DefaultHeapID - Variable in class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
This member is no longer used and is always set to zero.
- th32ModuleID - Variable in class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
This member is no longer used and is always set to zero.
- th32ParentProcessID - Variable in class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
The identifier of the process that created this process (its parent process).
- th32ProcessID - Variable in class com.sun.jna.platform.win32.Tlhelp32.PROCESSENTRY32
-
The process identifier.
- theInterface - Variable in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- THREAD_ALL_ACCESS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- THREAD_DIRECT_IMPERSONATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- THREAD_GET_CONTEXT - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- THREAD_IMPERSONATE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- THREAD_QUERY_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- THREAD_QUERY_LIMITED_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- THREAD_SET_CONTEXT - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- THREAD_SET_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- THREAD_SET_LIMITED_INFORMATION - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- THREAD_SET_THREAD_TOKEN - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- THREAD_SUSPEND_RESUME - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- THREAD_TERMINATE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- throttled_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- THROW_LAST_ERROR - Static variable in class com.sun.jna.Function
-
Whether to throw an exception if last error is non-zero after call.
- tile - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- TileShape - Static variable in interface com.sun.jna.platform.unix.X11
-
- time - Variable in class com.sun.jna.platform.unix.X11.XButtonEvent
-
- time - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- time - Variable in class com.sun.jna.platform.unix.X11.XKeyEvent
-
- time - Variable in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- time - Variable in class com.sun.jna.platform.unix.X11.XPropertyEvent
-
- time - Variable in class com.sun.jna.platform.unix.X11.XSelectionClearEvent
-
- time - Variable in class com.sun.jna.platform.unix.X11.XSelectionEvent
-
- time - Variable in class com.sun.jna.platform.unix.X11.XSelectionRequestEvent
-
- Time - Variable in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_RECORD
-
- time - Variable in class com.sun.jna.platform.win32.WinUser.KBDLLHOOKSTRUCT
-
- time - Variable in class com.sun.jna.platform.win32.WinUser.KEYBDINPUT
-
The time stamp for the event, in milliseconds.
- time - Variable in class com.sun.jna.platform.win32.WinUser.MOUSEINPUT
-
- time - Variable in class com.sun.jna.platform.win32.WinUser.MSG
-
- TIME_ZONE_INFORMATION() - Constructor for class com.sun.jna.platform.win32.WinBase.TIME_ZONE_INFORMATION
-
- TimeGenerated - Variable in class com.sun.jna.platform.win32.WinNT.EVENTLOGRECORD
-
Time at which this entry was submitted.
- timeoutMilliseconds - Variable in class com.sun.jna.platform.win32.COM.util.ComThread
-
- TimeStamp - Variable in class com.sun.jna.platform.win32.Pdh.PDH_RAW_COUNTER
-
Local time for when the data was collected
- TimeStamp() - Constructor for class com.sun.jna.platform.win32.Sspi.TimeStamp
-
- TimeWritten - Variable in class com.sun.jna.platform.win32.WinNT.EVENTLOGRECORD
-
Time at which this entry was received by the service to be written to
the log.
- TitleIndex - Variable in class com.sun.jna.platform.win32.Wdm.KEY_BASIC_INFORMATION
-
Device and intermediate drivers should ignore this member.
- TKIND_ALIAS - Static variable in class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- TKIND_COCLASS - Static variable in class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- TKIND_DISPATCH - Static variable in class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- TKIND_ENUM - Static variable in class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- TKIND_INTERFACE - Static variable in class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- TKIND_MAX - Static variable in class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- TKIND_MODULE - Static variable in class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- TKIND_RECORD - Static variable in class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- TKIND_UNION - Static variable in class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- TlbAbstractMethod - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbFunction.
- TlbAbstractMethod(int, TypeLibUtil, OaIdl.FUNCDESC, TypeInfoUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
Instantiates a new tlb function.
- TlbBase - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbBase.
- TlbBase(int, TypeLibUtil, TypeInfoUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
- TlbBase(int, TypeLibUtil, TypeInfoUtil, String) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
- TlbCmdlineArgs - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
- TlbCmdlineArgs(String[]) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbCmdlineArgs
-
- TlbCoClass - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbClass.
- TlbCoClass(int, String, TypeLibUtil, String) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbCoClass
-
Instantiates a new tlb class.
- TlbConst - Interface in com.sun.jna.platform.win32.COM.tlb.imp
-
- TlbDispInterface - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbDispatch.
- TlbDispInterface(int, String, TypeLibUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbDispInterface
-
Instantiates a new tlb dispatch.
- TlbEnum - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbEnum.
- TlbEnum(int, String, TypeLibUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbEnum
-
Instantiates a new tlb enum.
- TlbFunctionDispId - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbFunction.
- TlbFunctionDispId(int, int, TypeLibUtil, OaIdl.FUNCDESC, TypeInfoUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbFunctionDispId
-
Instantiates a new tlb function.
- TlbFunctionStub - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbFunction.
- TlbFunctionStub(int, TypeLibUtil, OaIdl.FUNCDESC, TypeInfoUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbFunctionStub
-
Instantiates a new tlb function.
- TlbFunctionVTable - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbFunction.
- TlbFunctionVTable(int, int, TypeLibUtil, OaIdl.FUNCDESC, TypeInfoUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbFunctionVTable
-
Instantiates a new tlb function.
- TlbImp - Class in com.sun.jna.platform.win32.COM.tlb
-
The Class TlbImp.
- TlbImp(String[]) - Constructor for class com.sun.jna.platform.win32.COM.tlb.TlbImp
-
- TlbInterface - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbInterface.
- TlbInterface(int, String, TypeLibUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbInterface
-
Instantiates a new tlb interface.
- TlbParameterNotFoundException - Exception in com.sun.jna.platform.win32.COM.tlb.imp
-
- TlbParameterNotFoundException() - Constructor for exception com.sun.jna.platform.win32.COM.tlb.imp.TlbParameterNotFoundException
-
- TlbParameterNotFoundException(String) - Constructor for exception com.sun.jna.platform.win32.COM.tlb.imp.TlbParameterNotFoundException
-
- TlbParameterNotFoundException(Throwable) - Constructor for exception com.sun.jna.platform.win32.COM.tlb.imp.TlbParameterNotFoundException
-
- TlbParameterNotFoundException(String, Throwable) - Constructor for exception com.sun.jna.platform.win32.COM.tlb.imp.TlbParameterNotFoundException
-
- TlbPropertyGet - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbPropertyGet.
- TlbPropertyGet(int, int, TypeLibUtil, OaIdl.FUNCDESC, TypeInfoUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbPropertyGet
-
Instantiates a new tlb property get.
- TlbPropertyGetStub - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbPropertyGet.
- TlbPropertyGetStub(int, TypeLibUtil, OaIdl.FUNCDESC, TypeInfoUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbPropertyGetStub
-
Instantiates a new tlb property get.
- TlbPropertyPut - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbPropertyPut.
- TlbPropertyPut(int, int, TypeLibUtil, OaIdl.FUNCDESC, TypeInfoUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbPropertyPut
-
Instantiates a new tlb property set.
- TlbPropertyPutStub - Class in com.sun.jna.platform.win32.COM.tlb.imp
-
The Class TlbPropertyPut.
- TlbPropertyPutStub(int, TypeLibUtil, OaIdl.FUNCDESC, TypeInfoUtil) - Constructor for class com.sun.jna.platform.win32.COM.tlb.imp.TlbPropertyPutStub
-
Instantiates a new tlb property set.
- Tlhelp32 - Interface in com.sun.jna.platform.win32
-
Interface for the Tlhelp32.h header file.
- Tlhelp32.PROCESSENTRY32 - Class in com.sun.jna.platform.win32
-
Describes an entry from a list of the processes residing in the system address space when a snapshot was taken.
- Tlhelp32.PROCESSENTRY32.ByReference - Class in com.sun.jna.platform.win32
-
- TLIBATTR() - Constructor for class com.sun.jna.platform.win32.OaIdl.TLIBATTR
-
- TLIBATTR(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.TLIBATTR
-
- toArray(int) - Method in class com.sun.jna.platform.win32.Sspi.PSecPkgInfo
-
An array of SecPkgInfo structures.
- toArray(Structure[]) - Method in class com.sun.jna.Structure
-
Returns a view of this structure's memory as an array of structures.
- toArray(int) - Method in class com.sun.jna.Structure
-
Returns a view of this structure's memory as an array of structures.
- toByteArray(String) - Static method in class com.sun.jna.Native
-
- toByteArray(String, String) - Static method in class com.sun.jna.Native
-
Obtain a NUL-terminated byte buffer equivalent to the given String,
using the given encoding.
- toByteArray() - Method in class com.sun.jna.platform.win32.Guid.GUID
-
To byte array.
- toCharArray(String) - Static method in class com.sun.jna.Native
-
Obtain a NUL-terminated wide character buffer equivalent to the given
String.
- toComEnum(Class<T>, Object) - Static method in class com.sun.jna.platform.win32.COM.util.Convert
-
- toDate() - Method in class com.sun.jna.platform.win32.WinBase.FILETIME
-
- toGuidString() - Method in class com.sun.jna.platform.win32.Guid.GUID
-
The value of this Guid, formatted as follows:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.
- toInteger(E) - Static method in class com.sun.jna.platform.EnumUtils
-
- toJavaDate(OaIdl.DATE) - Method in class com.sun.jna.platform.win32.Variant.VARIANT
-
- toJavaObject(Variant.VARIANT) - Static method in class com.sun.jna.platform.win32.COM.util.Convert
-
- TOKEN_ADJUST_DEFAULT - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to change the default owner, primary group, or DACL of an access
token.
- TOKEN_ADJUST_GROUPS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to adjust the attributes of the groups in an access token.
- TOKEN_ADJUST_PRIVILEGES - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to enable or disable the privileges in an access token.
- TOKEN_ADJUST_SESSIONID - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to adjust the session ID of an access token.
- TOKEN_ALL_ACCESS - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Combines all possible access rights for a token.
- TOKEN_ALL_ACCESS_P - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- TOKEN_ASSIGN_PRIMARY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to attach a primary token to a process.
- TOKEN_DUPLICATE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to duplicate an access token.
- TOKEN_EXECUTE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Combines STANDARD_RIGHTS_EXECUTE and TOKEN_IMPERSONATE.
- TOKEN_GROUPS() - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_GROUPS
-
- TOKEN_GROUPS(Pointer) - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_GROUPS
-
- TOKEN_GROUPS(int) - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_GROUPS
-
- TOKEN_IMPERSONATE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to attach an impersonation access token to a process.
- TOKEN_INFORMATION_CLASS() - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TOKEN_OWNER() - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_OWNER
-
- TOKEN_OWNER(int) - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_OWNER
-
- TOKEN_OWNER(Pointer) - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_OWNER
-
- TOKEN_PRIVILEGES() - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_PRIVILEGES
-
Creates an empty instance with no privileges.
- TOKEN_PRIVILEGES(int) - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_PRIVILEGES
-
- TOKEN_PRIVILEGES(Pointer) - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_PRIVILEGES
-
Initialize a TOKEN_PRIVILEGES instance from initialized memory.
- TOKEN_QUERY - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to query an access token.
- TOKEN_QUERY_SOURCE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Required to query the source of an access token.
- TOKEN_READ - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Combines STANDARD_RIGHTS_READ and TOKEN_QUERY.
- TOKEN_TYPE() - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_TYPE
-
- TOKEN_USER() - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_USER
-
- TOKEN_USER(Pointer) - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_USER
-
- TOKEN_USER(int) - Constructor for class com.sun.jna.platform.win32.WinNT.TOKEN_USER
-
- TOKEN_WRITE - Static variable in interface com.sun.jna.platform.win32.WinNT
-
Combines STANDARD_RIGHTS_WRITE, TOKEN_ADJUST_PRIVILEGES,
TOKEN_ADJUST_GROUPS, and TOKEN_ADJUST_DEFAULT.
- TokenAccessInformation - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenAuditPolicy - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenDefaultDacl - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenElevation - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenElevationType - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenGroups - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenGroupsAndPrivileges - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenHasRestrictions - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenImpersonation - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_TYPE
-
- TokenImpersonationLevel - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenIntegrityLevel - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenLinkedToken - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenLogonSid - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenMandatoryPolicy - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenOrigin - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenOwner - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenPrimary - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_TYPE
-
- TokenPrimaryGroup - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenPrivileges - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenRestrictedSids - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenSandBoxInert - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenSessionId - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenSessionReference - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenSource - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenStatistics - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenType - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenUIAccess - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenUser - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenVirtualizationAllowed - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- TokenVirtualizationEnabled - Static variable in class com.sun.jna.platform.win32.WinNT.TOKEN_INFORMATION_CLASS
-
- toLong() - Method in class com.sun.jna.platform.win32.WinBase.FILETIME
-
- toNative() - Method in class com.sun.jna.IntegerType
-
- toNative() - Method in interface com.sun.jna.NativeMapped
-
Convert this object into a supported native type.
- toNative(Object, ToNativeContext) - Method in class com.sun.jna.NativeMappedConverter
-
- toNative(Object, ToNativeContext) - Method in class com.sun.jna.platform.EnumConverter
-
- toNative() - Method in class com.sun.jna.PointerType
-
Convert this object to its native type (a
Pointer
).
- toNative(Object, ToNativeContext) - Method in interface com.sun.jna.ToNativeConverter
-
Convert a Java type to an appropriate native type.
- ToNativeContext - Class in com.sun.jna
-
Context for converting a Java value to a native one.
- ToNativeContext() - Constructor for class com.sun.jna.ToNativeContext
-
- ToNativeConverter - Interface in com.sun.jna
-
Define conversion from a Java type to its corresponding native type.
- top - Variable in class com.sun.jna.platform.win32.WinDef.RECT
-
The top.
- TopIf - Static variable in interface com.sun.jna.platform.unix.X11
-
- TopLevelName - Variable in class com.sun.jna.platform.win32.NTSecApi.LSA_FOREST_TRUST_RECORD.UNION
-
- toPointer() - Method in class com.sun.jna.platform.win32.BaseTSD.LONG_PTR
-
- toPointer() - Method in class com.sun.jna.platform.win32.BaseTSD.ULONG_PTR
-
- toPointer() - Method in class com.sun.jna.platform.win32.WinDef.INT_PTR
-
To pointer.
- toPointer() - Method in class com.sun.jna.platform.win32.WinDef.UINT_PTR
-
To pointer.
- toRaster(Shape) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
- toRaster(Component, Icon) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
- toRectangle() - Method in class com.sun.jna.platform.win32.WinDef.RECT
-
To rectangle.
- toShape(Raster) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
- toString() - Method in class com.sun.jna.Function
-
Provide a human-readable representation of this object.
- toString() - Method in class com.sun.jna.IntegerType
-
- toString() - Method in class com.sun.jna.Memory
-
- toString(byte[]) - Static method in class com.sun.jna.Native
-
Obtain a Java String from the given native byte array.
- toString(byte[], String) - Static method in class com.sun.jna.Native
-
Obtain a Java String from the given native byte array, using the given
encoding.
- toString(char[]) - Static method in class com.sun.jna.Native
-
Obtain a Java String from the given native wchar_t array.
- toString() - Method in class com.sun.jna.NativeLibrary
-
- toString() - Method in class com.sun.jna.NativeString
-
- toString() - Method in class com.sun.jna.platform.FileMonitor.FileEvent
-
- toString() - Method in class com.sun.jna.platform.unix.X11.Visual
-
- toString() - Method in class com.sun.jna.platform.unix.X11.XID
-
- toString() - Method in class com.sun.jna.platform.unix.X11.XKeyboardControlRef
-
- toString() - Method in class com.sun.jna.platform.unix.X11.XKeyboardStateRef
-
- toString() - Method in class com.sun.jna.platform.win32.COM.util.ProxyObject
-
- toString() - Method in class com.sun.jna.platform.win32.WinBase.FILETIME
-
- toString() - Method in class com.sun.jna.platform.win32.WinDef.BOOL
-
- toString() - Method in class com.sun.jna.platform.win32.WinDef.RECT
-
- toString() - Method in class com.sun.jna.platform.win32.WinNT.HANDLE
-
- toString() - Method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.LowHigh
-
- toString() - Method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER
-
- toString() - Method in class com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.UNION
-
- toString() - Method in class com.sun.jna.platform.win32.WinUser.RAWINPUTDEVICELIST
-
- toString() - Method in class com.sun.jna.platform.win32.WTypes.BSTR
-
- toString() - Method in class com.sun.jna.platform.win32.WTypes.LPOLESTR
-
- toString() - Method in class com.sun.jna.platform.win32.WTypes.LPSTR
-
- toString() - Method in class com.sun.jna.platform.win32.WTypes.LPWSTR
-
- toString() - Method in class com.sun.jna.Pointer
-
- toString() - Method in class com.sun.jna.PointerType
-
- toString() - Method in class com.sun.jna.StringArray
-
- toString() - Method in class com.sun.jna.Structure.StructField
-
- toString() - Method in class com.sun.jna.Structure
-
If jna.dump_memory
is true, will include a native memory dump
of the Structure's backing memory.
- toString(boolean) - Method in class com.sun.jna.Structure
-
- toString() - Method in class com.sun.jna.WString
-
- toStringList(char[]) - Static method in class com.sun.jna.Native
-
Converts a "list" of strings each null terminated
into a
List
of
String
values.
- toStringList(char[], int, int) - Static method in class com.sun.jna.Native
-
Converts a "list" of strings each null terminated
into a
List
of
String
values.
- total_uncompressed_pages_in_compressor - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- TotalByteLength - Variable in class com.sun.jna.platform.win32.WinPerf.PERF_DATA_BLOCK
-
- TotalPages - Variable in class com.sun.jna.platform.win32.Winspool.JOB_INFO_1
-
- toVariant() - Method in class com.sun.jna.platform.win32.COM.COMLateBindingObject
-
To variant.
- toVariant(Object) - Static method in class com.sun.jna.platform.win32.COM.util.Convert
-
- TPM_E_AREA_LOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_AUDITFAIL_SUCCESSFUL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_AUDITFAIL_UNSUCCESSFUL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_AUDITFAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_AUTH2FAIL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_AUTH_CONFLICT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_AUTHFAIL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_ATTRIBUTES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_COUNTER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_DATASIZE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_DELEGATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_HANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_KEY_PROPERTY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_LOCALITY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_MIGRATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_MODE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_ORDINAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_PARAM_SIZE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_PARAMETER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_PRESENCE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_SCHEME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_SIGNATURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_TYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BAD_VERSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BADCONTEXT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BADINDEX - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_BADTAG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_CLEAR_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_COMMAND_BLOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_CONTEXT_GAP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DAA_INPUT_DATA0 - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DAA_INPUT_DATA1 - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DAA_ISSUER_SETTINGS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DAA_ISSUER_VALIDITY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DAA_RESOURCES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DAA_STAGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DAA_TPM_SETTINGS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DAA_WRONG_W - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DEACTIVATED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DECRYPT_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DEFEND_LOCK_RUNNING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DELEGATE_ADMIN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DELEGATE_FAMILY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DELEGATE_LOCK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DISABLED_CMD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DOING_SELFTEST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_DUPLICATE_VHANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_EMBEDDED_COMMAND_BLOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_EMBEDDED_COMMAND_UNSUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_ENCRYPT_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_ERROR_MASK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_FAIL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_FAILEDSELFTEST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_FAMILYCOUNT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INAPPROPRIATE_ENC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INAPPROPRIATE_SIG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INSTALL_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INVALID_AUTHHANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INVALID_FAMILY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INVALID_HANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INVALID_KEYHANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INVALID_KEYUSAGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INVALID_PCR_INFO - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INVALID_POSTINIT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INVALID_RESOURCE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_INVALID_STRUCTURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_IOERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_KEY_NOTSUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_KEY_OWNER_CONTROL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_KEYNOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_MA_AUTHORITY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_MA_DESTINATION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_MA_SOURCE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_MA_TICKET_SIGNATURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_MAXNVWRITES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_MIGRATEFAIL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NEEDS_SELFTEST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NO_ENDORSEMENT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NO_NV_PERMISSION - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NO_WRAP_TRANSPORT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NOCONTEXTSPACE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NOOPERATOR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NOSPACE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NOSRK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NOT_FULLWRITE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NOTFIPS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NOTLOCAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NOTRESETABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_NOTSEALED_BLOB - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_OWNER_CONTROL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_OWNER_SET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_PER_NOWRITE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_PERMANENTEK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_PPI_ACPI_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_PPI_BIOS_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_PPI_NOT_SUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_PPI_USER_ABORT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_READ_ONLY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_REQUIRES_SIGN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_RESOURCEMISSING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_RESOURCES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_RETRY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_SHA_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_SHA_THREAD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_SHORTRANDOM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_SIZE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_TOOMANYCONTEXTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_TRANSPORT_NOTEXCLUSIVE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_WRITE_LOCKED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_WRONG_ENTITYTYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPM_E_WRONGPCRVAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_ACCESS_DENIED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_AUTHORIZATION_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_BUFFER_TOO_SMALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_ENCRYPTION_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_FIPS_RNG_CHECK_FAILED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INTERNAL_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_CONTEXT_HANDLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_CONTEXT_PARAMS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_DELEGATE_BLOB - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_ENCODING - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_KEY_BLOB - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_KEY_PARAMS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_KEY_SIZE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_OUTPUT_POINTER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_OWNER_AUTH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_PARAMETER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_PCR_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_PCR_INDEX - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_INVALID_STATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_MESSAGE_TOO_LARGE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_NOT_ENOUGH_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_OUT_OF_MEMORY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_TBS_COMMUNICATION_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_TOO_MUCH_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TPMAPI_E_TPM_COMMAND_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- tr - Variable in class com.sun.jna.platform.win32.NTSecApi.PLSA_FOREST_TRUST_RECORD
-
- trampoline - Variable in class com.sun.jna.CallbackReference
-
- TransactNamedPipe(WinNT.HANDLE, byte[], int, byte[], int, IntByReference, WinBase.OVERLAPPED) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Combines the functions that write a message to and read a message from
the specified named pipe into a single network operation.
- TranslateMessage(WinUser.MSG) - Method in interface com.sun.jna.platform.win32.User32
-
This function translates virtual-key messages into character messages.
- TransparentContentPane(Container) - Constructor for class com.sun.jna.platform.WindowUtils.NativeWindowUtils.TransparentContentPane
-
- TrueColor - Static variable in interface com.sun.jna.platform.unix.X11
-
- TRUNCATE_EXISTING - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- TRUST_E_ACTION_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_BAD_DIGEST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_BASIC_CONSTRAINTS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_CERT_SIGNATURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_COUNTER_SIGNER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_EXPLICIT_DISTRUST - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_FAIL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_FINANCIAL_CRITERIA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_NO_SIGNER_CERT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_NOSIGNATURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_PROVIDER_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_SUBJECT_FORM_UNKNOWN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_SUBJECT_NOT_TRUSTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_SYSTEM_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TRUST_E_TIME_STAMP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TrustAttributes - Variable in class com.sun.jna.platform.win32.DsGetDC.DS_DOMAIN_TRUSTS
-
Contains a value that indicates the attributes of the trust
represented by this structure.
- TrustType - Variable in class com.sun.jna.platform.win32.DsGetDC.DS_DOMAIN_TRUSTS
-
Contains a value that indicates the type of trust represented by this
structure.
- ts_x_origin - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- ts_y_origin - Variable in class com.sun.jna.platform.unix.X11.XGCValues
-
- type - Variable in class com.sun.jna.platform.unix.X11.XAnyEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XButtonEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XCirculateEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XCirculateRequestEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XClientMessageEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XColormapEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XConfigureEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XConfigureRequestEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XCreateWindowEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XDestroyWindowEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XErrorEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XExposeEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XFocusChangeEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XGraphicsExposeEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XGravityEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XKeyEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XKeymapEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XMapEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XMappingEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XMapRequestEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XNoExposeEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XPropertyEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.Xrender.XRenderPictFormat
-
- type - Variable in class com.sun.jna.platform.unix.X11.XReparentEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XResizeRequestEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XSelectionClearEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XSelectionEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XSelectionRequestEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XUnmapEvent
-
- type - Variable in class com.sun.jna.platform.unix.X11.XVisibilityEvent
-
- type - Variable in class com.sun.jna.platform.win32.WinNT.CACHE_DESCRIPTOR
-
The cache type.
- type - Variable in class com.sun.jna.platform.win32.WinNT.MEMORY_BASIC_INFORMATION
-
The type of pages in the region.
- type - Variable in class com.sun.jna.platform.win32.WinUser.INPUT
-
- type - Variable in class com.sun.jna.Structure.FFIType
-
- type - Variable in class com.sun.jna.Structure.StructField
-
- TYPE_E_AMBIGUOUSNAME - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_BADMODULEKIND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_BUFFERTOOSMALL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_CANTCREATETMPFILE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_CANTLOADLIBRARY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_CIRCULARTYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_DLLFUNCTIONNOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_DUPLICATEID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_ELEMENTNOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_FIELDNOTFOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_INCONSISTENTPROPFUNCS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_INVALIDID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_INVALIDSTATE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_INVDATAREAD - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_IOERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_LIBNOTREGISTERED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_NAMECONFLICT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_OUTOFBOUNDS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_QUALIFIEDNAMEDISALLOWED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_REGISTRYACCESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_SIZETOOBIG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_TYPEMISMATCH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_UNDEFINEDTYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_UNKNOWNLCID - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_UNSUPFORMAT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPE_E_WRONGTYPEKIND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- TYPEATTR() - Constructor for class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- TYPEATTR(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- TypeComp - Class in com.sun.jna.platform.win32.COM
-
Wrapper class for the ITypeComp interface.
- TypeComp() - Constructor for class com.sun.jna.platform.win32.COM.TypeComp
-
Instantiates a new i type comp.
- TypeComp(Pointer) - Constructor for class com.sun.jna.platform.win32.COM.TypeComp
-
Instantiates a new i type comp.
- TypeComp.ByReference - Class in com.sun.jna.platform.win32.COM
-
- TypeConverter - Interface in com.sun.jna
-
Convenience interface for bidirectional conversion.
- TYPEDESC() - Constructor for class com.sun.jna.platform.win32.OaIdl.TYPEDESC
-
- TYPEDESC(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.TYPEDESC
-
- TYPEDESC(OaIdl.TYPEDESC._TYPEDESC, WTypes.VARTYPE) - Constructor for class com.sun.jna.platform.win32.OaIdl.TYPEDESC
-
- TypeInfo - Class in com.sun.jna.platform.win32.COM
-
Wrapper class for the ITypeInfo interface.
- TypeInfo() - Constructor for class com.sun.jna.platform.win32.COM.TypeInfo
-
Instantiates a new i type info.
- TypeInfo(Pointer) - Constructor for class com.sun.jna.platform.win32.COM.TypeInfo
-
Instantiates a new i type info.
- TypeInfo.ByReference - Class in com.sun.jna.platform.win32.COM
-
- typeInfoDoc - Variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbAbstractMethod
-
- TypeInfoDoc(String, String, int, String) - Constructor for class com.sun.jna.platform.win32.COM.TypeInfoUtil.TypeInfoDoc
-
Instantiates a new type info doc.
- typeInfoField() - Method in class com.sun.jna.Structure
-
Keep track of the largest aggregate field of the union to use for
FFI type information.
- typeInfoUtil - Variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
- TypeInfoUtil - Class in com.sun.jna.platform.win32.COM
-
The Class ITypeInfoUtil.
- TypeInfoUtil(ITypeInfo) - Constructor for class com.sun.jna.platform.win32.COM.TypeInfoUtil
-
Instantiates a new i type info util.
- TypeInfoUtil.ContainingTypeLib - Class in com.sun.jna.platform.win32.COM
-
The Class ContainingTypeLib.
- TypeInfoUtil.DllEntry - Class in com.sun.jna.platform.win32.COM
-
The Class DllEntry.
- TypeInfoUtil.Invoke - Class in com.sun.jna.platform.win32.COM
-
The Class Invoke.
- TypeInfoUtil.TypeInfoDoc - Class in com.sun.jna.platform.win32.COM
-
The Class TypeInfoDoc.
- typekind - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- TYPEKIND() - Constructor for class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- TYPEKIND(int) - Constructor for class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- TYPEKIND(Pointer) - Constructor for class com.sun.jna.platform.win32.OaIdl.TYPEKIND
-
- typeLib - Variable in class com.sun.jna.platform.win32.COM.COMUtils.COMInfo
-
The type lib.
- TypeLib - Class in com.sun.jna.platform.win32.COM
-
Wrapper class for the ITypeLib interface.
- TypeLib() - Constructor for class com.sun.jna.platform.win32.COM.TypeLib
-
Instantiates a new i type lib.
- TypeLib(Pointer) - Constructor for class com.sun.jna.platform.win32.COM.TypeLib
-
Instantiates a new i type lib.
- TypeLib.ByReference - Class in com.sun.jna.platform.win32.COM
-
- TYPELIB_ID_OFFICE - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- TYPELIB_ID_SHELL - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- TYPELIB_ID_WORD - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- TYPELIB_MAJOR_VERSION_OFFICE - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- TYPELIB_MAJOR_VERSION_SHELL - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- TYPELIB_MAJOR_VERSION_WORD - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- TYPELIB_MINOR_VERSION_OFFICE - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- TYPELIB_MINOR_VERSION_SHELL - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- TYPELIB_MINOR_VERSION_WORD - Static variable in interface com.sun.jna.platform.win32.COM.tlb.imp.TlbConst
-
- TypeLibDoc(String, String, int, String) - Constructor for class com.sun.jna.platform.win32.COM.TypeLibUtil.TypeLibDoc
-
Instantiates a new type lib doc.
- typeLibUtil - Variable in class com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
-
The type lib util.
- TypeLibUtil - Class in com.sun.jna.platform.win32.COM
-
Wrapper class for the class ITypeLibUtil.
- TypeLibUtil(String, int, int) - Constructor for class com.sun.jna.platform.win32.COM.TypeLibUtil
-
Instantiates a new i type lib util.
- TypeLibUtil(String) - Constructor for class com.sun.jna.platform.win32.COM.TypeLibUtil
-
- TypeLibUtil.FindName - Class in com.sun.jna.platform.win32.COM
-
The Class FindName.
- TypeLibUtil.IsName - Class in com.sun.jna.platform.win32.COM
-
The Class IsName.
- TypeLibUtil.TypeLibDoc - Class in com.sun.jna.platform.win32.COM
-
The Class TypeLibDoc.
- TypeMapper - Interface in com.sun.jna
-
Provides converters for conversion to and from native types.
- W32APIFunctionMapper - Class in com.sun.jna.win32
-
Encapsulates lookup of W32 API UNICODE/ASCII functions.
- W32APIFunctionMapper(boolean) - Constructor for class com.sun.jna.win32.W32APIFunctionMapper
-
- W32APIOptions - Interface in com.sun.jna.win32
-
- W32APITypeMapper - Class in com.sun.jna.win32
-
Provide standard conversion for W32 API types.
- W32APITypeMapper(boolean) - Constructor for class com.sun.jna.win32.W32APITypeMapper
-
- W32Errors - Class in com.sun.jna.platform.win32
-
Utility class for some common error functions.
- W32Errors() - Constructor for class com.sun.jna.platform.win32.W32Errors
-
- W32FileMonitor - Class in com.sun.jna.platform.win32
-
- W32FileMonitor() - Constructor for class com.sun.jna.platform.win32.W32FileMonitor
-
- W32FileUtils - Class in com.sun.jna.platform.win32
-
- W32FileUtils() - Constructor for class com.sun.jna.platform.win32.W32FileUtils
-
- W32Service - Class in com.sun.jna.platform.win32
-
Win32 Service wrapper
- W32Service(Winsvc.SC_HANDLE) - Constructor for class com.sun.jna.platform.win32.W32Service
-
Win32 Service
- W32ServiceManager - Class in com.sun.jna.platform.win32
-
Win32 Service Manager wrapper
- W32ServiceManager() - Constructor for class com.sun.jna.platform.win32.W32ServiceManager
-
- W32ServiceManager(String, String) - Constructor for class com.sun.jna.platform.win32.W32ServiceManager
-
- WAIT_ABANDONED - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- WAIT_ABANDONED_0 - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- WAIT_FAILED - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- WAIT_OBJECT_0 - Static variable in interface com.sun.jna.platform.win32.WinBase
-
- WAIT_TIMEOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WaitForInputIdle(WinNT.HANDLE, WinDef.DWORD) - Method in interface com.sun.jna.platform.win32.User32
-
Waits until the specified process has finished processing its initial
input and is waiting for user input with no input pending, or until the
time-out interval has elapsed.
- WaitForMultipleObjects(int, WinNT.HANDLE[], boolean, int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Waits until one or all of the specified objects are in the signaled state
or the time-out interval elapses.
- waitForNonPendingState() - Method in class com.sun.jna.platform.win32.W32Service
-
Wait for the state to change to something other than a pending state.
- WaitForSingleObject(WinNT.HANDLE, int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Waits until the specified object is in the signaled state or the time-out
interval elapses.
- WaitNamedPipe(String, int) - Method in interface com.sun.jna.platform.win32.Kernel32
-
- WARNING_IPSEC_MM_POLICY_PRUNED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WARNING_IPSEC_QM_POLICY_PRUNED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- watch(File, int, boolean) - Method in class com.sun.jna.platform.FileMonitor
-
- watch(File, int, boolean) - Method in class com.sun.jna.platform.win32.W32FileMonitor
-
- WCHAR_SIZE - Static variable in class com.sun.jna.Native
-
Size of a native wchar_t
type, in bytes.
- wCode - Variable in class com.sun.jna.platform.win32.OaIdl.EXCEPINFO
-
The w code.
- wCreatorVersion - Variable in class com.sun.jna.platform.win32.WinUser.WINDOWINFO
-
- wDay - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEMTIME
-
- wDayOfWeek - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEMTIME
-
- Wdm - Interface in com.sun.jna.platform.win32
-
Ported from Wdm.h.
- Wdm.KEY_BASIC_INFORMATION - Class in com.sun.jna.platform.win32
-
The KEY_BASIC_INFORMATION structure defines a subset of
the full information that is available for a registry key.
- Wdm.KEY_INFORMATION_CLASS - Class in com.sun.jna.platform.win32
-
The KEY_INFORMATION_CLASS enumeration type represents
the type of information to supply about a registry key.
- WeakIdentityHashMap - Class in com.sun.jna
-
Implements a combination of WeakHashMap and IdentityHashMap.
- WeakIdentityHashMap() - Constructor for class com.sun.jna.WeakIdentityHashMap
-
- WeakIdentityHashMap.IdentityWeakReference - Class in com.sun.jna
-
- WELL_KNOWN_SID_TYPE() - Constructor for class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WestGravity - Static variable in interface com.sun.jna.platform.unix.X11
-
- wFunc - Variable in class com.sun.jna.platform.win32.ShellAPI.SHFILEOPSTRUCT
-
An FO_* value that indicates which operation to perform.
- wFuncFlags - Variable in class com.sun.jna.platform.win32.OaIdl.FUNCDESC
-
- wglCreateContext(WinDef.HDC) - Method in interface com.sun.jna.platform.win32.OpenGL32
-
The wglCreateContext function creates a new OpenGL rendering context, which is suitable for drawing on the device
referenced by hdc.
- wglDeleteContext(WinDef.HGLRC) - Method in interface com.sun.jna.platform.win32.OpenGL32
-
The wglDeleteContext function deletes a specified OpenGL rendering context.
- wglGetCurrentContext() - Method in interface com.sun.jna.platform.win32.OpenGL32
-
The wglGetCurrentContext function obtains a handle to the current OpenGL rendering context of the calling thread.
- wglGetProcAddress(String) - Method in interface com.sun.jna.platform.win32.OpenGL32
-
The wglGetProcAddress function returns the address of an OpenGL extension function for use with the
current OpenGL rendering context.
- wglGetProcAddress(String) - Static method in class com.sun.jna.platform.win32.OpenGL32Util
-
Return a procedure function pointer
- wglMakeCurrent(WinDef.HDC, WinDef.HGLRC) - Method in interface com.sun.jna.platform.win32.OpenGL32
-
The wglMakeCurrent function makes a specified OpenGL rendering context the calling thread's current rendering
context.
- WH_KEYBOARD - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WH_KEYBOARD_LL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WH_MOUSE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WH_MOUSE_LL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- whenDisplayable(Component, Runnable) - Method in class com.sun.jna.platform.WindowUtils.NativeWindowUtils
-
Execute the given action when the given window becomes
displayable.
- WhenMapped - Static variable in interface com.sun.jna.platform.unix.X11
-
- wHour - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEMTIME
-
- WIDE_STRING - Static variable in class com.sun.jna.NativeString
-
- wIDLFlags - Variable in class com.sun.jna.platform.win32.OaIdl.IDLDESC
-
- width - Variable in class com.sun.jna.platform.unix.X11.XConfigureEvent
-
- width - Variable in class com.sun.jna.platform.unix.X11.XConfigureRequestEvent
-
- width - Variable in class com.sun.jna.platform.unix.X11.XCreateWindowEvent
-
- width - Variable in class com.sun.jna.platform.unix.X11.XExposeEvent
-
- width - Variable in class com.sun.jna.platform.unix.X11.XGraphicsExposeEvent
-
- width - Variable in class com.sun.jna.platform.unix.X11.XRectangle
-
- width - Variable in class com.sun.jna.platform.unix.X11.XResizeRequestEvent
-
- width - Variable in class com.sun.jna.platform.unix.X11.XSizeHints
-
- width - Variable in class com.sun.jna.platform.unix.X11.XWindowAttributes
-
- width_inc - Variable in class com.sun.jna.platform.unix.X11.XSizeHints
-
- Win32Exception - Exception in com.sun.jna.platform.win32
-
Win32 exception.
- Win32Exception(WinNT.HRESULT) - Constructor for exception com.sun.jna.platform.win32.Win32Exception
-
New Win32 exception from HRESULT.
- Win32Exception(int) - Constructor for exception com.sun.jna.platform.win32.Win32Exception
-
New Win32 exception from an error code, usually obtained from GetLastError.
- win_gravity - Variable in class com.sun.jna.platform.unix.X11.XSetWindowAttributes
-
- win_gravity - Variable in class com.sun.jna.platform.unix.X11.XSizeHints
-
- win_gravity - Variable in class com.sun.jna.platform.unix.X11.XWindowAttributes
-
- WinAccountAdministratorSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the account administrators group.
- WinAccountCertAdminsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the certificate administrators group.
- WinAccountComputersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the account computer group.
- WinAccountControllersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the account controller group.
- WinAccountDomainAdminsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the account domain administrator group.
- WinAccountDomainGuestsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the account domain guests group.
- WinAccountDomainUsersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the account domain users group.
- WinAccountEnterpriseAdminsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the enterprise administrators group.
- WinAccountGuestSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the account guest group.
- WinAccountKrbtgtSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches account Kerberos target group.
- WinAccountPolicyAdminsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the policy administrators group.
- WinAccountRasAndIasServersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the RAS and IAS server account.
- WinAccountReadonlyControllersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches a read-only enterprise domain
controller.
- WinAccountSchemaAdminsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the schema administrators group.
- WinAnonymousSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID for the anonymous account.
- WinAuthenticatedUserSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches any authenticated user.
- WinBase - Interface in com.sun.jna.platform.win32
-
Ported from Winbase.h (kernel32.dll/kernel services).
- WinBase.COMPUTER_NAME_FORMAT - Interface in com.sun.jna.platform.win32
-
Specifies a type of computer name to be retrieved by the GetComputerNameEx function
- WinBase.FE_EXPORT_FUNC - Interface in com.sun.jna.platform.win32
-
An application-defined callback function used with ReadEncryptedFileRaw.
- WinBase.FE_IMPORT_FUNC - Interface in com.sun.jna.platform.win32
-
An application-defined callback function used with WriteEncryptedFileRaw.
- WinBase.FILETIME - Class in com.sun.jna.platform.win32
-
The FILETIME structure is a 64-bit value representing the number of
100-nanosecond intervals since January 1, 1601 (UTC).
- WinBase.FILETIME.ByReference - Class in com.sun.jna.platform.win32
-
- WinBase.FOREIGN_THREAD_START_ROUTINE - Class in com.sun.jna.platform.win32
-
Represents a thread entry point in another process.
- WinBase.MEMORYSTATUSEX - Class in com.sun.jna.platform.win32
-
Contains information about the current state of both physical and virtual memory, including
extended memory.
- WinBase.OVERLAPPED - Class in com.sun.jna.platform.win32
-
The OVERLAPPED structure contains information used in
asynchronous (or overlapped) input and output (I/O).
- WinBase.PROCESS_INFORMATION - Class in com.sun.jna.platform.win32
-
Contains information about a newly created process and its primary
thread.
- WinBase.PROCESS_INFORMATION.ByReference - Class in com.sun.jna.platform.win32
-
- WinBase.SECURITY_ATTRIBUTES - Class in com.sun.jna.platform.win32
-
The SECURITY_ATTRIBUTES structure contains the security descriptor for an
object and specifies whether the handle retrieved by specifying this
structure is inheritable.
- WinBase.STARTUPINFO - Class in com.sun.jna.platform.win32
-
Specifies the window station, desktop, standard handles, and appearance of the main
window for a process at creation time.
- WinBase.SYSTEM_INFO - Class in com.sun.jna.platform.win32
-
Contains information about the current computer system.
- WinBase.SYSTEM_INFO.PI - Class in com.sun.jna.platform.win32
-
Unnamed inner structure.
- WinBase.SYSTEM_INFO.PI.ByReference - Class in com.sun.jna.platform.win32
-
- WinBase.SYSTEM_INFO.UNION - Class in com.sun.jna.platform.win32
-
Unnamed inner union.
- WinBase.SYSTEM_INFO.UNION.ByReference - Class in com.sun.jna.platform.win32
-
- WinBase.SYSTEMTIME - Class in com.sun.jna.platform.win32
-
Specifies a date and time, using individual members for the month,
day, year, weekday, hour, minute, second, and millisecond.
- WinBase.THREAD_START_ROUTINE - Interface in com.sun.jna.platform.win32
-
Represents a thread entry point local to this process, as a Callback.
- WinBase.TIME_ZONE_INFORMATION - Class in com.sun.jna.platform.win32
-
Specifies settings for a time zone.
- WinBatchSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID for a batch process.
- WinBuiltinAccountOperatorsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the account operators account.
- WinBuiltinAdministratorsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the administrator account.
- WinBuiltinAuthorizationAccessSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the Windows Authorization Access group.
- WinBuiltinBackupOperatorsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the backup operators group.
- WinBuiltinCryptoOperatorsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinBuiltinDCOMUsersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinBuiltinDomainSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the domain account.
- WinBuiltinEventLogReadersGroup - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the built-in DCOM certification services
access group.
- WinBuiltinGuestsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the guest account.
- WinBuiltinIncomingForestTrustBuildersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that allows a user to create incoming forest trusts.
- WinBuiltinIUsersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinBuiltinNetworkConfigurationOperatorsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the network operators group.
- WinBuiltinPerfLoggingUsersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the performance log user group.
- WinBuiltinPerfMonitoringUsersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the performance monitor user group.
- WinBuiltinPowerUsersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the power users group.
- WinBuiltinPreWindows2000CompatibleAccessSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches pre-Windows 2000 compatible accounts.
- WinBuiltinPrintOperatorsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the print operators group.
- WinBuiltinRemoteDesktopUsersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches remote desktop users.
- WinBuiltinReplicatorSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the replicator account.
- WinBuiltinSystemOperatorsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the system operators group.
- WinBuiltinTerminalServerLicenseServersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID is present in a server that can issue Terminal Server
licenses.
- WinBuiltinUsersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches built-in user accounts.
- WinCacheablePrincipalsGroupSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- Wincon - Interface in com.sun.jna.platform.win32
-
Ported from Wincon.h.
- WinCreatorGroupServerSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a creator group server SID.
- WinCreatorGroupSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the creator group of an object.
- WinCreatorOwnerRightsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinCreatorOwnerServerSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a creator owner server SID.
- WinCreatorOwnerSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the owner or creator of an object.
- WinCrypt - Interface in com.sun.jna.platform.win32
-
Ported from WinCrypt.h.
- WinCrypt.CRYPTPROTECT_PROMPTSTRUCT - Class in com.sun.jna.platform.win32
-
The CRYPTPROTECT_PROMPTSTRUCT structure provides the text of a prompt and
information about when and where that prompt is to be displayed when using
the CryptProtectData and CryptUnprotectData functions.
- WinCrypt.DATA_BLOB - Class in com.sun.jna.platform.win32
-
The CryptoAPI CRYPTOAPI_BLOB structure is used for an arbitrary array of bytes.
- WinDef - Interface in com.sun.jna.platform.win32
-
Ported from Windef.h (various macros and types).
- WinDef.ATOM - Class in com.sun.jna.platform.win32
-
16-bit unsigned integer.
- WinDef.BOOL - Class in com.sun.jna.platform.win32
-
The Class BOOL.
- WinDef.BOOLByReference - Class in com.sun.jna.platform.win32
-
The Class BOOLByReference.
- WinDef.BYTE - Class in com.sun.jna.platform.win32
-
The Class BYTE.
- WinDef.CHAR - Class in com.sun.jna.platform.win32
-
The Class CHAR.
- WinDef.CHARByReference - Class in com.sun.jna.platform.win32
-
The Class CHARByReference.
- WinDef.DWORD - Class in com.sun.jna.platform.win32
-
32-bit unsigned integer.
- WinDef.DWORDByReference - Class in com.sun.jna.platform.win32
-
The Class DWORDByReference.
- WinDef.DWORDLONG - Class in com.sun.jna.platform.win32
-
64-bit unsigned integer.
- WinDef.HBITMAP - Class in com.sun.jna.platform.win32
-
Handle to a bitmap.
- WinDef.HBRUSH - Class in com.sun.jna.platform.win32
-
Handle to a bitmap.
- WinDef.HCURSOR - Class in com.sun.jna.platform.win32
-
Handle to a cursor.
- WinDef.HDC - Class in com.sun.jna.platform.win32
-
Handle to a device context (DC).
- WinDef.HFONT - Class in com.sun.jna.platform.win32
-
Handle to a font.
- WinDef.HGLRC - Class in com.sun.jna.platform.win32
-
handle to an OpenGL rendering context
- WinDef.HGLRCByReference - Class in com.sun.jna.platform.win32
-
handle to an OpenGL rendering context
- WinDef.HICON - Class in com.sun.jna.platform.win32
-
Handle to an icon.
- WinDef.HINSTANCE - Class in com.sun.jna.platform.win32
-
Handle to an instance.
- WinDef.HMENU - Class in com.sun.jna.platform.win32
-
Handle to a cursor.
- WinDef.HMODULE - Class in com.sun.jna.platform.win32
-
Handle to a module.
- WinDef.HPALETTE - Class in com.sun.jna.platform.win32
-
Handle to a palette.
- WinDef.HPEN - Class in com.sun.jna.platform.win32
-
Handle to a pen.
- WinDef.HRGN - Class in com.sun.jna.platform.win32
-
Handle to a region.
- WinDef.HRSRC - Class in com.sun.jna.platform.win32
-
Handle to a resource.
- WinDef.HWND - Class in com.sun.jna.platform.win32
-
Handle to a window.
- WinDef.INT_PTR - Class in com.sun.jna.platform.win32
-
Integer type big enough for a pointer.
- WinDef.LCID - Class in com.sun.jna.platform.win32
-
The Class LCID.
- WinDef.LONG - Class in com.sun.jna.platform.win32
-
The Class LONG.
- WinDef.LONGByReference - Class in com.sun.jna.platform.win32
-
The Class LONGByReference.
- WinDef.LONGLONG - Class in com.sun.jna.platform.win32
-
The Class LONGLONG.
- WinDef.LONGLONGByReference - Class in com.sun.jna.platform.win32
-
The Class LONGLONGByReference.
- WinDef.LPARAM - Class in com.sun.jna.platform.win32
-
Message parameter.
- WinDef.LPVOID - Class in com.sun.jna.platform.win32
-
LPVOID is simply a Windows API typedef for void* - to pointer to any type so to speak.
- WinDef.LRESULT - Class in com.sun.jna.platform.win32
-
Signed result of message processing.
- WinDef.POINT - Class in com.sun.jna.platform.win32
-
The Class POINT.
- WinDef.POINT.ByReference - Class in com.sun.jna.platform.win32
-
The Class ByReference.
- WinDef.PVOID - Class in com.sun.jna.platform.win32
-
The Class PVOID.
- WinDef.RECT - Class in com.sun.jna.platform.win32
-
The Class RECT.
- WinDef.SCODE - Class in com.sun.jna.platform.win32
-
The Class SCODE.
- WinDef.SCODEByReference - Class in com.sun.jna.platform.win32
-
The Class SCODEByReference.
- WinDef.SHORT - Class in com.sun.jna.platform.win32
-
16-bit short.
- WinDef.UCHAR - Class in com.sun.jna.platform.win32
-
The Class UCHAR.
- WinDef.UINT - Class in com.sun.jna.platform.win32
-
32-bit unsigned int.
- WinDef.UINT_PTR - Class in com.sun.jna.platform.win32
-
Unsigned INT_PTR.
- WinDef.UINTByReference - Class in com.sun.jna.platform.win32
-
The Class UINTByReference.
- WinDef.ULONG - Class in com.sun.jna.platform.win32
-
32-bit unsigned integer.
- WinDef.ULONGByReference - Class in com.sun.jna.platform.win32
-
The Class ULONGByReference.
- WinDef.ULONGLONG - Class in com.sun.jna.platform.win32
-
The Class ULONGLONG.
- WinDef.ULONGLONGByReference - Class in com.sun.jna.platform.win32
-
The Class ULONGLONGByReference.
- WinDef.USHORT - Class in com.sun.jna.platform.win32
-
16-bit unsigned short.
- WinDef.USHORTByReference - Class in com.sun.jna.platform.win32
-
The Class USHORTByReference.
- WinDef.WORD - Class in com.sun.jna.platform.win32
-
16-bit unsigned integer.
- WinDef.WORDByReference - Class in com.sun.jna.platform.win32
-
The Class WORDByReference.
- WinDef.WPARAM - Class in com.sun.jna.platform.win32
-
Message parameter.
- WinDialupSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID for a dial-up account.
- WinDigestAuthenticationSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID present when the Microsoft Digest authentication
package authenticated the client.
- WINDING - Static variable in interface com.sun.jna.platform.win32.WinGDI
-
- WindingRule - Static variable in interface com.sun.jna.platform.unix.X11
-
- Window() - Constructor for class com.sun.jna.platform.unix.X11.Window
-
- Window(long) - Constructor for class com.sun.jna.platform.unix.X11.Window
-
- window - Variable in class com.sun.jna.platform.unix.X11.XAnyEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XButtonEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XCirculateEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XCirculateRequestEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XClientMessageEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XColormapEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XConfigureEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XConfigureRequestEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XCreateWindowEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XCrossingEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XDestroyWindowEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XExposeEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XFocusChangeEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XGravityEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XKeyEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XKeymapEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XMapEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XMappingEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XMapRequestEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XMotionEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XPropertyEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XReparentEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XResizeRequestEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XSelectionClearEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XUnmapEvent
-
- window - Variable in class com.sun.jna.platform.unix.X11.XVisibilityEvent
-
- window_group - Variable in class com.sun.jna.platform.unix.X11.XWMHints
-
- WindowByReference() - Constructor for class com.sun.jna.platform.unix.X11.WindowByReference
-
- WINDOWINFO() - Constructor for class com.sun.jna.platform.win32.WinUser.WINDOWINFO
-
- windowOpened(WindowEvent) - Method in class com.sun.jna.platform.WindowUtils.RepaintTrigger.Listener
-
- WINDOWPLACEMENT() - Constructor for class com.sun.jna.platform.win32.WinUser.WINDOWPLACEMENT
-
- WINDOWS - Static variable in class com.sun.jna.Platform
-
- WINDOWSCE - Static variable in class com.sun.jna.Platform
-
- WindowUtils - Class in com.sun.jna.platform
-
Provides additional features on a Java
Window
.
- WindowUtils() - Constructor for class com.sun.jna.platform.WindowUtils
-
- WindowUtils.NativeWindowUtils - Class in com.sun.jna.platform
-
Window utilities with differing native implementations.
- WindowUtils.NativeWindowUtils.TransparentContentPane - Class in com.sun.jna.platform
-
- WindowUtils.RepaintTrigger - Class in com.sun.jna.platform
-
This can be installed over a
JLayeredPane
in order to
listen for repaint requests.
- WindowUtils.RepaintTrigger.Listener - Class in com.sun.jna.platform
-
- WinEnterpriseControllersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID for an enterprise controller.
- WinEnterpriseReadonlyControllersSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinError - Interface in com.sun.jna.platform.win32
-
Error code definitions for the Win32 API functions.
- WinGDI - Interface in com.sun.jna.platform.win32
-
Ported from WinGDI.h.
- WinGDI.BITMAP - Class in com.sun.jna.platform.win32
-
- WinGDI.BITMAPINFO - Class in com.sun.jna.platform.win32
-
- WinGDI.BITMAPINFOHEADER - Class in com.sun.jna.platform.win32
-
- WinGDI.DIBSECTION - Class in com.sun.jna.platform.win32
-
- WinGDI.ICONINFO - Class in com.sun.jna.platform.win32
-
- WinGDI.PIXELFORMATDESCRIPTOR - Class in com.sun.jna.platform.win32
-
The PIXELFORMATDESCRIPTOR structure describes the pixel format of a drawing surface.
- WinGDI.PIXELFORMATDESCRIPTOR.ByReference - Class in com.sun.jna.platform.win32
-
- WinGDI.RGBQUAD - Class in com.sun.jna.platform.win32
-
- WinGDI.RGNDATA - Class in com.sun.jna.platform.win32
-
- WinGDI.RGNDATAHEADER - Class in com.sun.jna.platform.win32
-
- WinHighLabelSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinInteractiveSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID for an interactive account.
- Winioctl - Interface in com.sun.jna.platform.win32
-
Interface for the Winioctl.h header file.
- Winioctl.STORAGE_DEVICE_NUMBER - Class in com.sun.jna.platform.win32
-
Contains information about a device.
- Winioctl.STORAGE_DEVICE_NUMBER.ByReference - Class in com.sun.jna.platform.win32
-
- WinIUserSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinLocalServiceSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches a local service.
- WinLocalSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a local SID.
- WinLocalSystemSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches the local system.
- WinLogonIdsSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches logon IDs.
- WinLowLabelSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinMediumLabelSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinNetworkServiceSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches a network service.
- WinNetworkSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID for a network account.
- WinNonCacheablePrincipalsGroupSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinNT - Interface in com.sun.jna.platform.win32
-
This module defines the 32-Bit Windows types and constants that are defined
by NT, but exposed through the Win32 API.
- WinNT.ACCESS_ACEStructure - Class in com.sun.jna.platform.win32
-
ACCESS_ALLOWED_ACE and ACCESS_DENIED_ACE have the same structure layout
- WinNT.ACCESS_ALLOWED_ACE - Class in com.sun.jna.platform.win32
-
- WinNT.ACCESS_DENIED_ACE - Class in com.sun.jna.platform.win32
-
- WinNT.ACE_HEADER - Class in com.sun.jna.platform.win32
-
- WinNT.ACEStructure - Class in com.sun.jna.platform.win32
-
- WinNT.ACL - Class in com.sun.jna.platform.win32
-
- WinNT.CACHE_DESCRIPTOR - Class in com.sun.jna.platform.win32
-
Describes the cache attributes.
- WinNT.EVENTLOGRECORD - Class in com.sun.jna.platform.win32
-
The EVENTLOGRECORD structure contains information about an event record
returned by the ReadEventLog function.
- WinNT.FILE_NOTIFY_INFORMATION - Class in com.sun.jna.platform.win32
-
The FILE_NOTIFY_INFORMATION structure describes the changes found by the
ReadDirectoryChangesW function.
- WinNT.GENERIC_MAPPING - Class in com.sun.jna.platform.win32
-
Defines the mapping of generic access rights to specific and standard access rights for an object
- WinNT.GENERIC_MAPPING.ByReference - Class in com.sun.jna.platform.win32
-
- WinNT.HANDLE - Class in com.sun.jna.platform.win32
-
Handle to an object.
- WinNT.HANDLEByReference - Class in com.sun.jna.platform.win32
-
LPHANDLE
- WinNT.HRESULT - Class in com.sun.jna.platform.win32
-
Return code used by interfaces.
- WinNT.LARGE_INTEGER - Class in com.sun.jna.platform.win32
-
A 64-bit integer;
- WinNT.LARGE_INTEGER.ByReference - Class in com.sun.jna.platform.win32
-
- WinNT.LARGE_INTEGER.LowHigh - Class in com.sun.jna.platform.win32
-
- WinNT.LARGE_INTEGER.UNION - Class in com.sun.jna.platform.win32
-
- WinNT.LOGICAL_PROCESSOR_RELATIONSHIP - Interface in com.sun.jna.platform.win32
-
- WinNT.LUID - Class in com.sun.jna.platform.win32
-
A 64-bit value that is guaranteed to be unique on the operating system
that generated it until the system is restarted.
- WinNT.LUID_AND_ATTRIBUTES - Class in com.sun.jna.platform.win32
-
The LUID_AND_ATTRIBUTES structure represents a locally unique identifier
(LUID) and its attributes.
- WinNT.MEMORY_BASIC_INFORMATION - Class in com.sun.jna.platform.win32
-
- WinNT.OSVERSIONINFO - Class in com.sun.jna.platform.win32
-
The OSVERSIONINFO data structure contains operating system version
information.
- WinNT.OSVERSIONINFOEX - Class in com.sun.jna.platform.win32
-
Contains operating system version information.
- WinNT.OVERLAPPED_COMPLETION_ROUTINE - Interface in com.sun.jna.platform.win32
-
- WinNT.PRIVILEGE_SET - Class in com.sun.jna.platform.win32
-
Specifies a set of privileges.
- WinNT.PROCESSOR_CACHE_TYPE - Class in com.sun.jna.platform.win32
-
- WinNT.PSID - Class in com.sun.jna.platform.win32
-
- WinNT.PSID.ByReference - Class in com.sun.jna.platform.win32
-
- WinNT.PSIDByReference - Class in com.sun.jna.platform.win32
-
- WinNT.SECURITY_DESCRIPTOR - Class in com.sun.jna.platform.win32
-
- WinNT.SECURITY_DESCRIPTOR.ByReference - Class in com.sun.jna.platform.win32
-
- WinNT.SECURITY_DESCRIPTOR_RELATIVE - Class in com.sun.jna.platform.win32
-
- WinNT.SECURITY_DESCRIPTOR_RELATIVE.ByReference - Class in com.sun.jna.platform.win32
-
- WinNT.SECURITY_IMPERSONATION_LEVEL - Class in com.sun.jna.platform.win32
-
The SECURITY_IMPERSONATION_LEVEL enumeration type contains values that
specify security impersonation levels.
- WinNT.SID_AND_ATTRIBUTES - Class in com.sun.jna.platform.win32
-
The SID_AND_ATTRIBUTES structure represents a security identifier (SID)
and its attributes.
- WinNT.SID_NAME_USE - Class in com.sun.jna.platform.win32
-
The SID_NAME_USE enumeration type contains values that specify the type
of a security identifier (SID).
- WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION - Class in com.sun.jna.platform.win32
-
Describes the relationship between the specified processor set.
- WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousStructNumaNode - Class in com.sun.jna.platform.win32
-
- WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousStructProcessorCore - Class in com.sun.jna.platform.win32
-
- WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION.AnonymousUnionPayload - Class in com.sun.jna.platform.win32
-
- WinNT.TOKEN_GROUPS - Class in com.sun.jna.platform.win32
-
The TOKEN_GROUPS structure contains information about the group security
identifiers (SIDs) in an access token.
- WinNT.TOKEN_INFORMATION_CLASS - Class in com.sun.jna.platform.win32
-
The TOKEN_INFORMATION_CLASS enumeration type contains values that specify
the type of information being assigned to or retrieved from an access
token.
- WinNT.TOKEN_OWNER - Class in com.sun.jna.platform.win32
-
The TOKEN_OWNER structure contains the default owner security identifier
(SID) that will be applied to newly created objects.
- WinNT.TOKEN_PRIVILEGES - Class in com.sun.jna.platform.win32
-
The TOKEN_PRIVILEGES structure contains information about a set of
privileges for an access token.
- WinNT.TOKEN_TYPE - Class in com.sun.jna.platform.win32
-
The TOKEN_TYPE enumeration type contains values that differentiate
between a primary token and an impersonation token.
- WinNT.TOKEN_USER - Class in com.sun.jna.platform.win32
-
The TOKEN_USER structure identifies the user associated with an access
token.
- WinNT.WELL_KNOWN_SID_TYPE - Class in com.sun.jna.platform.win32
-
The WELL_KNOWN_SID_TYPE enumeration type is a list of commonly used
security identifiers (SIDs).
- WinNtAuthoritySid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID for the Windows NT authority.
- WinNTLMAuthenticationSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID present when the Microsoft NTLM authentication
package authenticated the client.
- WinNullSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a null SID.
- WinOtherOrganizationSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID present when the user authenticated across a forest
with the selective authentication option enabled.
- WinPerf - Interface in com.sun.jna.platform.win32
-
Various performance counters structures and definitions
- WinPerf.PERF_DATA_BLOCK - Class in com.sun.jna.platform.win32
-
Describes the performance data block that you queried
- WinPerf.PERF_INSTANCE_DEFINITION - Class in com.sun.jna.platform.win32
-
Describes an instance of a performance object
- WinProxySid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a proxy SID.
- WinRas - Interface in com.sun.jna.platform.win32
-
Definitions for RASAPI32
- WinRas.RAS_STATS - Class in com.sun.jna.platform.win32
-
The RAS_STATS structure stores the statistics for a single-link RAS connection, or for one of the links in a multilink RAS connection.
- WinRas.RASCONN - Class in com.sun.jna.platform.win32
-
The RASCONN structure provides information about a remote access connection.
- WinRas.RASCONN.ByReference - Class in com.sun.jna.platform.win32
-
- WinRas.RASCONNSTATUS - Class in com.sun.jna.platform.win32
-
The RASCONNSTATUS structure describes the current status of a remote access connection.
- WinRas.RASCREDENTIALS - Class in com.sun.jna.platform.win32
-
The RASCREDENTIALS structure is used with the RasGetCredentials and RasSetCredentials functions to specify the user credentials associated with a RAS phone-book entry.
- WinRas.RASCREDENTIALS.ByReference - Class in com.sun.jna.platform.win32
-
- WinRas.RASDEVSPECIFICINFO - Class in com.sun.jna.platform.win32
-
The RASDEVSPECIFICINFO structure is used to send a cookie for server validation and bypass
point-to-point (PPP) authentication.
- WinRas.RASDIALEXTENSIONS - Class in com.sun.jna.platform.win32
-
The RASDIALEXTENSIONS structure contains information about extended features of the RasDial function.
- WinRas.RASDIALEXTENSIONS.ByReference - Class in com.sun.jna.platform.win32
-
- WinRas.RasDialFunc2 - Interface in com.sun.jna.platform.win32
-
The asynchronous dial calback interface
- WinRas.RASDIALPARAMS - Class in com.sun.jna.platform.win32
-
The RASDIALPARAMS structure contains parameters that are used by RasDial to establish a remote access connection.
- WinRas.RASDIALPARAMS.ByReference - Class in com.sun.jna.platform.win32
-
- WinRas.RASEAPINFO - Class in com.sun.jna.platform.win32
-
The RASEAPINFO structure contains user-specific Extensible Authentication Protocol (EAP) information.
- WinRas.RASENTRY - Class in com.sun.jna.platform.win32
-
The RASENTRY structure describes a phone-book entry.
- WinRas.RASENTRY.ByReference - Class in com.sun.jna.platform.win32
-
- WinRas.RASIPADDR - Class in com.sun.jna.platform.win32
-
The RASIPADDR structure contains an IP address of the form "a.b.c.d".
- WinRas.RASIPV4ADDR - Class in com.sun.jna.platform.win32
-
This RASTUNNELENDPOINT structure is used to define the end-point of a virtual private network (VPN) tunnel.
- WinRas.RASIPV6ADDR - Class in com.sun.jna.platform.win32
-
This RASTUNNELENDPOINT structure is used to define the end-point of a virtual private network (VPN) tunnel.
- WinRas.RASPPPIP - Class in com.sun.jna.platform.win32
-
The RASPPPIP structure contains the result of a PPP IP projection operation.
- WinRas.RASPPPIP.ByReference - Class in com.sun.jna.platform.win32
-
- WinRas.RASTUNNELENDPOINT - Class in com.sun.jna.platform.win32
-
This RASTUNNELENDPOINT structure is used to define the end-point of a virtual private network (VPN) tunnel.
- WinRas.RASTUNNELENDPOINT.UNION - Class in com.sun.jna.platform.win32
-
- WinRas.RASTUNNELENDPOINT.UNION.ByReference - Class in com.sun.jna.platform.win32
-
- WinReg - Interface in com.sun.jna.platform.win32
-
This module contains the function prototypes and constant, type and structure
definitions for the Windows 32-Bit Registry API.
- WinReg.HKEY - Class in com.sun.jna.platform.win32
-
- WinReg.HKEYByReference - Class in com.sun.jna.platform.win32
-
- WinRemoteLogonIdSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches remote logons.
- WinRestrictedCodeSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID for restricted code.
- WinSChannelAuthenticationSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID present when the Secure Channel (SSL/TLS)
authentication package authenticated the client.
- WinSelfSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID for self.
- WinServiceSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID for a service.
- Winspool - Interface in com.sun.jna.platform.win32
-
Ported from Winspool.h.
- Winspool.JOB_INFO_1 - Class in com.sun.jna.platform.win32
-
- Winspool.LPPRINTER_DEFAULTS - Class in com.sun.jna.platform.win32
-
- Winspool.PRINTER_INFO_1 - Class in com.sun.jna.platform.win32
-
- Winspool.PRINTER_INFO_4 - Class in com.sun.jna.platform.win32
-
- WinspoolUtil - Class in com.sun.jna.platform.win32
-
Winspool Utility API.
- WinspoolUtil() - Constructor for class com.sun.jna.platform.win32.WinspoolUtil
-
- Winsvc - Interface in com.sun.jna.platform.win32
-
This module defines the 32-Bit Windows types and constants that are defined
by NT, but exposed through the Win32 API.
- Winsvc.SC_HANDLE - Class in com.sun.jna.platform.win32
-
- Winsvc.SC_STATUS_TYPE - Class in com.sun.jna.platform.win32
-
The SC_STATUS_TYPE enumeration type contains values
- Winsvc.SERVICE_STATUS - Class in com.sun.jna.platform.win32
-
Contains status information for a service.
- Winsvc.SERVICE_STATUS_PROCESS - Class in com.sun.jna.platform.win32
-
Contains process status information for a service.
- WinSystemLabelSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinTerminalServerSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches a terminal server account.
- WinThisOrganizationSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID present when the user authenticated from within the
forest or across a trust that does not have the selective
authentication option enabled.
- WinUntrustedLabelSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- WinUser - Interface in com.sun.jna.platform.win32
-
Ported from WinUser.h Microsoft Windows SDK 6.0A.
- WinUser.BLENDFUNCTION - Class in com.sun.jna.platform.win32
-
- WinUser.FLASHWINFO - Class in com.sun.jna.platform.win32
-
- WinUser.GUITHREADINFO - Class in com.sun.jna.platform.win32
-
- WinUser.HARDWAREINPUT - Class in com.sun.jna.platform.win32
-
Contains information about a simulated message generated by an input
device other than a keyboard or mouse.
- WinUser.HARDWAREINPUT.ByReference - Class in com.sun.jna.platform.win32
-
- WinUser.HDEVNOTIFY - Class in com.sun.jna.platform.win32
-
- WinUser.HHOOK - Class in com.sun.jna.platform.win32
-
- WinUser.HMONITOR - Class in com.sun.jna.platform.win32
-
Each physical display is represented by a monitor handle of type HMONITOR.
- WinUser.HOOKPROC - Interface in com.sun.jna.platform.win32
-
- WinUser.INPUT - Class in com.sun.jna.platform.win32
-
Used by SendInput to store information for synthesizing input events such
as keystrokes, mouse movement, and mouse clicks.
- WinUser.INPUT.ByReference - Class in com.sun.jna.platform.win32
-
- WinUser.INPUT.INPUT_UNION - Class in com.sun.jna.platform.win32
-
- WinUser.KBDLLHOOKSTRUCT - Class in com.sun.jna.platform.win32
-
- WinUser.KEYBDINPUT - Class in com.sun.jna.platform.win32
-
Contains information about a simulated keyboard event.
- WinUser.KEYBDINPUT.ByReference - Class in com.sun.jna.platform.win32
-
- WinUser.LASTINPUTINFO - Class in com.sun.jna.platform.win32
-
Contains the time of the last input.
- WinUser.LowLevelKeyboardProc - Interface in com.sun.jna.platform.win32
-
- WinUser.MONITORENUMPROC - Interface in com.sun.jna.platform.win32
-
- WinUser.MONITORINFO - Class in com.sun.jna.platform.win32
-
The MONITORINFO structure contains information about a display monitor.
- WinUser.MONITORINFOEX - Class in com.sun.jna.platform.win32
-
The MONITORINFOEX structure contains information about a display monitor.
- WinUser.MOUSEINPUT - Class in com.sun.jna.platform.win32
-
Contains information about a simulated mouse event.
- WinUser.MOUSEINPUT.ByReference - Class in com.sun.jna.platform.win32
-
- WinUser.MSG - Class in com.sun.jna.platform.win32
-
- WinUser.RAWINPUTDEVICELIST - Class in com.sun.jna.platform.win32
-
Contains information about a raw input device.
- WinUser.SIZE - Class in com.sun.jna.platform.win32
-
Specifies the width and height of a rectangle.
- WinUser.WINDOWINFO - Class in com.sun.jna.platform.win32
-
- WinUser.WINDOWPLACEMENT - Class in com.sun.jna.platform.win32
-
Contains information about the placement of a window on the screen.
- WinUser.WindowProc - Interface in com.sun.jna.platform.win32
-
An application-defined function that processes messages sent to a window.
- WinUser.WNDCLASSEX - Class in com.sun.jna.platform.win32
-
Contains window class information.
- WinUser.WNDCLASSEX.ByReference - Class in com.sun.jna.platform.win32
-
The Class ByReference.
- WinUser.WNDENUMPROC - Interface in com.sun.jna.platform.win32
-
- WinWorldSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
Indicates a SID that matches everyone.
- WinWriteRestrictedCodeSid - Static variable in class com.sun.jna.platform.win32.WinNT.WELL_KNOWN_SID_TYPE
-
- wire_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics
-
- wire_count - Variable in class com.sun.jna.platform.mac.SystemB.VMStatistics64
-
- wLibFlags - Variable in class com.sun.jna.platform.win32.OaIdl.TLIBATTR
-
- WM_CHAR - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Posted to the window with the keyboard focus when a WM_KEYDOWN message is
translated by the TranslateMessage function.
- WM_CLOSE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Sent as a signal that a window or an application should terminate.
- WM_CREATE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WM_DESTROY - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WM_DEVICECHANGE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WM_DRAWITEM - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Sent to the parent window of an owner-drawn button, combo box, list box,
or menu when a visual aspect of the button, combo box, list box, or menu
has changed.
- WM_GETICON - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Sent to a window to retrieve a handle to the large or small icon
associated with a window.
- WM_HOTKEY - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Posted when the user presses a hot key registered by the RegisterHotKey
function.
- WM_KEYDOWN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Posted to the window with the keyboard focus when a nonsystem key is
pressed.
- WM_KEYUP - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WM_MDIMAXIMIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
An application sends the WM_MDIMAXIMIZE message to a multiple-document
interface (MDI) client window to maximize an MDI child window.
- WM_PAINT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The WM_PAINT message is sent when the system or another application makes
a request to paint a portion of an \ application's window.
- WM_QUIT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Indicates a request to terminate an application, and is generated when
the application calls the PostQuitMessage function.
- WM_SESSION_CHANGE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WM_SHOWWINDOW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Sent to a window when the window is about to be hidden or shown.
- WM_SIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WM_SYSCOMMAND - Static variable in interface com.sun.jna.platform.win32.WinUser
-
A window receives this message when the user chooses a command from the
Window menu (formerly known as the system or control menu) or when the
user chooses the maximize button, minimize button, restore button, or
close button.
- WM_SYSKEYDOWN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WM_SYSKEYUP - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- wMajorVerNum - Variable in class com.sun.jna.platform.win32.OaIdl.TLIBATTR
-
- wMajorVerNum - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- wMilliseconds - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEMTIME
-
- wMinorVerNum - Variable in class com.sun.jna.platform.win32.OaIdl.TLIBATTR
-
- wMinorVerNum - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- wMinute - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEMTIME
-
- wMonth - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEMTIME
-
- WNDCLASSEX() - Constructor for class com.sun.jna.platform.win32.WinUser.WNDCLASSEX
-
Instantiates a new wndclassex.
- WNDCLASSEX(Pointer) - Constructor for class com.sun.jna.platform.win32.WinUser.WNDCLASSEX
-
Instantiates a new wndclassex.
- WORD() - Constructor for class com.sun.jna.platform.win32.WinDef.WORD
-
Instantiates a new word.
- WORD(long) - Constructor for class com.sun.jna.platform.win32.WinDef.WORD
-
Instantiates a new word.
- WORDByReference() - Constructor for class com.sun.jna.platform.win32.WinDef.WORDByReference
-
Instantiates a new WORD by reference.
- WORDByReference(WinDef.WORD) - Constructor for class com.sun.jna.platform.win32.WinDef.WORDByReference
-
Instantiates a new WORD by reference.
- WPARAM() - Constructor for class com.sun.jna.platform.win32.WinDef.WPARAM
-
Instantiates a new wparam.
- WPARAM(long) - Constructor for class com.sun.jna.platform.win32.WinDef.WPARAM
-
Instantiates a new wparam.
- wParam - Variable in class com.sun.jna.platform.win32.WinUser.MSG
-
- wParamFlags - Variable in class com.sun.jna.platform.win32.OaIdl.PARAMDESC
-
- wParamH - Variable in class com.sun.jna.platform.win32.WinUser.HARDWAREINPUT
-
- wParamL - Variable in class com.sun.jna.platform.win32.WinUser.HARDWAREINPUT
-
- WPF_ASYNCWINDOWPLACEMENT - Static variable in class com.sun.jna.platform.win32.WinUser.WINDOWPLACEMENT
-
If the calling thread and the thread that owns the window are attached to different input
queues, the system posts the request to the thread that owns the window.
- WPF_RESTORETOMAXIMIZED - Static variable in class com.sun.jna.platform.win32.WinUser.WINDOWPLACEMENT
-
The restored window will be maximized, regardless of whether it was maximized before it
was minimized.
- WPF_SETMINPOSITION - Static variable in class com.sun.jna.platform.win32.WinUser.WINDOWPLACEMENT
-
The coordinates of the minimized window may be specified.
- wProcessorArchitecture - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO.PI
-
System's processor architecture.
- wProcessorLevel - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
System's architecture-dependent processor level.
- wProcessorRevision - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
-
Architecture-dependent processor revision.
- wProductType - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
Any additional information about the system.
- wReserved - Variable in class com.sun.jna.platform.win32.OaIdl.DECIMAL
-
- wReserved - Variable in class com.sun.jna.platform.win32.OaIdl.EXCEPINFO
-
The w reserved.
- wReserved - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEM_INFO.PI
-
Reserved for future use.
- wReserved - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
Reserved for future use.
- wReserved1 - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT
-
- wReserved2 - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT
-
- wReserved3 - Variable in class com.sun.jna.platform.win32.Variant.VARIANT._VARIANT
-
- write(long, byte[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, short[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, char[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, int[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, long[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, float[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, double[], int, int) - Method in class com.sun.jna.Memory
-
Indirect the native pointer to malloc
space, a la
Pointer.write
.
- write(long, byte[], int, int) - Static method in class com.sun.jna.Native
-
- write(long, short[], int, int) - Static method in class com.sun.jna.Native
-
- write(long, char[], int, int) - Static method in class com.sun.jna.Native
-
- write(long, int[], int, int) - Static method in class com.sun.jna.Native
-
- write(long, long[], int, int) - Static method in class com.sun.jna.Native
-
- write(long, float[], int, int) - Static method in class com.sun.jna.Native
-
- write(long, double[], int, int) - Static method in class com.sun.jna.Native
-
- write(long, byte[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, short[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, char[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, int[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, long[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, float[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, double[], int, int) - Method in class com.sun.jna.Pointer
-
Indirect the native pointer, copying into memory pointed to by
native pointer, from the specified array.
- write(long, Pointer[], int, int) - Method in class com.sun.jna.Pointer
-
Write the given array of Pointer to native memory.
- write() - Method in class com.sun.jna.Structure
-
Writes the fields of the struct to native memory
- WRITE_DAC - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- WRITE_OWNER - Static variable in interface com.sun.jna.platform.win32.WinNT
-
- writeConverter - Variable in class com.sun.jna.Structure.StructField
-
- WriteEncryptedFileRaw(WinBase.FE_IMPORT_FUNC, Pointer, Pointer) - Method in interface com.sun.jna.platform.win32.Advapi32
-
Restores (import) encrypted files.
- writeField(String) - Method in class com.sun.jna.Structure
-
Write the given field to native memory.
- writeField(String, Object) - Method in class com.sun.jna.Structure
-
Write the given field value to the field and native memory.
- writeField(Structure.StructField) - Method in class com.sun.jna.Structure
-
- writeField(String) - Method in class com.sun.jna.Union
-
Write the given field value to native memory.
- writeField(String, Object) - Method in class com.sun.jna.Union
-
Write the given field value to the field and native memory.
- writeField(Structure.StructField) - Method in class com.sun.jna.Union
-
Only the currently selected field will be written.
- writeFieldsToMemory() - Method in class com.sun.jna.platform.win32.Guid.GUID
-
Write fields to backing memory.
- WriteFile(WinNT.HANDLE, byte[], int, IntByReference, WinBase.OVERLAPPED) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Writes data to the specified file or input/output (I/O) device.
- WritePrivateProfileSection(String, String, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
- writePrivateProfileSection(String, String[], String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- WritePrivateProfileString(String, String, String, String) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Copies a string into the specified section of an initialization file.
- writePrivateProfileString(String, String, String, String) - Static method in class com.sun.jna.platform.win32.Kernel32Util
-
- WriteProcessMemory(WinNT.HANDLE, Pointer, Pointer, int, IntByReference) - Method in interface com.sun.jna.platform.win32.Kernel32
-
Writes data to an area of memory in a specified process.
- wRPCID - Variable in class com.sun.jna.platform.win32.Sspi.SecPkgInfo
-
Specifies a DCE RPC identifier, if appropriate.
- WS_BORDER - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window has a thin-line border.
- WS_CAPTION - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window has a title bar (includes the WS_BORDER style).
- WS_CHILD - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is a child window.
- WS_CHILDWINDOW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Same as the WS_CHILD style.
- WS_CLIPCHILDREN - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Excludes the area occupied by child windows when drawing occurs within
the parent window.
- WS_CLIPSIBLINGS - Static variable in interface com.sun.jna.platform.win32.WinUser
-
Clips child windows relative to each other; that is, when a particular
child window receives a WM_PAINT message, the WS_CLIPSIBLINGS style clips
all other overlapping child windows out of the region of the child window
to be updated.
- WS_DISABLED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is initially disabled.
- WS_DLGFRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window has a border of a style typically used with dialog boxes.
- WS_EX_COMPOSITED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WS_EX_LAYERED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WS_EX_TOPMOST - Static variable in interface com.sun.jna.platform.win32.User32
-
The ws ex topmost.
- WS_EX_TRANSPARENT - Static variable in interface com.sun.jna.platform.win32.WinUser
-
- WS_GROUP - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is the first control of a group of controls.
- WS_HSCROLL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window has a horizontal scroll bar.
- WS_ICONIC - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is initially minimized.
- WS_MAXIMIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is initially maximized.
- WS_MAXIMIZEBOX - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window has a maximize button.
- WS_MINIMIZE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is initially minimized.
- WS_MINIMIZEBOX - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window has a minimize button.
- WS_OVERLAPPED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window style overlapped.
- WS_OVERLAPPEDWINDOW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is an overlapped window.
- WS_POPUP - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The windows is a pop-up window.
- WS_POPUPWINDOW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is a pop-up window.
- WS_SIZEBOX - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window has a sizing border.
- WS_SYSMENU - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window has a window menu on its title bar.
- WS_TABSTOP - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is a control that can receive the keyboard focus when the
user presses the TAB key.
- WS_THICKFRAME - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window has a sizing border.
- WS_TILED - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is an overlapped window.
- WS_TILEDWINDOW - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is an overlapped window.
- WS_VISIBLE - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window is initially visible.
- WS_VSCROLL - Static variable in interface com.sun.jna.platform.win32.WinUser
-
The window has a vertical scroll bar.
- WSA_E_CANCELLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_E_NO_MORE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_ADMISSION_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_BAD_OBJECT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_BAD_STYLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EFILTERCOUNT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EFILTERSTYLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EFILTERTYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EFLOWCOUNT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EFLOWDESC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EFLOWSPEC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EOBJLENGTH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EPOLICYOBJ - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EPROVSPECBUF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EPSFILTERSPEC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EPSFLOWSPEC - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_ESDMODEOBJ - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_ESERVICETYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_ESHAPERATEOBJ - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_EUNKOWNPSOBJ - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_GENERIC_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_NO_RECEIVERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_NO_SENDERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_POLICY_FAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_RECEIVERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_REQUEST_CONFIRMED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_RESERVED_PETYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_SENDERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSA_QOS_TRAFFIC_CTRL_ERROR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSABASEERR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEACCES - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEADDRINUSE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEADDRNOTAVAIL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEAFNOSUPPORT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEALREADY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEBADF - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAECANCELLED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAECONNABORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAECONNREFUSED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAECONNRESET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEDESTADDRREQ - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEDISCON - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEDQUOT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEFAULT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEHOSTDOWN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEHOSTUNREACH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEINPROGRESS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEINTR - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEINVAL - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEINVALIDPROCTABLE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEINVALIDPROVIDER - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEISCONN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAELOOP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEMFILE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEMSGSIZE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAENAMETOOLONG - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAENETDOWN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAENETRESET - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAENETUNREACH - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAENOBUFS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAENOMORE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAENOPROTOOPT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAENOTCONN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAENOTEMPTY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAENOTSOCK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEOPNOTSUPP - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEPFNOSUPPORT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEPROCLIM - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEPROTONOSUPPORT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEPROTOTYPE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEPROVIDERFAILEDINIT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEREFUSED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEREMOTE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAESHUTDOWN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAESOCKTNOSUPPORT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAESTALE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAETIMEDOUT - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAETOOMANYREFS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEUSERS - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAEWOULDBLOCK - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAHOST_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSANO_DATA - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSANO_RECOVERY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSANOTINITIALISED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSASERVICE_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSASYSCALLFAILURE - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSASYSNOTREADY - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSATRY_AGAIN - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSATYPE_NOT_FOUND - Static variable in interface com.sun.jna.platform.win32.WinError
-
- WSAVERNOTSUPPORTED - Static variable in interface com.sun.jna.platform.win32.WinError
-
- wScan - Variable in class com.sun.jna.platform.win32.WinUser.KEYBDINPUT
-
A hardware scan code for the key.
- wSecond - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEMTIME
-
- wServicePackMajor - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
The major version number of the latest Service Pack installed on the
system.
- wServicePackMinor - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
The minor version number of the latest Service Pack installed on the
system.
- wShowWindow - Variable in class com.sun.jna.platform.win32.WinBase.STARTUPINFO
-
If dwFlags specifies STARTF_USESHOWWINDOW, this member can be any of
the values that can be specified in the nCmdShow parameter for the
ShowWindow function, except for SW_SHOWDEFAULT.
- WString - Class in com.sun.jna
-
Simple wrapper class to identify a wide string argument or return type.
- WString(String) - Constructor for class com.sun.jna.WString
-
- wSuiteMask - Variable in class com.sun.jna.platform.win32.WinNT.OSVERSIONINFOEX
-
A bit mask that identifies the product suites available on the
system.
- WTS_CONSOLE_CONNECT - Static variable in interface com.sun.jna.platform.win32.Wtsapi32
-
The session identified by lParam was connected to the console terminal or
RemoteFX session.
- WTS_CONSOLE_DISCONNECT - Static variable in interface com.sun.jna.platform.win32.Wtsapi32
-
The session identified by lParam was disconnected from the console
terminal or RemoteFX session.
- WTS_REMOTE_CONNECT - Static variable in interface com.sun.jna.platform.win32.Wtsapi32
-
The session identified by lParam was connected to the remote terminal.
- WTS_REMOTE_DISCONNECT - Static variable in interface com.sun.jna.platform.win32.Wtsapi32
-
The session identified by lParam was disconnected from the remote
terminal.
- WTS_SESSION_LOCK - Static variable in interface com.sun.jna.platform.win32.Wtsapi32
-
The session identified by lParam has been locked.
- WTS_SESSION_LOGOFF - Static variable in interface com.sun.jna.platform.win32.Wtsapi32
-
A user has logged off the session identified by lParam.
- WTS_SESSION_LOGON - Static variable in interface com.sun.jna.platform.win32.Wtsapi32
-
A user has logged on to the session identified by lParam.
- WTS_SESSION_REMOTE_CONTROL - Static variable in interface com.sun.jna.platform.win32.Wtsapi32
-
The session identified by lParam has changed its remote controlled
status.
- WTS_SESSION_UNLOCK - Static variable in interface com.sun.jna.platform.win32.Wtsapi32
-
The session identified by lParam has been unlocked.
- Wtsapi32 - Interface in com.sun.jna.platform.win32
-
- WTSRegisterSessionNotification(WinDef.HWND, int) - Method in interface com.sun.jna.platform.win32.Wtsapi32
-
Registers the specified window to receive session change notifications.
- WTSUnRegisterSessionNotification(WinDef.HWND) - Method in interface com.sun.jna.platform.win32.Wtsapi32
-
Unregisters the specified window so that it receives no further session
change notifications.
- wTypeFlags - Variable in class com.sun.jna.platform.win32.OaIdl.TYPEATTR
-
- WTypes - Interface in com.sun.jna.platform.win32
-
Constant defined in WTypes.h
- WTypes.BSTR - Class in com.sun.jna.platform.win32
-
- WTypes.BSTR.ByReference - Class in com.sun.jna.platform.win32
-
- WTypes.BSTRByReference - Class in com.sun.jna.platform.win32
-
- WTypes.LPOLESTR - Class in com.sun.jna.platform.win32
-
- WTypes.LPOLESTR.ByReference - Class in com.sun.jna.platform.win32
-
- WTypes.LPSTR - Class in com.sun.jna.platform.win32
-
- WTypes.LPSTR.ByReference - Class in com.sun.jna.platform.win32
-
- WTypes.LPWSTR - Class in com.sun.jna.platform.win32
-
- WTypes.LPWSTR.ByReference - Class in com.sun.jna.platform.win32
-
- WTypes.VARTYPE - Class in com.sun.jna.platform.win32
-
- wVarFlags - Variable in class com.sun.jna.platform.win32.OaIdl.VARDESC
-
- wVersion - Variable in class com.sun.jna.platform.win32.Sspi.SecPkgInfo
-
Specifies the version of the package protocol.
- wVk - Variable in class com.sun.jna.platform.win32.WinUser.KEYBDINPUT
-
A virtual-key code.
- wYear - Variable in class com.sun.jna.platform.win32.WinBase.SYSTEMTIME
-