A B C D E F G H I K L M N O P Q R S T W X 
All Classes All Packages

A

ArrayOfHandle(int, boolean) - Constructor for class de.ibapl.jnhw.winapi.Winnt.ArrayOfHandle
 

B

BaseTsd - Class in de.ibapl.jnhw.winapi
Wrapper around the BaseTsd.h header.
BaseTsd() - Constructor for class de.ibapl.jnhw.winapi.BaseTsd
 
BaseTsd.ULONG_PTR - Annotation Type in de.ibapl.jnhw.winapi
Wrapper for ULONG_PTR.
BaudRate() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
BaudRate(int) - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
BindIoCompletionCallback(Winnt.HANDLE, Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE, int) - Static method in class de.ibapl.jnhw.winapi.Winbase
* BindIoCompletionCallback Associates the I/O completion port owned by the thread pool with the specified file handle.
bInheritHandle() - Method in class de.ibapl.jnhw.winapi.Minwinbase.SECURITY_ATTRIBUTES
 
ByteSize() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
ByteSize(byte) - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 

C

callback(int) - Method in class de.ibapl.jnhw.winapi.Winnt.PAPCFUNC
this will be called from the native code on 64 bit.
callback(int, int, Minwinbase.OVERLAPPED) - Method in class de.ibapl.jnhw.winapi.Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE
 
callback(long) - Method in class de.ibapl.jnhw.winapi.Winnt.PAPCFUNC
this will be called from the native code on 32 bit.
CancelIo(Winnt.HANDLE) - Static method in class de.ibapl.jnhw.winapi.Ioapiset
CancelIo Marks any outstanding I/O operations for the specified file handle.
CancelIoEx(Winnt.HANDLE, Minwinbase.OVERLAPPED) - Static method in class de.ibapl.jnhw.winapi.Ioapiset
CancelIoEx Marks any outstanding I/O operations for the specified file handle.
cbInQue() - Method in class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 
cbOutQue() - Method in class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 
CE_BREAK - Static variable in class de.ibapl.jnhw.winapi.Winbase
CE_BREAK The hardware detected a break condition.
CE_FRAME - Static variable in class de.ibapl.jnhw.winapi.Winbase
CE_FRAME The hardware detected a framing error.
CE_OVERRUN - Static variable in class de.ibapl.jnhw.winapi.Winbase
CE_OVERRUN A character-buffer overrun has occurred.
CE_RXOVER - Static variable in class de.ibapl.jnhw.winapi.Winbase
CE_RXOVER An input buffer overflow has occurred.
CE_RXPARITY - Static variable in class de.ibapl.jnhw.winapi.Winbase
CE_RXPARITY The hardware detected a parity error.
clear() - Method in class de.ibapl.jnhw.winapi.WinDef.LPBYTE
 
clear() - Method in class de.ibapl.jnhw.winapi.Winnt.LPWSTR
 
ClearCommBreak(Winnt.HANDLE) - Static method in class de.ibapl.jnhw.winapi.Winbase
ClearCommBreak Restores character transmission for a specified communications device and places the transmission line in a nonbreak state.
ClearCommError(Winnt.HANDLE, IntRef, Winbase.COMSTAT) - Static method in class de.ibapl.jnhw.winapi.Winbase
ClearCommError Retrieves information about a communications error and reports the current status of a communications device.
CloseHandle(Winnt.HANDLE) - Static method in class de.ibapl.jnhw.winapi.Handleapi
CloseHandle Closes an open object handle.
CLRBREAK - Static variable in class de.ibapl.jnhw.winapi.Winbase
CLRBREAK Restores character transmission and places the transmission line in a nonbreak state.
CLRDTR - Static variable in class de.ibapl.jnhw.winapi.Winbase
CLRDTR Clears the DTR (data-terminal-ready) signal.
CLRRTS - Static variable in class de.ibapl.jnhw.winapi.Winbase
CLRRTS Clears the RTS (request-to-send) signal.
COMMTIMEOUTS(boolean) - Constructor for class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 
COMSTAT(boolean) - Constructor for class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 
create(long) - Method in interface de.ibapl.jnhw.winapi.Winnt.PHANDLE.CreateHandler
 
CREATE_ALWAYS - Static variable in class de.ibapl.jnhw.winapi.Fileapi
CREATE_ALWAYS Creates a new file, always.
CREATE_NEW - Static variable in class de.ibapl.jnhw.winapi.Fileapi
CREATE_NEW Creates a new file, only if it does not already exist.
CreateEventW(Minwinbase.SECURITY_ATTRIBUTES, boolean, boolean, String) - Static method in class de.ibapl.jnhw.winapi.Synchapi
CreateEventW Creates or opens a named or unnamed event object.
CreateFileW(File, int, int, Minwinbase.SECURITY_ATTRIBUTES, int, int, Winnt.HANDLE) - Static method in class de.ibapl.jnhw.winapi.Fileapi
CreateFileW Creates or opens a file or I/O device.
CreateFileW(String, int, int, Minwinbase.SECURITY_ATTRIBUTES, int, int, Winnt.HANDLE) - Static method in class de.ibapl.jnhw.winapi.Fileapi
CreateFileW Creates or opens a file or I/O device.
CreateIoCompletionPort(Winnt.HANDLE, Winnt.HANDLE, long, int) - Static method in class de.ibapl.jnhw.winapi.IoAPI
CreateIoCompletionPort 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.
createTarget(long) - Method in class de.ibapl.jnhw.winapi.WinDef.PHKEY
 
createTarget(long) - Method in class de.ibapl.jnhw.winapi.Winnt.PHANDLE
Must be overwritten in subclasses.

D

DCB(boolean) - Constructor for class de.ibapl.jnhw.winapi.Winbase.DCB
 
DCBlength() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
DCBlength(int) - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
de.ibapl.jnhw.util.winapi - package de.ibapl.jnhw.util.winapi
 
de.ibapl.jnhw.winapi - module de.ibapl.jnhw.winapi
 
de.ibapl.jnhw.winapi - package de.ibapl.jnhw.winapi
 
dereference() - Method in class de.ibapl.jnhw.winapi.WinDef.PHKEY
 
dereference() - Method in class de.ibapl.jnhw.winapi.Winnt.PHANDLE
 
doSystemLoad(String) - Static method in class de.ibapl.jnhw.util.winapi.LibJnhwWinApiLoader
 
DTR_CONTROL_DISABLE - Static variable in class de.ibapl.jnhw.winapi.Winbase
DTR_CONTROL_DISABLE Disables the DTR line when the device is opened and leaves it disabled.
DTR_CONTROL_ENABLE - Static variable in class de.ibapl.jnhw.winapi.Winbase
DTR_CONTROL_ENABLE Enables the DTR line when the device is opened and leaves it on.
DTR_CONTROL_HANDSHAKE - Static variable in class de.ibapl.jnhw.winapi.Winbase
DTR_CONTROL_HANDSHAKE Enables DTR handshaking.

E

EofChar() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
equals(Object) - Method in class de.ibapl.jnhw.winapi.Winnt.HANDLE
TODO implement Windows equals system...
Errhandlingapi - Class in de.ibapl.jnhw.winapi
Wrapper around the errhandlingapi.h header.
Errhandlingapi() - Constructor for class de.ibapl.jnhw.winapi.Errhandlingapi
 
ERROR_ACCESS_DENIED - Static variable in class de.ibapl.jnhw.winapi.Winerror
Access is denied.
ERROR_ALREADY_EXISTS - Static variable in class de.ibapl.jnhw.winapi.Winerror
Cannot create a file when that file already exists.
ERROR_FILE_EXISTS - Static variable in class de.ibapl.jnhw.winapi.Winerror
The file exists.
ERROR_FILE_NOT_FOUND - Static variable in class de.ibapl.jnhw.winapi.Winerror
The system cannot find the file specified.
ERROR_GEN_FAILURE - Static variable in class de.ibapl.jnhw.winapi.Winerror
The system cannot read from the specified device.
ERROR_INVALID_HANDLE - Static variable in class de.ibapl.jnhw.winapi.Winerror
The handle is invalid.
ERROR_INVALID_PARAMETER - Static variable in class de.ibapl.jnhw.winapi.Winerror
The specified network password is not correct.
ERROR_IO_INCOMPLETE - Static variable in class de.ibapl.jnhw.winapi.Winerror
Overlapped I/O event is not in a signaled state.
ERROR_IO_PENDING - Static variable in class de.ibapl.jnhw.winapi.Winerror
Overlapped I/O operation is in progress.
ERROR_MORE_DATA - Static variable in class de.ibapl.jnhw.winapi.Winerror
More data is available.
ERROR_NO_MORE_ITEMS - Static variable in class de.ibapl.jnhw.winapi.Winerror
No more data is available.
ERROR_NOACCESS - Static variable in class de.ibapl.jnhw.winapi.Winerror
Invalid access to memory location.
ERROR_NOT_FOUND - Static variable in class de.ibapl.jnhw.winapi.Winerror
Element not found.
ERROR_PIPE_BUSY - Static variable in class de.ibapl.jnhw.winapi.Winerror
All pipe instances are busy.
ERROR_PROC_NOT_FOUND - Static variable in class de.ibapl.jnhw.winapi.Winerror
The specified procedure could not be found.
ERROR_SHARING_VIOLATION - Static variable in class de.ibapl.jnhw.winapi.Winerror
The process cannot access the file because it is being used by another process.
ERROR_SUCCESS - Static variable in class de.ibapl.jnhw.winapi.Winerror
The operation completed successfully.
ErrorChar() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
EscapeCommFunction(Winnt.HANDLE, int) - Static method in class de.ibapl.jnhw.winapi.Winbase
EscapeCommFunction Directs the specified communications device to perform an extended function.
EVENPARITY - Static variable in class de.ibapl.jnhw.winapi.Winbase
EVENPARITY Even parity.
EvtChar() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 

F

fAbortOnError() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fBinary() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fCtsHold() - Method in class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 
fDsrHold() - Method in class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 
fDsrSensitivity() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fDtrControl() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
Values: DTR_CONTROL_DISABLE DTR_CONTROL_ENABLE DTR_CONTROL_HANDSHAKE
fDummy2() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fEof() - Method in class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 
fErrorChar() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
FILE_ATTRIBUTE_ARCHIVE - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_ATTRIBUTE_ARCHIVE The file should be archived.
FILE_ATTRIBUTE_ENCRYPTED - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_ATTRIBUTE_ENCRYPTED The file or directory is encrypted.
FILE_ATTRIBUTE_HIDDEN - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_ATTRIBUTE_HIDDEN The file is hidden.
FILE_ATTRIBUTE_NORMAL - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_ATTRIBUTE_NORMAL The file does not have other attributes set.
FILE_ATTRIBUTE_OFFLINE - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_ATTRIBUTE_OFFLINE The data of a file is not immediately available.
FILE_ATTRIBUTE_READONLY - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_ATTRIBUTE_READONLY The file is read only.
FILE_ATTRIBUTE_SYSTEM - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_ATTRIBUTE_SYSTEM The file is part of or used exclusively by an operating system.
FILE_ATTRIBUTE_TEMPORARY - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_ATTRIBUTE_TEMPORARY The file is being used for temporary storage.
FILE_FLAG_BACKUP_SEMANTICS - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_FLAG_BACKUP_SEMANTICS The file is being opened or created for a backup or restore operation.
FILE_FLAG_DELETE_ON_CLOSE - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_FLAG_DELETE_ON_CLOSE The file is to be deleted immediately after all of its handles are closed, which includes the specified handle and any other open or duplicated handles.
FILE_FLAG_NO_BUFFERING - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_FLAG_NO_BUFFERING The file or device is being opened with no system caching for data reads and writes.
FILE_FLAG_OPEN_NO_RECALL - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_FLAG_OPEN_NO_RECALL The file data is requested, but it should continue to be located in remote storage.
FILE_FLAG_OPEN_REPARSE_POINT - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_FLAG_OPEN_REPARSE_POINT Normal reparse point processing will not occur; CreateFile will attempt to open the reparse point.
FILE_FLAG_OVERLAPPED - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_FLAG_OVERLAPPED The file or device is being opened or created for asynchronous I/O.
FILE_FLAG_POSIX_SEMANTICS - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_FLAG_POSIX_SEMANTICS Access will occur according to POSIX rules.
FILE_FLAG_RANDOM_ACCESS - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_FLAG_RANDOM_ACCESS Access is intended to be random.
FILE_FLAG_SEQUENTIAL_SCAN - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_FLAG_SEQUENTIAL_SCAN Access is intended to be sequential from beginning to end.
FILE_FLAG_SESSION_AWARE - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_FLAG_SESSION_AWARE The file or device is being opened with session awareness.
FILE_FLAG_WRITE_THROUGH - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_FLAG_WRITE_THROUGH Write operations will not go through any intermediate cache, they will go directly to disk.
FILE_SHARE_DELETE - Static variable in class de.ibapl.jnhw.winapi.Winnt
FILE_SHARE_DELETE Enables subsequent open operations on a file or device to request delete access.
FILE_SHARE_READ - Static variable in class de.ibapl.jnhw.winapi.Winnt
FILE_SHARE_READ Enables subsequent open operations on a file or device to request read access.
FILE_SHARE_WRITE - Static variable in class de.ibapl.jnhw.winapi.Winnt
FILE_SHARE_WRITE Enables subsequent open operations on a file or device to request write access.
FILE_SKIP_COMPLETION_PORT_ON_SUCCESS - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_SKIP_COMPLETION_PORT_ON_SUCCESS If some conditions are true, the I/O Manager does not queue a completion entry to the port, when it would ordinarily do so.
FILE_SKIP_SET_EVENT_ON_HANDLE - Static variable in class de.ibapl.jnhw.winapi.Winbase
FILE_SKIP_SET_EVENT_ON_HANDLE The I/O Manager does not set the event for the file object if a request returns with a success code, or the error returned is ERROR_PENDING and the function that is called is not a synchronous function.
Fileapi - Class in de.ibapl.jnhw.winapi
Wrapper around the fileapi.h header.
Fileapi() - Constructor for class de.ibapl.jnhw.winapi.Fileapi
 
fInX() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fInX(boolean) - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
FlushFileBuffers(Winnt.HANDLE) - Static method in class de.ibapl.jnhw.winapi.Fileapi
FlushFileBuffers Flushes the buffers of a specified file and causes all buffered data to be written to a file.
fNull() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fOutX() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fOutX(boolean) - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fOutxCtsFlow() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fOutxCtsFlow(boolean) - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fOutxDsrFlow() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fParity() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fReserved() - Method in class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 
fRlsdHold() - Method in class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 
fRtsControl() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
Values: RTS_CONTROL_DISABLE RTS_CONTROL_ENABLE RTS_CONTROL_HANDSHAKE RTS_CONTROL_TOGGLE
fRtsControl(byte) - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fTXContinueOnXoff() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
fTxim() - Method in class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 
fXoffHold() - Method in class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 
fXoffSent() - Method in class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 

G

GENERIC_ALL - Static variable in class de.ibapl.jnhw.winapi.Winnt
GENERIC_ALL All possible access rights
GENERIC_EXECUTE - Static variable in class de.ibapl.jnhw.winapi.Winnt
GENERIC_EXECUTE Execute access
GENERIC_READ - Static variable in class de.ibapl.jnhw.winapi.Winnt
GENERIC_READ Read access
GENERIC_WRITE - Static variable in class de.ibapl.jnhw.winapi.Winnt
GENERIC_WRITE Write access
get(int) - Method in class de.ibapl.jnhw.winapi.Winnt.ArrayOfHandle
 
GetCommModemStatus(Winnt.HANDLE, IntRef) - Static method in class de.ibapl.jnhw.winapi.Winbase
GetCommModemStatus Directs the specified communications device to perform an extended function.
GetCommState(Winnt.HANDLE, Winbase.DCB) - Static method in class de.ibapl.jnhw.winapi.Winbase
GetCommState Retrieves the current control settings for a specified communications device.
GetCommTimeouts(Winnt.HANDLE, Winbase.COMMTIMEOUTS) - Static method in class de.ibapl.jnhw.winapi.Winbase
GetCommTimeouts Retrieves the time-out parameters for all read and write operations on a specified communications device.
GetCurrentThread() - Static method in class de.ibapl.jnhw.winapi.Processthreadsapi
GetCurrentThread Retrieves a pseudo handle for the calling thread.
GetLastError() - Static method in class de.ibapl.jnhw.winapi.Errhandlingapi
GetLastError Retrieves the calling thread's last-error code value.
getLoadResult() - Static method in class de.ibapl.jnhw.util.winapi.LibJnhwWinApiLoader
 
GetOverlappedResult(Winnt.HANDLE, Minwinbase.OVERLAPPED, boolean) - Static method in class de.ibapl.jnhw.winapi.Ioapiset
GetOverlappedResult retrieves the results of an overlapped operation on the specified file, named pipe, or communications device.
GetOverlappedResult(Winnt.HANDLE, Minwinbase.OVERLAPPED, ByteBuffer, boolean) - Static method in class de.ibapl.jnhw.winapi.Ioapiset
GetOverlappedResult retrieves the results of an overlapped operation on the specified file, named pipe, or communications device.
GetQueuedCompletionStatus(Winnt.HANDLE, IntRef, LongRef, ObjectRef<NativeAddressHolder>, long) - Static method in class de.ibapl.jnhw.winapi.IoAPI
GetQueuedCompletionStatus Attempts to dequeue an I/O completion packet from the specified I/O completion port.
GetStdHandle(int) - Static method in class de.ibapl.jnhw.winapi.ProcessEnv
getString() - Method in class de.ibapl.jnhw.winapi.Winnt.LPWSTR
return the NULL terminated string @baseaddress

H

HANDLE(long) - Constructor for class de.ibapl.jnhw.winapi.Winnt.HANDLE
 
Handleapi - Class in de.ibapl.jnhw.winapi
Wrapper around the handleapi.h header.
Handleapi() - Constructor for class de.ibapl.jnhw.winapi.Handleapi
 
hashCode() - Method in class de.ibapl.jnhw.winapi.Winnt.HANDLE
 
HAVE_BASETSD_H - Static variable in class de.ibapl.jnhw.winapi.BaseTsd
 
HAVE_ERRHANDLINGAPI_H - Static variable in class de.ibapl.jnhw.winapi.Errhandlingapi
 
HAVE_FILEAPI_H - Static variable in class de.ibapl.jnhw.winapi.Fileapi
 
HAVE_HANDLEAPI_H - Static variable in class de.ibapl.jnhw.winapi.Handleapi
 
HAVE_IOAPI_H - Static variable in class de.ibapl.jnhw.winapi.IoAPI
 
HAVE_IOAPISET_H - Static variable in class de.ibapl.jnhw.winapi.Ioapiset
 
HAVE_MINWINBASE_H - Static variable in class de.ibapl.jnhw.winapi.Minwinbase
 
HAVE_PROCESSENV_H - Static variable in class de.ibapl.jnhw.winapi.ProcessEnv
 
HAVE_PROCESSTHREADSAPI_H - Static variable in class de.ibapl.jnhw.winapi.Processthreadsapi
 
HAVE_SYNCHAPI_H - Static variable in class de.ibapl.jnhw.winapi.Synchapi
 
HAVE_WINBASE_H - Static variable in class de.ibapl.jnhw.winapi.Winbase
 
HAVE_WINDEF_H - Static variable in class de.ibapl.jnhw.winapi.WinDef
 
HAVE_WINERROR_H - Static variable in class de.ibapl.jnhw.winapi.Winerror
 
HAVE_WINNT_H - Static variable in class de.ibapl.jnhw.winapi.Winnt
 
HAVE_WINREG_H - Static variable in class de.ibapl.jnhw.winapi.Winreg
 
hEvent() - Method in class de.ibapl.jnhw.winapi.Minwinbase.OVERLAPPED
 
hEvent(Winnt.HANDLE) - Method in class de.ibapl.jnhw.winapi.Minwinbase.OVERLAPPED
 
HKEY(long) - Constructor for class de.ibapl.jnhw.winapi.WinDef.HKEY
 
HKEY_CLASSES_ROOT - Static variable in class de.ibapl.jnhw.winapi.Winreg
HKEY_CLASSES_ROOT Registry entries subordinate to this key define types (or classes) of documents and the properties associated with those types.
HKEY_CURRENT_CONFIG - Static variable in class de.ibapl.jnhw.winapi.Winreg
HKEY_CURRENT_CONFIG Registry entries subordinate to this key define types (or classes) of documents and the properties associated with those types.
HKEY_CURRENT_USER - Static variable in class de.ibapl.jnhw.winapi.Winreg
HKEY_CURRENT_USER Registry entries subordinate to this key define types (or classes) of documents and the properties associated with those types.
HKEY_CURRENT_USER_LOCAL_SETTINGS - Static variable in class de.ibapl.jnhw.winapi.Winreg
HKEY_CURRENT_USER_LOCAL_SETTINGS Registry entries subordinate to this key define preferences of the current user that are local to the machine.
HKEY_DYN_DATA - Static variable in class de.ibapl.jnhw.winapi.Winreg
HKEY_CLASSES_ROOT Registry entries subordinate to this key define types (or classes) of documents and the properties associated with those types.
HKEY_LOCAL_MACHINE - Static variable in class de.ibapl.jnhw.winapi.Winreg
HKEY_LOCAL_MACHINE Registry entries subordinate to this key define the physical state of the computer, including data about the bus type, system memory, and installed hardware and software.
HKEY_PERFORMANCE_DATA - Static variable in class de.ibapl.jnhw.winapi.Winreg
HKEY_PERFORMANCE_DATA Registry entries subordinate to this key allow you to access performance data.
HKEY_PERFORMANCE_NLSTEXT - Static variable in class de.ibapl.jnhw.winapi.Winreg
HKEY_PERFORMANCE_NLSTEXT Registry entries subordinate to this key reference the text strings that describe counters in the local language of the area in which the computer system is running.
HKEY_PERFORMANCE_TEXT - Static variable in class de.ibapl.jnhw.winapi.Winreg
HKEY_PERFORMANCE_TEXT Registry entries subordinate to this key reference the text strings that describe counters in US English.
HKEY_USERS - Static variable in class de.ibapl.jnhw.winapi.Winreg
HKEY_USERS Registry entries subordinate to this key define the default user configuration for new users on the local computer and the user configuration for the current user.

I

INFINITE - Static variable in class de.ibapl.jnhw.winapi.Winbase
 
Internal() - Method in class de.ibapl.jnhw.winapi.Minwinbase.OVERLAPPED
The status code for the I/O request.
InternalHigh() - Method in class de.ibapl.jnhw.winapi.Minwinbase.OVERLAPPED
The number of bytes transferred for the I/O request.
INVALID_HANDLE_VALUE - Static variable in class de.ibapl.jnhw.winapi.Handleapi
cached instance.
INVALID_HANDLE_VALUE - Static variable in class de.ibapl.jnhw.winapi.Winnt.HANDLE
Handleapi.INVALID_HANDLE_VALUE()
IoAPI - Class in de.ibapl.jnhw.winapi
Wrapper around the IoAPI.h header.
IoAPI() - Constructor for class de.ibapl.jnhw.winapi.IoAPI
 
Ioapiset - Class in de.ibapl.jnhw.winapi
Wrapper around the ioapiset.h header.
Ioapiset() - Constructor for class de.ibapl.jnhw.winapi.Ioapiset
 
is_INVALID_HANDLE_VALUE() - Method in class de.ibapl.jnhw.winapi.Winnt.HANDLE
 
is_NULL() - Method in class de.ibapl.jnhw.winapi.Winnt.HANDLE
 
isNot_INVALID_HANDLE_VALUE() - Method in class de.ibapl.jnhw.winapi.Winnt.HANDLE
 
isNot_NULL() - Method in class de.ibapl.jnhw.winapi.Winnt.HANDLE
 

K

KEY_ALL_ACCESS - Static variable in class de.ibapl.jnhw.winapi.Winnt
KEY_ALL_ACCESS Combines the STANDARD_RIGHTS_REQUIRED, KEY_QUERY_VALUE, KEY_SET_VALUE, KEY_CREATE_SUB_KEY, KEY_ENUMERATE_SUB_KEYS, KEY_NOTIFY, and KEY_CREATE_LINK access rights.
KEY_CREATE_LINK - Static variable in class de.ibapl.jnhw.winapi.Winnt
KEY_CREATE_LINK Reserved for system use.
KEY_CREATE_SUB_KEY - Static variable in class de.ibapl.jnhw.winapi.Winnt
KEY_CREATE_SUB_KEY Required to create a subkey of a registry key.
KEY_ENUMERATE_SUB_KEYS - Static variable in class de.ibapl.jnhw.winapi.Winnt
KEY_ENUMERATE_SUB_KEYS Required to enumerate the subkeys of a registry key.
KEY_EXECUTE - Static variable in class de.ibapl.jnhw.winapi.Winnt
KEY_EXECUTE Equivalent to KEY_READ.
KEY_NOTIFY - Static variable in class de.ibapl.jnhw.winapi.Winnt
KEY_NOTIFY Required to request change notifications for a registry key or for subkeys of a registry key.
KEY_QUERY_VALUE - Static variable in class de.ibapl.jnhw.winapi.Winnt
KEY_QUERY_VALUE Required to query the values of a registry key.
KEY_READ - Static variable in class de.ibapl.jnhw.winapi.Winnt
KEY_READ Combines the STANDARD_RIGHTS_READ, KEY_QUERY_VALUE, KEY_ENUMERATE_SUB_KEYS, and KEY_NOTIFY values.
KEY_SET_VALUE - Static variable in class de.ibapl.jnhw.winapi.Winnt
KEY_SET_VALUE ombines the STANDARD_RIGHTS_WRITE, KEY_SET_VALUE, and KEY_CREATE_SUB_KEY access rights.

L

length - Variable in class de.ibapl.jnhw.winapi.Winnt.ArrayOfHandle
 
LIB_JNHW_WINAPI - Static variable in class de.ibapl.jnhw.util.winapi.LibJnhwWinApiLoader
 
LIB_JNHW_WINAPI_VERSION - Static variable in class de.ibapl.jnhw.util.winapi.LibJnhwWinApiLoader
 
LibJnhwWinApiLoader - Class in de.ibapl.jnhw.util.winapi
 
LPBYTE(int, boolean) - Constructor for class de.ibapl.jnhw.winapi.WinDef.LPBYTE
 
LPOVERLAPPED_COMPLETION_ROUTINE() - Constructor for class de.ibapl.jnhw.winapi.Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE
 
LPWSTR(int, boolean) - Constructor for class de.ibapl.jnhw.winapi.Winnt.LPWSTR
Creates space for a Wide String (16 bit)

M

MARKPARITY - Static variable in class de.ibapl.jnhw.winapi.Winbase
MARKPARITY Mark parity.
MAXDWORD - Static variable in class de.ibapl.jnhw.winapi.Winnt
unsigned long int so to preserve the signess use javas long
MAXIMUM_WAIT_OBJECTS - Static variable in class de.ibapl.jnhw.winapi.Winbase
MAXIMUM_WAIT_OBJECTS The state of the specified object is signaled.
Minwinbase - Class in de.ibapl.jnhw.winapi
Wrapper around the minwinbase.h header.
Minwinbase() - Constructor for class de.ibapl.jnhw.winapi.Minwinbase
 
Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE - Class in de.ibapl.jnhw.winapi
 
Minwinbase.OVERLAPPED - Class in de.ibapl.jnhw.winapi
Minwinbase.SECURITY_ATTRIBUTES - Class in de.ibapl.jnhw.winapi
MS_CTS_ON - Static variable in class de.ibapl.jnhw.winapi.Winbase
MS_CTS_ON The CTS (clear-to-send) signal is on.
MS_DSR_ON - Static variable in class de.ibapl.jnhw.winapi.Winbase
MS_DSR_ON The DSR (data-set-ready) signal is on.
MS_RING_ON - Static variable in class de.ibapl.jnhw.winapi.Winbase
MS_RING_ON The ring indicator signal is on.
MS_RLSD_ON - Static variable in class de.ibapl.jnhw.winapi.Winbase
MS_RLSD_ON The RLSD (receive-line-signal-detect) signal is on.

N

nativeToString() - Method in class de.ibapl.jnhw.winapi.Winnt.ArrayOfHandle
 
nativeToString() - Method in class de.ibapl.jnhw.winapi.Winnt.PHANDLE
 
nLength() - Method in class de.ibapl.jnhw.winapi.Minwinbase.SECURITY_ATTRIBUTES
 
NOPARITY - Static variable in class de.ibapl.jnhw.winapi.Winbase
NOPARITY No parity.
NULL - Static variable in class de.ibapl.jnhw.winapi.Winnt.HANDLE
 

O

ODDPARITY - Static variable in class de.ibapl.jnhw.winapi.Winbase
ODDPARITY Odd parity.
ONE5STOPBITS - Static variable in class de.ibapl.jnhw.winapi.Winbase
ONE5STOPBITS 1.5 stop bits.
ONESTOPBIT - Static variable in class de.ibapl.jnhw.winapi.Winbase
ONESTOPBIT 1 stop bit.
OPEN_ALWAYS - Static variable in class de.ibapl.jnhw.winapi.Fileapi
OPEN_ALWAYS Opens a file, always.
OPEN_EXISTING - Static variable in class de.ibapl.jnhw.winapi.Fileapi
OPEN_EXISTING Opens a file or device, only if it exists.
OVERLAPPED() - Constructor for class de.ibapl.jnhw.winapi.Minwinbase.OVERLAPPED
 
OVERLAPPED(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.winapi.Minwinbase.OVERLAPPED
 

P

PAPCFUNC() - Constructor for class de.ibapl.jnhw.winapi.Winnt.PAPCFUNC
 
Parity() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
Values: EVENPARITY MARKPARITY NOPARITY ODDPARITY SPACEPARITY
Parity(byte) - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
PHANDLE(Winnt.HANDLE) - Constructor for class de.ibapl.jnhw.winapi.Winnt.PHANDLE
 
PHANDLE(Winnt.PHANDLE.CreateHandler) - Constructor for class de.ibapl.jnhw.winapi.Winnt.PHANDLE
 
PHKEY() - Constructor for class de.ibapl.jnhw.winapi.WinDef.PHKEY
 
PostQueuedCompletionStatus(Winnt.HANDLE, int, long, Minwinbase.OVERLAPPED) - Static method in class de.ibapl.jnhw.winapi.IoAPI
PostQueuedCompletionStatus Attempts to dequeue an I/O completion packet from the specified I/O completion port.
ProcessEnv - Class in de.ibapl.jnhw.winapi
Wrapper around the processenv.h header.
ProcessEnv() - Constructor for class de.ibapl.jnhw.winapi.ProcessEnv
 
Processthreadsapi - Class in de.ibapl.jnhw.winapi
Wrapper around the processthreadsapi.h header.
Processthreadsapi() - Constructor for class de.ibapl.jnhw.winapi.Processthreadsapi
 

Q

QueueUserAPC(Winnt.PAPCFUNC, Winnt.HANDLE, long) - Static method in class de.ibapl.jnhw.winapi.Processthreadsapi
QueueUserAPC Adds a user-mode asynchronous procedure call (APC) object to the APC queue of the specified thread.

R

ReadFile(Winnt.HANDLE, byte[]) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.
ReadFile(Winnt.HANDLE, byte[], int, int) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.
ReadFile(Winnt.HANDLE, OpaqueMemory32, int, int) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.Reads occur at the position specified by the file pointer if supported by the device.
ReadFile(Winnt.HANDLE, OpaqueMemory32, int, int, Minwinbase.OVERLAPPED) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.
ReadFile(Winnt.HANDLE, OpaqueMemory32, Minwinbase.OVERLAPPED) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.
ReadFile(Winnt.HANDLE, OpaqueMemory64, long, int) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.Reads occur at the position specified by the file pointer if supported by the device.
ReadFile(Winnt.HANDLE, OpaqueMemory64, long, int, Minwinbase.OVERLAPPED) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.
ReadFile(Winnt.HANDLE, ByteRef) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads a single byte from the specified file or input/output (I/O) device.Reads occur at the position specified by the file pointer if supported by the device.
ReadFile(Winnt.HANDLE, ByteBuffer) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.
ReadFile(Winnt.HANDLE, ByteBuffer, Minwinbase.OVERLAPPED) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.
ReadFileEx(Winnt.HANDLE, OpaqueMemory32, int, int, Minwinbase.OVERLAPPED, Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.
ReadFileEx(Winnt.HANDLE, OpaqueMemory32, Minwinbase.OVERLAPPED, Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.
ReadFileEx(Winnt.HANDLE, OpaqueMemory64, long, int, Minwinbase.OVERLAPPED, Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.
ReadFileEx(Winnt.HANDLE, ByteBuffer, Minwinbase.OVERLAPPED, Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE) - Static method in class de.ibapl.jnhw.winapi.Fileapi
ReadFile Reads data from the specified file or input/output (I/O) device.
ReadIntervalTimeout() - Method in class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 
ReadIntervalTimeout(long) - Method in class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 
ReadTotalTimeoutConstant() - Method in class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 
ReadTotalTimeoutConstant(long) - Method in class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 
ReadTotalTimeoutMultiplier() - Method in class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 
ReadTotalTimeoutMultiplier(long) - Method in class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 
REG_BINARY - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_BINARY Binary data in any form.
REG_CREATED_NEW_KEY - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_CREATED_NEW_KEY The key did not exist and was created.
REG_DWORD - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_BINARY A 32-bit number.
REG_DWORD_BIG_ENDIAN - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_DWORD_BIG_ENDIAN A 32-bit number in big-endian format.
REG_DWORD_LITTLE_ENDIAN - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_DWORD_LITTLE_ENDIAN A 32-bit number in little-endian format.
REG_EXPAND_SZ - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_EXPAND_SZ A null-terminated string that contains unexpanded references to environment variables (for example, "%PATH%").
REG_FULL_RESOURCE_DESCRIPTOR - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_LINK - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_LINK A null-terminated Unicode string that contains the target path of a symbolic link that was created by calling the RegCreateKeyEx function with Winnt.REG_OPTION_CREATE_LINK.
REG_MULTI_SZ - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_MULTI_SZ A sequence of null-terminated strings, terminated by an empty string (\0).
REG_NONE - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_NONE No defined value type.
REG_OPENED_EXISTING_KEY - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_OPENED_EXISTING_KEY The key existed and was simply opened without being changed.
REG_OPTION_BACKUP_RESTORE - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_OPTION_BACKUP_RESTORE If this flag is set, the function ignores the samDesired parameter and attempts to open the key with the access required to backup or restore the key.The key is a symbolic link.
REG_OPTION_CREATE_LINK - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_OPTION_CREATE_LINK This key is a symbolic link.
REG_OPTION_NON_VOLATILE - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_OPTION_NON_VOLATILE This key is not volatile; this is the default.
REG_OPTION_OPEN_LINK - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_OPTION_OPEN_LINK The key is a symbolic link.
REG_OPTION_VOLATILE - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_OPTION_VOLATILE All keys created by the function are volatile.
REG_QWORD - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_QWORD A 64-bit number.
REG_QWORD_LITTLE_ENDIAN - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_QWORD_LITTLE_ENDIAN A 64-bit number in little-endian format.
REG_RESOURCE_LIST - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_RESOURCE_REQUIREMENTS_LIST - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_SZ - Static variable in class de.ibapl.jnhw.winapi.Winnt
REG_SZ A null-terminated string.
RegCloseKey(WinDef.HKEY) - Static method in class de.ibapl.jnhw.winapi.Winreg
RegCloseKey Closes a handle to the specified registry key.
RegEnumValueW(WinDef.HKEY, int, Winnt.LPWSTR, IntRef, WinDef.LPBYTE) - Static method in class de.ibapl.jnhw.winapi.Winreg
RegEnumValueW Enumerates the values for the specified open registry key.The function copies one indexed value name and data block for the key each time it is called.
RegOpenKeyExW(WinDef.HKEY, String, int, int, WinDef.PHKEY) - Static method in class de.ibapl.jnhw.winapi.Winreg
RegOpenKeyExW Opens the specified registry key.
resetBufferEnd() - Method in class de.ibapl.jnhw.winapi.WinDef.LPBYTE
 
resetBufferEnd() - Method in class de.ibapl.jnhw.winapi.Winnt.LPWSTR
 
ResetEvent(Winnt.HANDLE) - Static method in class de.ibapl.jnhw.winapi.Synchapi
ResetEvent Sets the specified event object to the nonsignaled state.
RTS_CONTROL_DISABLE - Static variable in class de.ibapl.jnhw.winapi.Winbase
RTS_CONTROL_DISABLE Disables the RTS line when the device is opened and leaves it disabled.
RTS_CONTROL_ENABLE - Static variable in class de.ibapl.jnhw.winapi.Winbase
RTS_CONTROL_ENABLE Enables the RTS line when the device is opened and leaves it on.
RTS_CONTROL_HANDSHAKE - Static variable in class de.ibapl.jnhw.winapi.Winbase
RTS_CONTROL_HANDSHAKE Enables RTS handshaking.
RTS_CONTROL_TOGGLE - Static variable in class de.ibapl.jnhw.winapi.Winbase
RTS_CONTROL_TOGGLE Specifies that the RTS line will be high if bytes are available for transmission.

S

SECURITY_ANONYMOUS - Static variable in class de.ibapl.jnhw.winapi.Winbase
SECURITY_ANONYMOUS Impersonates a client at the Anonymous impersonation level.
SECURITY_ATTRIBUTES() - Constructor for class de.ibapl.jnhw.winapi.Minwinbase.SECURITY_ATTRIBUTES
 
SECURITY_CONTEXT_TRACKING - Static variable in class de.ibapl.jnhw.winapi.Winbase
SECURITY_CONTEXT_TRACKING he security tracking mode is dynamic.
SECURITY_DELEGATION - Static variable in class de.ibapl.jnhw.winapi.Winbase
SECURITY_DELEGATION Impersonates a client at the Delegation impersonation level.
SECURITY_EFFECTIVE_ONLY - Static variable in class de.ibapl.jnhw.winapi.Winbase
SECURITY_EFFECTIVE_ONLY Only the enabled aspects of the client's security context are available to the server.
SECURITY_IDENTIFICATION - Static variable in class de.ibapl.jnhw.winapi.Winbase
SECURITY_IDENTIFICATION Impersonates a client at the Identification impersonation level.
SECURITY_IMPERSONATION - Static variable in class de.ibapl.jnhw.winapi.Winbase
SECURITY_IMPERSONATION Impersonate a client at the impersonation level.
set(int, Winnt.HANDLE) - Method in class de.ibapl.jnhw.winapi.Winnt.ArrayOfHandle
 
SETBREAK - Static variable in class de.ibapl.jnhw.winapi.Winbase
SETBREAK Suspends character transmission and places the transmission line in a break state until the ClearCommBreak function is called (or EscapeCommFunction is called with the CLRBREAK extended function code).
SetCommBreak(Winnt.HANDLE) - Static method in class de.ibapl.jnhw.winapi.Winbase
SetCommBreak Suspends character transmission for a specified communications device and places the transmission line in a break state until the ClearCommBreak function is called.
SetCommState(Winnt.HANDLE, Winbase.DCB) - Static method in class de.ibapl.jnhw.winapi.Winbase
SetCommState Configures a communications device according to the specifications in a device-control block (a Winbase.DCB structure).
SetCommTimeouts(Winnt.HANDLE, Winbase.COMMTIMEOUTS) - Static method in class de.ibapl.jnhw.winapi.Winbase
SetCommTimeouts Sets the time-out parameters for all read and write operations on a specified communications device.
SETDTR - Static variable in class de.ibapl.jnhw.winapi.Winbase
SETDTR Sends the DTR (data-terminal-ready) signal.
SetEvent(Winnt.HANDLE) - Static method in class de.ibapl.jnhw.winapi.Synchapi
SetEvent Sets the specified event object to the signaled state.
SetFileCompletionNotificationModes(Winnt.HANDLE, byte) - Static method in class de.ibapl.jnhw.winapi.Winbase
SetFileCompletionNotificationModes Sets the notification modes for a file handle, allowing you to specify how completion notifications work for the specified file.
setFromHANDLE(Winnt.HANDLE) - Method in class de.ibapl.jnhw.winapi.Winnt.PHANDLE
 
setFromHKEY(WinDef.HKEY) - Method in class de.ibapl.jnhw.winapi.WinDef.PHKEY
 
SetLastError(int) - Static method in class de.ibapl.jnhw.winapi.Errhandlingapi
GetLastError Sets the last-error code for the calling thread.
SETRTS - Static variable in class de.ibapl.jnhw.winapi.Winbase
SETRTS Sends the RTS (request-to-send) signal.
SETXOFF - Static variable in class de.ibapl.jnhw.winapi.Winbase
SETXOFF Causes transmission to act as if an XOFF character has been received.
SETXON - Static variable in class de.ibapl.jnhw.winapi.Winbase
SETXON Causes transmission to act as if an XON character has been received.
SIZE_OF_WCHAR - Static variable in class de.ibapl.jnhw.winapi.Winnt.LPWSTR
 
sizeof() - Static method in class de.ibapl.jnhw.winapi.Minwinbase.OVERLAPPED
Get the real size of struct OVERLAPPED natively.
sizeof() - Static method in class de.ibapl.jnhw.winapi.Minwinbase.SECURITY_ATTRIBUTES
Get the real size of struct SECURITY_ATTRIBUTES natively.
sizeof() - Static method in class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 
sizeof() - Static method in class de.ibapl.jnhw.winapi.Winbase.COMSTAT
 
sizeof() - Static method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
sizeof() - Static method in class de.ibapl.jnhw.winapi.Winnt.ArrayOfHandle
 
sizeof() - Static method in class de.ibapl.jnhw.winapi.Winnt.LPWSTR
 
sizeof() - Static method in class de.ibapl.jnhw.winapi.Winnt.PHANDLE
 
sizeof_ULONG_PTR() - Static method in class de.ibapl.jnhw.winapi.BaseTsd
 
SleepEx(long, boolean) - Static method in class de.ibapl.jnhw.winapi.Synchapi
SleepEx Sets the specified event object to the signaled state.
SPACEPARITY - Static variable in class de.ibapl.jnhw.winapi.Winbase
SPACEPARITY Space parity.
STD_ERROR_HANDLE - Static variable in class de.ibapl.jnhw.winapi.Winbase
STD_ERROR_HANDLE The standard error device.
STD_INPUT_HANDLE - Static variable in class de.ibapl.jnhw.winapi.Winbase
STD_INPUT_HANDLE The standard input device.
STD_OUTPUT_HANDLE - Static variable in class de.ibapl.jnhw.winapi.Winbase
STD_OUTPUT_HANDLE The standard output device.
StopBits() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
Values: ONESTOPBIT ONE5STOPBITS TWOSTOPBITS
StopBits(byte) - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
stringValueOfNullTerminated(WinDef.LPBYTE) - Static method in class de.ibapl.jnhw.winapi.Winnt.LPWSTR
Skip the last two 0 bytes aka the last 0 char
Synchapi - Class in de.ibapl.jnhw.winapi
Wrapper around the synchapi.h header.
Synchapi() - Constructor for class de.ibapl.jnhw.winapi.Synchapi
 

T

toString() - Method in class de.ibapl.jnhw.winapi.Winnt.HANDLE
 
touch() - Static method in class de.ibapl.jnhw.util.winapi.LibJnhwWinApiLoader
load but break any loop loading the lib will trigger OpacqueMemory to trigger this again
TRUNCATE_EXISTING - Static variable in class de.ibapl.jnhw.winapi.Fileapi
TRUNCATE_EXISTING Opens a file and truncates it so that its size is zero bytes, only if it exists.
TWOSTOPBITS - Static variable in class de.ibapl.jnhw.winapi.Winbase
TWOSTOPBITS 2 stop bits.

W

WAIT_ABANDONED - Static variable in class de.ibapl.jnhw.winapi.Winbase
WAIT_FAILED - Static variable in class de.ibapl.jnhw.winapi.Winbase
WAIT_FAILED The specified object is a mutex object that was not released by the thread that owned the mutex object before the owning thread terminated.
WAIT_IO_COMPLETION - Static variable in class de.ibapl.jnhw.winapi.Winbase
WAIT_IO_COMPLETION The state of the specified object is signaled.
WAIT_OBJECT_0 - Static variable in class de.ibapl.jnhw.winapi.Winbase
WAIT_OBJECT_0 The state of the specified object is signaled.
WAIT_TIMEOUT - Static variable in class de.ibapl.jnhw.winapi.Winbase
WAIT_TIMEOUT The time-out interval elapsed, and the object's state is nonsignaled.
WAIT_TIMEOUT - Static variable in class de.ibapl.jnhw.winapi.Winerror
The wait operation timed out.
WaitForMultipleObjects(Winnt.ArrayOfHandle, boolean, long) - Static method in class de.ibapl.jnhw.winapi.Synchapi
WaitForSingleObject Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses.
WaitForMultipleObjectsEx(Winnt.ArrayOfHandle, boolean, long, boolean) - Static method in class de.ibapl.jnhw.winapi.Synchapi
WaitForSingleObjectEx Waits until the specified object is in the signaled state, an I/O completion routine or asynchronous procedure call (APC) is queued to the thread, or the time-out interval elapses.
WaitForSingleObject(Winnt.HANDLE, long) - Static method in class de.ibapl.jnhw.winapi.Synchapi
WaitForSingleObject Waits until the specified object is in the signaled state or the time-out interval elapses.
WaitForSingleObjectEx(Winnt.HANDLE, long, boolean) - Static method in class de.ibapl.jnhw.winapi.Synchapi
WaitForSingleObjectEx Waits until the specified object is in the signaled state, an I/O completion routine or asynchronous procedure call (APC) is queued to the thread, or the time-out interval elapses.
Winbase - Class in de.ibapl.jnhw.winapi
Wrapper around the winbase.h header.
Winbase() - Constructor for class de.ibapl.jnhw.winapi.Winbase
 
Winbase.COMMTIMEOUTS - Class in de.ibapl.jnhw.winapi
Winbase.COMSTAT - Class in de.ibapl.jnhw.winapi
Winbase.DCB - Class in de.ibapl.jnhw.winapi
WinDef - Class in de.ibapl.jnhw.winapi
Wrapper around the WinDef.h header.
WinDef() - Constructor for class de.ibapl.jnhw.winapi.WinDef
 
WinDef.HKEY - Class in de.ibapl.jnhw.winapi
Wrapper for HKEY.
WinDef.LPBYTE - Class in de.ibapl.jnhw.winapi
Wrapper for LPBYTE.
WinDef.PHKEY - Class in de.ibapl.jnhw.winapi
Wrapper for PHKEY.
Winerror - Class in de.ibapl.jnhw.winapi
Wrapper around the winerror.h header with the Systrem Error Codes.
Winerror() - Constructor for class de.ibapl.jnhw.winapi.Winerror
 
Winnt - Class in de.ibapl.jnhw.winapi
Wrapper around the winnt.h header.
Winnt() - Constructor for class de.ibapl.jnhw.winapi.Winnt
 
Winnt.ArrayOfHandle - Class in de.ibapl.jnhw.winapi
 
Winnt.HANDLE - Class in de.ibapl.jnhw.winapi
Wrapper for HANDLE.
Winnt.LPWSTR - Class in de.ibapl.jnhw.winapi
Wrapper for LPWSTR.
Winnt.PAPCFUNC - Class in de.ibapl.jnhw.winapi
 
Winnt.PHANDLE - Class in de.ibapl.jnhw.winapi
Wrapper for PHANDLE.
Winnt.PHANDLE.CreateHandler - Interface in de.ibapl.jnhw.winapi
 
Winreg - Class in de.ibapl.jnhw.winapi
Wrapper around the winreg.h header.
Winreg() - Constructor for class de.ibapl.jnhw.winapi.Winreg
 
wReserved() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
wReserved1() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
WriteFile(Winnt.HANDLE, byte) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.
WriteFile(Winnt.HANDLE, byte[]) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.Writing starts at the position specified by the file pointer if supported by the device.
WriteFile(Winnt.HANDLE, byte[], int, int) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.Writing starts at the position specified by the file pointer if supported by the device.
WriteFile(Winnt.HANDLE, OpaqueMemory32, int, int) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.Writing starts at the position specified by the file pointer if supported by the device.
WriteFile(Winnt.HANDLE, OpaqueMemory32, int, int, Minwinbase.OVERLAPPED) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.Writing starts at the position specified by the file pointer if supported by the device.
WriteFile(Winnt.HANDLE, OpaqueMemory32, Minwinbase.OVERLAPPED) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.Writing starts at the position specified by the file pointer if supported by the device.
WriteFile(Winnt.HANDLE, OpaqueMemory64, long, int) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.Writing starts at the position specified by the file pointer if supported by the device.
WriteFile(Winnt.HANDLE, OpaqueMemory64, long, int, Minwinbase.OVERLAPPED) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.Writing starts at the position specified by the file pointer if supported by the device.
WriteFile(Winnt.HANDLE, ByteBuffer) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.
WriteFile(Winnt.HANDLE, ByteBuffer, Minwinbase.OVERLAPPED) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.
WriteFileEx(Winnt.HANDLE, OpaqueMemory32, int, int, Minwinbase.OVERLAPPED, Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.Writing starts at the position specified by the file pointer if supported by the device.
WriteFileEx(Winnt.HANDLE, OpaqueMemory32, Minwinbase.OVERLAPPED, Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.Writing starts at the position specified by the file pointer if supported by the device.This is the asynchronous write for OpaqueMemory32.
WriteFileEx(Winnt.HANDLE, OpaqueMemory64, long, int, Minwinbase.OVERLAPPED, Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.Writing starts at the position specified by the file pointer if supported by the device.
WriteFileEx(Winnt.HANDLE, ByteBuffer, Minwinbase.OVERLAPPED, Minwinbase.LPOVERLAPPED_COMPLETION_ROUTINE) - Static method in class de.ibapl.jnhw.winapi.Fileapi
WriteFile Writes data to the specified file or input/output (I/O) device.
WriteTotalTimeoutConstant() - Method in class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 
WriteTotalTimeoutConstant(long) - Method in class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 
WriteTotalTimeoutMultiplier() - Method in class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 
WriteTotalTimeoutMultiplier(long) - Method in class de.ibapl.jnhw.winapi.Winbase.COMMTIMEOUTS
 

X

XoffChar() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
XoffChar(char) - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
XoffLim() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
XonChar() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
XonChar(char) - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
XonLim() - Method in class de.ibapl.jnhw.winapi.Winbase.DCB
 
A B C D E F G H I K L M N O P Q R S T W X 
All Classes All Packages