Schnittstelle WinNT

Alle Superschnittstellen:
BaseTSD, WinBase, WinDef, WinError
Alle bekannten Unterschnittstellen:
CoreDLL, Kernel32, User32

public interface WinNT extends WinError, WinDef, WinBase, BaseTSD
This module defines the 32-Bit Windows types and constants that are defined by NT, but exposed through the Win32 API. Ported from WinNT.h Microsoft Windows SDK 6.0A. Avoid including any NIO Buffer mappings here; put them in a DLL-derived interface (e.g. kernel32, user32, etc) instead.
Autor:
dblock[at]dblock.org
  • Felddetails

    • MINCHAR

      static final int MINCHAR
      Siehe auch:
    • MAXCHAR

      static final int MAXCHAR
      Siehe auch:
    • MINSHORT

      static final int MINSHORT
      Siehe auch:
    • MAXSHORT

      static final int MAXSHORT
      Siehe auch:
    • MINLONG

      static final int MINLONG
      Siehe auch:
    • MAXLONG

      static final int MAXLONG
      Siehe auch:
    • MAXBYTE

      static final int MAXBYTE
      Siehe auch:
    • MAXWORD

      static final int MAXWORD
      Siehe auch:
    • MAXDWORD

      static final int MAXDWORD
      Siehe auch:
    • DELETE

      static final int DELETE
      Siehe auch:
    • READ_CONTROL

      static final int READ_CONTROL
      Siehe auch:
    • WRITE_DAC

      static final int WRITE_DAC
      Siehe auch:
    • WRITE_OWNER

      static final int WRITE_OWNER
      Siehe auch:
    • SYNCHRONIZE

      static final int SYNCHRONIZE
      Siehe auch:
    • STANDARD_RIGHTS_REQUIRED

      static final int STANDARD_RIGHTS_REQUIRED
      Siehe auch:
    • STANDARD_RIGHTS_READ

      static final int STANDARD_RIGHTS_READ
      Siehe auch:
    • STANDARD_RIGHTS_WRITE

      static final int STANDARD_RIGHTS_WRITE
      Siehe auch:
    • STANDARD_RIGHTS_EXECUTE

      static final int STANDARD_RIGHTS_EXECUTE
      Siehe auch:
    • STANDARD_RIGHTS_ALL

      static final int STANDARD_RIGHTS_ALL
      Siehe auch:
    • SPECIFIC_RIGHTS_ALL

      static final int SPECIFIC_RIGHTS_ALL
      Siehe auch:
    • MUTANT_QUERY_STATE

      static final int MUTANT_QUERY_STATE
      Siehe auch:
    • MUTANT_ALL_ACCESS

      static final int MUTANT_ALL_ACCESS
      Siehe auch:
    • TOKEN_ASSIGN_PRIMARY

      static final int TOKEN_ASSIGN_PRIMARY
      Required to attach a primary token to a process. The SE_ASSIGNPRIMARYTOKEN_NAME privilege is also required to accomplish this task.
      Siehe auch:
    • TOKEN_DUPLICATE

      static final int TOKEN_DUPLICATE
      Required to duplicate an access token.
      Siehe auch:
    • TOKEN_IMPERSONATE

      static final int TOKEN_IMPERSONATE
      Required to attach an impersonation access token to a process.
      Siehe auch:
    • TOKEN_QUERY

      static final int TOKEN_QUERY
      Required to query an access token.
      Siehe auch:
    • TOKEN_QUERY_SOURCE

      static final int TOKEN_QUERY_SOURCE
      Required to query the source of an access token.
      Siehe auch:
    • TOKEN_ADJUST_PRIVILEGES

      static final int TOKEN_ADJUST_PRIVILEGES
      Required to enable or disable the privileges in an access token.
      Siehe auch:
    • TOKEN_ADJUST_GROUPS

      static final int TOKEN_ADJUST_GROUPS
      Required to adjust the attributes of the groups in an access token.
      Siehe auch:
    • TOKEN_ADJUST_DEFAULT

      static final int TOKEN_ADJUST_DEFAULT
      Required to change the default owner, primary group, or DACL of an access token.
      Siehe auch:
    • TOKEN_ADJUST_SESSIONID

      static final int TOKEN_ADJUST_SESSIONID
      Required to adjust the session ID of an access token. The SE_TCB_NAME privilege is required.
      Siehe auch:
    • TOKEN_ALL_ACCESS_P

      static final int TOKEN_ALL_ACCESS_P
      Siehe auch:
    • TOKEN_ALL_ACCESS

      static final int TOKEN_ALL_ACCESS
      Combines all possible access rights for a token.
      Siehe auch:
    • TOKEN_READ

      static final int TOKEN_READ
      Combines STANDARD_RIGHTS_READ and TOKEN_QUERY.
      Siehe auch:
    • TOKEN_WRITE

      static final int TOKEN_WRITE
      Combines STANDARD_RIGHTS_WRITE, TOKEN_ADJUST_PRIVILEGES, TOKEN_ADJUST_GROUPS, and TOKEN_ADJUST_DEFAULT.
      Siehe auch:
    • TOKEN_EXECUTE

      static final int TOKEN_EXECUTE
      Combines STANDARD_RIGHTS_EXECUTE and TOKEN_IMPERSONATE.
      Siehe auch:
    • THREAD_TERMINATE

      static final int THREAD_TERMINATE
      Siehe auch:
    • THREAD_SUSPEND_RESUME

      static final int THREAD_SUSPEND_RESUME
      Siehe auch:
    • THREAD_GET_CONTEXT

      static final int THREAD_GET_CONTEXT
      Siehe auch:
    • THREAD_SET_CONTEXT

      static final int THREAD_SET_CONTEXT
      Siehe auch:
    • THREAD_QUERY_INFORMATION

      static final int THREAD_QUERY_INFORMATION
      Siehe auch:
    • THREAD_SET_INFORMATION

      static final int THREAD_SET_INFORMATION
      Siehe auch:
    • THREAD_SET_THREAD_TOKEN

      static final int THREAD_SET_THREAD_TOKEN
      Siehe auch:
    • THREAD_IMPERSONATE

      static final int THREAD_IMPERSONATE
      Siehe auch:
    • THREAD_DIRECT_IMPERSONATION

      static final int THREAD_DIRECT_IMPERSONATION
      Siehe auch:
    • THREAD_SET_LIMITED_INFORMATION

      static final int THREAD_SET_LIMITED_INFORMATION
      Siehe auch:
    • THREAD_QUERY_LIMITED_INFORMATION

      static final int THREAD_QUERY_LIMITED_INFORMATION
      Siehe auch:
    • THREAD_ALL_ACCESS

      static final int THREAD_ALL_ACCESS
      Siehe auch:
    • LTP_PC_SMT

      static final int LTP_PC_SMT
      Flag identifying hyperthreading / simultaneous multithreading (SMT)
      Siehe auch:
    • FILE_READ_DATA

      static final int FILE_READ_DATA
      Siehe auch:
    • FILE_LIST_DIRECTORY

      static final int FILE_LIST_DIRECTORY
      Siehe auch:
    • FILE_WRITE_DATA

      static final int FILE_WRITE_DATA
      Siehe auch:
    • FILE_ADD_FILE

      static final int FILE_ADD_FILE
      Siehe auch:
    • FILE_APPEND_DATA

      static final int FILE_APPEND_DATA
      Siehe auch:
    • FILE_ADD_SUBDIRECTORY

      static final int FILE_ADD_SUBDIRECTORY
      Siehe auch:
    • FILE_CREATE_PIPE_INSTANCE

      static final int FILE_CREATE_PIPE_INSTANCE
      Siehe auch:
    • FILE_READ_EA

      static final int FILE_READ_EA
      Siehe auch:
    • FILE_WRITE_EA

      static final int FILE_WRITE_EA
      Siehe auch:
    • FILE_EXECUTE

      static final int FILE_EXECUTE
      Siehe auch:
    • FILE_TRAVERSE

      static final int FILE_TRAVERSE
      Siehe auch:
    • FILE_DELETE_CHILD

      static final int FILE_DELETE_CHILD
      Siehe auch:
    • FILE_READ_ATTRIBUTES

      static final int FILE_READ_ATTRIBUTES
      Siehe auch:
    • FILE_WRITE_ATTRIBUTES

      static final int FILE_WRITE_ATTRIBUTES
      Siehe auch:
    • FILE_ALL_ACCESS

      static final int FILE_ALL_ACCESS
      Siehe auch:
    • FILE_GENERIC_READ

      static final int FILE_GENERIC_READ
      Siehe auch:
    • FILE_GENERIC_WRITE

      static final int FILE_GENERIC_WRITE
      Siehe auch:
    • FILE_GENERIC_EXECUTE

      static final int FILE_GENERIC_EXECUTE
      Siehe auch:
    • CREATE_NEW

      static final int CREATE_NEW
      Siehe auch:
    • CREATE_ALWAYS

      static final int CREATE_ALWAYS
      Siehe auch:
    • OPEN_EXISTING

      static final int OPEN_EXISTING
      Siehe auch:
    • OPEN_ALWAYS

      static final int OPEN_ALWAYS
      Siehe auch:
    • TRUNCATE_EXISTING

      static final int TRUNCATE_EXISTING
      Siehe auch:
    • FILE_FLAG_WRITE_THROUGH

      static final int FILE_FLAG_WRITE_THROUGH
      Siehe auch:
    • FILE_FLAG_OVERLAPPED

      static final int FILE_FLAG_OVERLAPPED
      Siehe auch:
    • FILE_FLAG_NO_BUFFERING

      static final int FILE_FLAG_NO_BUFFERING
      Siehe auch:
    • FILE_FLAG_RANDOM_ACCESS

      static final int FILE_FLAG_RANDOM_ACCESS
      Siehe auch:
    • FILE_FLAG_SEQUENTIAL_SCAN

      static final int FILE_FLAG_SEQUENTIAL_SCAN
      Siehe auch:
    • FILE_FLAG_DELETE_ON_CLOSE

      static final int FILE_FLAG_DELETE_ON_CLOSE
      Siehe auch:
    • FILE_FLAG_BACKUP_SEMANTICS

      static final int FILE_FLAG_BACKUP_SEMANTICS
      Siehe auch:
    • FILE_FLAG_POSIX_SEMANTICS

      static final int FILE_FLAG_POSIX_SEMANTICS
      Siehe auch:
    • FILE_FLAG_OPEN_REPARSE_POINT

      static final int FILE_FLAG_OPEN_REPARSE_POINT
      Siehe auch:
    • FILE_FLAG_OPEN_NO_RECALL

      static final int FILE_FLAG_OPEN_NO_RECALL
      Siehe auch:
    • GENERIC_READ

      static final int GENERIC_READ
      Siehe auch:
    • GENERIC_WRITE

      static final int GENERIC_WRITE
      Siehe auch:
    • GENERIC_EXECUTE

      static final int GENERIC_EXECUTE
      Siehe auch:
    • GENERIC_ALL

      static final int GENERIC_ALL
      Siehe auch:
    • ACCESS_SYSTEM_SECURITY

      static final int ACCESS_SYSTEM_SECURITY
      Siehe auch:
    • PAGE_GUARD

      static final int PAGE_GUARD
      Pages in the region become guard pages.
      Any attempt to access a guard page causes the system to raise a STATUS_GUARD_PAGE_VIOLATION exception and turn off the guard page status.
      Guard pages thus act as a one-time access alarm.
      For more information, see Creating Guard Pages.
      When an access attempt leads the system to turn off guard page status, the underlying page protection takes over.
      If a guard page exception occurs during a system service, the service typically returns a failure status indicator.
      This value cannot be used with PAGE_NOACCESS. This flag is not supported by the CreateFileMapping function.
      Siehe auch:
    • PAGE_NOACCESS

      static final int PAGE_NOACCESS
      Disables all access to the committed region of pages.
      An attempt to read from, write to, or execute the committed region results in an access violation.
      This flag is not supported by the CreateFileMapping function.
      Siehe auch:
    • PAGE_READONLY

      static final int PAGE_READONLY
      Enables read-only access to the committed region of pages.
      An attempt to write to the committed region results in an access violation.
      If Data Execution Prevention is enabled, an attempt to execute code in the committed region results in an access violation.
      Siehe auch:
    • PAGE_READWRITE

      static final int PAGE_READWRITE
      Enables read-only or read/write access to the committed region of pages.
      If Data Execution Prevention is enabled, attempting to execute code in the committed region results in an access violation.
      Siehe auch:
    • PAGE_WRITECOPY

      static final int PAGE_WRITECOPY
      Enables read-only or copy-on-write access to a mapped view of a file mapping object. An attempt to write to a committed copy-on-write page results in a private copy of the page being made for the process. The private page is marked as PAGE_READWRITE, and the change is written to the new page. If Data Execution Prevention is enabled, attempting to execute code in the committed region results in an access violation.
      Siehe auch:
    • PAGE_EXECUTE

      static final int PAGE_EXECUTE
      Enables execute access to the committed region of pages. An attempt to write to the committed region results in an access violation. This flag is not supported by the CreateFileMapping function.
      Siehe auch:
    • PAGE_EXECUTE_READ

      static final int PAGE_EXECUTE_READ
      Enables execute or read-only access to the committed region of pages. An attempt to write to the committed region results in an access violation. Windows Server 2003 and Windows XP: This attribute is not supported by the CreateFileMapping function until Windows XP with SP2 and Windows Server 2003 with SP1.
      Siehe auch:
    • PAGE_EXECUTE_READWRITE

      static final int PAGE_EXECUTE_READWRITE
      Enables execute, read-only, or read/write access to the committed region of pages. Windows Server 2003 and Windows XP: This attribute is not supported by the CreateFileMapping function until Windows XP with SP2 and Windows Server 2003 with SP1.
      Siehe auch:
    • SECTION_QUERY

      static final int SECTION_QUERY
      Siehe auch:
    • SECTION_MAP_WRITE

      static final int SECTION_MAP_WRITE
      Siehe auch:
    • SECTION_MAP_READ

      static final int SECTION_MAP_READ
      Siehe auch:
    • SECTION_MAP_EXECUTE

      static final int SECTION_MAP_EXECUTE
      Siehe auch:
    • SECTION_EXTEND_SIZE

      static final int SECTION_EXTEND_SIZE
      Siehe auch:
    • SECTION_ALL_ACCESS

      static final int SECTION_ALL_ACCESS
      Siehe auch:
    • SECTION_MAP_EXECUTE_EXPLICIT

      static final int SECTION_MAP_EXECUTE_EXPLICIT
      Siehe auch:
    • FILE_SHARE_READ

      static final int FILE_SHARE_READ
      Siehe auch:
    • FILE_SHARE_WRITE

      static final int FILE_SHARE_WRITE
      Siehe auch:
    • FILE_SHARE_DELETE

      static final int FILE_SHARE_DELETE
      Siehe auch:
    • FILE_TYPE_CHAR

      static final int FILE_TYPE_CHAR
      Siehe auch:
    • FILE_TYPE_DISK

      static final int FILE_TYPE_DISK
      Siehe auch:
    • FILE_TYPE_PIPE

      static final int FILE_TYPE_PIPE
      Siehe auch:
    • FILE_TYPE_REMOTE

      static final int FILE_TYPE_REMOTE
      Siehe auch:
    • FILE_TYPE_UNKNOWN

      static final int FILE_TYPE_UNKNOWN
      Siehe auch:
    • FILE_ATTRIBUTE_READONLY

      static final int FILE_ATTRIBUTE_READONLY
      Siehe auch:
    • FILE_ATTRIBUTE_HIDDEN

      static final int FILE_ATTRIBUTE_HIDDEN
      Siehe auch:
    • FILE_ATTRIBUTE_SYSTEM

      static final int FILE_ATTRIBUTE_SYSTEM
      Siehe auch:
    • FILE_ATTRIBUTE_DIRECTORY

      static final int FILE_ATTRIBUTE_DIRECTORY
      Siehe auch:
    • FILE_ATTRIBUTE_ARCHIVE

      static final int FILE_ATTRIBUTE_ARCHIVE
      Siehe auch:
    • FILE_ATTRIBUTE_DEVICE

      static final int FILE_ATTRIBUTE_DEVICE
      Siehe auch:
    • FILE_ATTRIBUTE_NORMAL

      static final int FILE_ATTRIBUTE_NORMAL
      Siehe auch:
    • FILE_ATTRIBUTE_TEMPORARY

      static final int FILE_ATTRIBUTE_TEMPORARY
      Siehe auch:
    • FILE_ATTRIBUTE_SPARSE_FILE

      static final int FILE_ATTRIBUTE_SPARSE_FILE
      Siehe auch:
    • FILE_ATTRIBUTE_REPARSE_POINT

      static final int FILE_ATTRIBUTE_REPARSE_POINT
      Siehe auch:
    • FILE_ATTRIBUTE_COMPRESSED

      static final int FILE_ATTRIBUTE_COMPRESSED
      Siehe auch:
    • FILE_ATTRIBUTE_OFFLINE

      static final int FILE_ATTRIBUTE_OFFLINE
      Siehe auch:
    • FILE_ATTRIBUTE_NOT_CONTENT_INDEXED

      static final int FILE_ATTRIBUTE_NOT_CONTENT_INDEXED
      Siehe auch:
    • FILE_ATTRIBUTE_ENCRYPTED

      static final int FILE_ATTRIBUTE_ENCRYPTED
      Siehe auch:
    • FILE_ATTRIBUTE_VIRTUAL

      static final int FILE_ATTRIBUTE_VIRTUAL
      Siehe auch:
    • FILE_NOTIFY_CHANGE_FILE_NAME

      static final int FILE_NOTIFY_CHANGE_FILE_NAME
      Siehe auch:
    • FILE_NOTIFY_CHANGE_DIR_NAME

      static final int FILE_NOTIFY_CHANGE_DIR_NAME
      Siehe auch:
    • FILE_NOTIFY_CHANGE_NAME

      static final int FILE_NOTIFY_CHANGE_NAME
      Siehe auch:
    • FILE_NOTIFY_CHANGE_ATTRIBUTES

      static final int FILE_NOTIFY_CHANGE_ATTRIBUTES
      Siehe auch:
    • FILE_NOTIFY_CHANGE_SIZE

      static final int FILE_NOTIFY_CHANGE_SIZE
      Siehe auch:
    • FILE_NOTIFY_CHANGE_LAST_WRITE

      static final int FILE_NOTIFY_CHANGE_LAST_WRITE
      Siehe auch:
    • FILE_NOTIFY_CHANGE_LAST_ACCESS

      static final int FILE_NOTIFY_CHANGE_LAST_ACCESS
      Siehe auch:
    • FILE_NOTIFY_CHANGE_CREATION

      static final int FILE_NOTIFY_CHANGE_CREATION
      Siehe auch:
    • FILE_NOTIFY_CHANGE_SECURITY

      static final int FILE_NOTIFY_CHANGE_SECURITY
      Siehe auch:
    • FILE_ACTION_ADDED

      static final int FILE_ACTION_ADDED
      Siehe auch:
    • FILE_ACTION_REMOVED

      static final int FILE_ACTION_REMOVED
      Siehe auch:
    • FILE_ACTION_MODIFIED

      static final int FILE_ACTION_MODIFIED
      Siehe auch:
    • FILE_ACTION_RENAMED_OLD_NAME

      static final int FILE_ACTION_RENAMED_OLD_NAME
      Siehe auch:
    • FILE_ACTION_RENAMED_NEW_NAME

      static final int FILE_ACTION_RENAMED_NEW_NAME
      Siehe auch:
    • FILE_CASE_PRESERVED_NAMES

      static final int FILE_CASE_PRESERVED_NAMES
      Siehe auch:
    • FILE_UNICODE_ON_DISK

      static final int FILE_UNICODE_ON_DISK
      Siehe auch:
    • FILE_PERSISTENT_ACLS

      static final int FILE_PERSISTENT_ACLS
      Siehe auch:
    • FILE_FILE_COMPRESSION

      static final int FILE_FILE_COMPRESSION
      Siehe auch:
    • FILE_VOLUME_QUOTAS

      static final int FILE_VOLUME_QUOTAS
      Siehe auch:
    • FILE_SUPPORTS_SPARSE_FILES

      static final int FILE_SUPPORTS_SPARSE_FILES
      Siehe auch:
    • FILE_SUPPORTS_REPARSE_POINTS

      static final int FILE_SUPPORTS_REPARSE_POINTS
      Siehe auch:
    • FILE_SUPPORTS_REMOTE_STORAGE

      static final int FILE_SUPPORTS_REMOTE_STORAGE
      Siehe auch:
    • FILE_VOLUME_IS_COMPRESSED

      static final int FILE_VOLUME_IS_COMPRESSED
      Siehe auch:
    • FILE_SUPPORTS_OBJECT_IDS

      static final int FILE_SUPPORTS_OBJECT_IDS
      Siehe auch:
    • FILE_SUPPORTS_ENCRYPTION

      static final int FILE_SUPPORTS_ENCRYPTION
      Siehe auch:
    • FILE_NAMED_STREAMS

      static final int FILE_NAMED_STREAMS
      Siehe auch:
    • FILE_READ_ONLY_VOLUME

      static final int FILE_READ_ONLY_VOLUME
      Siehe auch:
    • FILE_SEQUENTIAL_WRITE_ONCE

      static final int FILE_SEQUENTIAL_WRITE_ONCE
      Siehe auch:
    • FILE_SUPPORTS_TRANSACTIONS

      static final int FILE_SUPPORTS_TRANSACTIONS
      Siehe auch:
    • FILE_SUPPORTS_EXTENDED_ATTRIBUTES

      static final int FILE_SUPPORTS_EXTENDED_ATTRIBUTES
      Siehe auch:
    • FILE_SUPPORTS_OPEN_BY_FILE_ID

      static final int FILE_SUPPORTS_OPEN_BY_FILE_ID
      Siehe auch:
    • FILE_SUPPORTS_USN_JOURNAL

      static final int FILE_SUPPORTS_USN_JOURNAL
      Siehe auch:
    • IO_REPARSE_TAG_MOUNT_POINT

      static final int IO_REPARSE_TAG_MOUNT_POINT
      Siehe auch:
    • IO_REPARSE_TAG_HSM

      static final int IO_REPARSE_TAG_HSM
      Siehe auch:
    • IO_REPARSE_TAG_HSM2

      static final int IO_REPARSE_TAG_HSM2
      Siehe auch:
    • IO_REPARSE_TAG_SIS

      static final int IO_REPARSE_TAG_SIS
      Siehe auch:
    • IO_REPARSE_TAG_WIM

      static final int IO_REPARSE_TAG_WIM
      Siehe auch:
    • IO_REPARSE_TAG_CSV

      static final int IO_REPARSE_TAG_CSV
      Siehe auch:
    • IO_REPARSE_TAG_DFS

      static final int IO_REPARSE_TAG_DFS
      Siehe auch:
    • IO_REPARSE_TAG_DFSR

      static final int IO_REPARSE_TAG_DFSR
      Siehe auch:
    • DDD_RAW_TARGET_PATH

      static final int DDD_RAW_TARGET_PATH
      Siehe auch:
    • DDD_REMOVE_DEFINITION

      static final int DDD_REMOVE_DEFINITION
      Siehe auch:
    • DDD_EXACT_MATCH_ON_REMOVE

      static final int DDD_EXACT_MATCH_ON_REMOVE
      Siehe auch:
    • DDD_NO_BROADCAST_SYSTEM

      static final int DDD_NO_BROADCAST_SYSTEM
      Siehe auch:
    • COMPRESSION_FORMAT_NONE

      static final int COMPRESSION_FORMAT_NONE
      Siehe auch:
    • COMPRESSION_FORMAT_DEFAULT

      static final int COMPRESSION_FORMAT_DEFAULT
      Siehe auch:
    • COMPRESSION_FORMAT_LZNT1

      static final int COMPRESSION_FORMAT_LZNT1
      Siehe auch:
    • COMPRESSION_FORMAT_XPRESS

      static final int COMPRESSION_FORMAT_XPRESS
      Siehe auch:
    • COMPRESSION_FORMAT_XPRESS_HUFF

      static final int COMPRESSION_FORMAT_XPRESS_HUFF
      Siehe auch:
    • COMPRESSION_ENGINE_STANDARD

      static final int COMPRESSION_ENGINE_STANDARD
      Siehe auch:
    • COMPRESSION_ENGINE_MAXIMUM

      static final int COMPRESSION_ENGINE_MAXIMUM
      Siehe auch:
    • COMPRESSION_ENGINE_HIBER

      static final int COMPRESSION_ENGINE_HIBER
      Siehe auch:
    • KEY_QUERY_VALUE

      static final int KEY_QUERY_VALUE
      Registry options.
      Siehe auch:
    • KEY_SET_VALUE

      static final int KEY_SET_VALUE
      Siehe auch:
    • KEY_CREATE_SUB_KEY

      static final int KEY_CREATE_SUB_KEY
      Siehe auch:
    • KEY_ENUMERATE_SUB_KEYS

      static final int KEY_ENUMERATE_SUB_KEYS
      Siehe auch:
    • KEY_NOTIFY

      static final int KEY_NOTIFY
      Siehe auch:
    • KEY_WOW64_32KEY

      static final int KEY_WOW64_32KEY
      Siehe auch:
    • KEY_WOW64_64KEY

      static final int KEY_WOW64_64KEY
      Siehe auch:
    • KEY_WOW64_RES

      static final int KEY_WOW64_RES
      Siehe auch:
    • KEY_READ

      static final int KEY_READ
      Siehe auch:
    • KEY_WRITE

      static final int KEY_WRITE
      Siehe auch:
    • KEY_EXECUTE

      static final int KEY_EXECUTE
      Siehe auch:
    • KEY_ALL_ACCESS

      static final int KEY_ALL_ACCESS
      Siehe auch:
    • REG_OPTION_RESERVED

      static final int REG_OPTION_RESERVED
      Parameter is reserved.
      Siehe auch:
    • REG_OPTION_NON_VOLATILE

      static final int REG_OPTION_NON_VOLATILE
      Key is preserved when system is rebooted.
      Siehe auch:
    • REG_OPTION_VOLATILE

      static final int REG_OPTION_VOLATILE
      Key is not preserved when system is rebooted.
      Siehe auch:
    • REG_OPTION_BACKUP_RESTORE

      static final int REG_OPTION_BACKUP_RESTORE
      Open for backup or restore special access rules privilege required.
      Siehe auch:
    • REG_CREATED_NEW_KEY

      static final int REG_CREATED_NEW_KEY
      New Registry Key created.
      Siehe auch:
    • REG_OPENED_EXISTING_KEY

      static final int REG_OPENED_EXISTING_KEY
      Existing Key opened.
      Siehe auch:
    • REG_STANDARD_FORMAT

      static final int REG_STANDARD_FORMAT
      Siehe auch:
    • REG_LATEST_FORMAT

      static final int REG_LATEST_FORMAT
      Siehe auch:
    • REG_NO_COMPRESSION

      static final int REG_NO_COMPRESSION
      Siehe auch:
    • REG_WHOLE_HIVE_VOLATILE

      static final int REG_WHOLE_HIVE_VOLATILE
      Restore whole hive volatile.
      Siehe auch:
    • REG_REFRESH_HIVE

      static final int REG_REFRESH_HIVE
      Unwind changes to last flush.
      Siehe auch:
    • REG_NO_LAZY_FLUSH

      static final int REG_NO_LAZY_FLUSH
      Never lazy flush this hive.
      Siehe auch:
    • REG_FORCE_RESTORE

      static final int REG_FORCE_RESTORE
      Force the restore process even when we have open handles on subkeys.
      Siehe auch:
    • REG_APP_HIVE

      static final int REG_APP_HIVE
      Loads the hive visible to the calling process.
      Siehe auch:
    • REG_PROCESS_PRIVATE

      static final int REG_PROCESS_PRIVATE
      Hive cannot be mounted by any other process while in use.
      Siehe auch:
    • REG_START_JOURNAL

      static final int REG_START_JOURNAL
      Starts Hive Journal.
      Siehe auch:
    • REG_HIVE_EXACT_FILE_GROWTH

      static final int REG_HIVE_EXACT_FILE_GROWTH
      Grow hive file in exact 4k increments.
      Siehe auch:
    • REG_HIVE_NO_RM

      static final int REG_HIVE_NO_RM
      No RM is started for this hive = no transactions.
      Siehe auch:
    • REG_HIVE_SINGLE_LOG

      static final int REG_HIVE_SINGLE_LOG
      Legacy single logging is used for this hive.
      Siehe auch:
    • REG_FORCE_UNLOAD

      static final int REG_FORCE_UNLOAD
      Siehe auch:
    • REG_NOTIFY_CHANGE_NAME

      static final int REG_NOTIFY_CHANGE_NAME
      Siehe auch:
    • REG_NOTIFY_CHANGE_ATTRIBUTES

      static final int REG_NOTIFY_CHANGE_ATTRIBUTES
      Siehe auch:
    • REG_NOTIFY_CHANGE_LAST_SET

      static final int REG_NOTIFY_CHANGE_LAST_SET
      Siehe auch:
    • REG_NOTIFY_CHANGE_SECURITY

      static final int REG_NOTIFY_CHANGE_SECURITY
      Siehe auch:
    • REG_NOTIFY_THREAD_AGNOSTIC

      static final int REG_NOTIFY_THREAD_AGNOSTIC
      Siehe auch:
    • REG_NONE

      static final int REG_NONE
      No value type.
      Siehe auch:
    • REG_SZ

      static final int REG_SZ
      Unicode null-terminated string.
      Siehe auch:
    • REG_EXPAND_SZ

      static final int REG_EXPAND_SZ
      Unicode null-terminated string with environment variable references.
      Siehe auch:
    • REG_BINARY

      static final int REG_BINARY
      Free-formed binary.
      Siehe auch:
    • REG_DWORD

      static final int REG_DWORD
      32-bit number.
      Siehe auch:
    • REG_DWORD_LITTLE_ENDIAN

      static final int REG_DWORD_LITTLE_ENDIAN
      32-bit number, same as REG_DWORD.
      Siehe auch:
    • REG_DWORD_BIG_ENDIAN

      static final int REG_DWORD_BIG_ENDIAN
      32-bit number.
      Siehe auch:
    • REG_MULTI_SZ

      static final int REG_MULTI_SZ
      Multiple unicode strings.
      Siehe auch:
    • REG_RESOURCE_LIST

      static final int REG_RESOURCE_LIST
      Resource list in the resource map.
      Siehe auch:
    • REG_FULL_RESOURCE_DESCRIPTOR

      static final int REG_FULL_RESOURCE_DESCRIPTOR
      Resource list in the hardware description.
      Siehe auch:
    • REG_RESOURCE_REQUIREMENTS_LIST

      static final int REG_RESOURCE_REQUIREMENTS_LIST
      Siehe auch:
    • REG_QWORD

      static final int REG_QWORD
      64-bit number.
      Siehe auch:
    • REG_QWORD_LITTLE_ENDIAN

      static final int REG_QWORD_LITTLE_ENDIAN
      64-bit number, same as REG_QWORD.
      Siehe auch:
    • SID_REVISION

      static final int SID_REVISION
      Current SID revision level.
      Siehe auch:
    • SID_MAX_SUB_AUTHORITIES

      static final int SID_MAX_SUB_AUTHORITIES
      Siehe auch:
    • SECURITY_MAX_SID_SIZE

      static final int SECURITY_MAX_SID_SIZE
      Maximum bytes used by a SID. (sizeof(SID) - sizeof(DWORD) + (SID_MAX_SUB_AUTHORITIES * sizeof(DWORD)))
      Siehe auch:
    • VER_EQUAL

      static final int VER_EQUAL
      Siehe auch:
    • VER_GREATER

      static final int VER_GREATER
      Siehe auch:
    • VER_GREATER_EQUAL

      static final int VER_GREATER_EQUAL
      Siehe auch:
    • VER_LESS

      static final int VER_LESS
      Siehe auch:
    • VER_LESS_EQUAL

      static final int VER_LESS_EQUAL
      Siehe auch:
    • VER_AND

      static final int VER_AND
      Siehe auch:
    • VER_OR

      static final int VER_OR
      Siehe auch:
    • VER_CONDITION_MASK

      static final int VER_CONDITION_MASK
      Siehe auch:
    • VER_NUM_BITS_PER_CONDITION_MASK

      static final int VER_NUM_BITS_PER_CONDITION_MASK
      Siehe auch:
    • VER_MINORVERSION

      static final int VER_MINORVERSION
      Siehe auch:
    • VER_MAJORVERSION

      static final int VER_MAJORVERSION
      Siehe auch:
    • VER_BUILDNUMBER

      static final int VER_BUILDNUMBER
      Siehe auch:
    • VER_PLATFORMID

      static final int VER_PLATFORMID
      Siehe auch:
    • VER_SERVICEPACKMINOR

      static final int VER_SERVICEPACKMINOR
      Siehe auch:
    • VER_SERVICEPACKMAJOR

      static final int VER_SERVICEPACKMAJOR
      Siehe auch:
    • VER_SUITENAME

      static final int VER_SUITENAME
      Siehe auch:
    • VER_PRODUCT_TYPE

      static final int VER_PRODUCT_TYPE
      Siehe auch:
    • VER_NT_WORKSTATION

      static final int VER_NT_WORKSTATION
      Siehe auch:
    • VER_NT_DOMAIN_CONTROLLER

      static final int VER_NT_DOMAIN_CONTROLLER
      Siehe auch:
    • VER_NT_SERVER

      static final int VER_NT_SERVER
      Siehe auch:
    • VER_PLATFORM_WIN32s

      static final int VER_PLATFORM_WIN32s
      Siehe auch:
    • VER_PLATFORM_WIN32_WINDOWS

      static final int VER_PLATFORM_WIN32_WINDOWS
      Siehe auch:
    • VER_PLATFORM_WIN32_NT

      static final int VER_PLATFORM_WIN32_NT
      Siehe auch:
    • WIN32_WINNT_NT4

      static final short WIN32_WINNT_NT4
      Siehe auch:
    • WIN32_WINNT_WIN2K

      static final short WIN32_WINNT_WIN2K
      Siehe auch:
    • WIN32_WINNT_WINXP

      static final short WIN32_WINNT_WINXP
      Siehe auch:
    • WIN32_WINNT_WS03

      static final short WIN32_WINNT_WS03
      Siehe auch:
    • WIN32_WINNT_WIN6

      static final short WIN32_WINNT_WIN6
      Siehe auch:
    • WIN32_WINNT_VISTA

      static final short WIN32_WINNT_VISTA
      Siehe auch:
    • WIN32_WINNT_WS08

      static final short WIN32_WINNT_WS08
      Siehe auch:
    • WIN32_WINNT_LONGHORN

      static final short WIN32_WINNT_LONGHORN
      Siehe auch:
    • WIN32_WINNT_WIN7

      static final short WIN32_WINNT_WIN7
      Siehe auch:
    • WIN32_WINNT_WIN8

      static final short WIN32_WINNT_WIN8
      Siehe auch:
    • WIN32_WINNT_WINBLUE

      static final short WIN32_WINNT_WINBLUE
      Siehe auch:
    • WIN32_WINNT_WINTHRESHOLD

      static final short WIN32_WINNT_WINTHRESHOLD
      Siehe auch:
    • WIN32_WINNT_WIN10

      static final short WIN32_WINNT_WIN10
      Siehe auch:
    • EVENTLOG_SEQUENTIAL_READ

      static final int EVENTLOG_SEQUENTIAL_READ
      Read the records sequentially. If this is the first read operation, the EVENTLOG_FORWARDS_READ EVENTLOG_BACKWARDS_READ flags determines which record is read first.
      Siehe auch:
    • EVENTLOG_SEEK_READ

      static final int EVENTLOG_SEEK_READ
      Begin reading from the record specified in the dwRecordOffset parameter. This option may not work with large log files if the function cannot determine the log file's size. For details, see Knowledge Base article, 177199.
      Siehe auch:
    • EVENTLOG_FORWARDS_READ

      static final int EVENTLOG_FORWARDS_READ
      The log is read in chronological order (oldest to newest). The default.
      Siehe auch:
    • EVENTLOG_BACKWARDS_READ

      static final int EVENTLOG_BACKWARDS_READ
      The log is read in reverse chronological order (newest to oldest).
      Siehe auch:
    • EVENTLOG_SUCCESS

      static final int EVENTLOG_SUCCESS
      Information event
      Siehe auch:
    • EVENTLOG_ERROR_TYPE

      static final int EVENTLOG_ERROR_TYPE
      Error event
      Siehe auch:
    • EVENTLOG_WARNING_TYPE

      static final int EVENTLOG_WARNING_TYPE
      Warning event
      Siehe auch:
    • EVENTLOG_INFORMATION_TYPE

      static final int EVENTLOG_INFORMATION_TYPE
      Information event
      Siehe auch:
    • EVENTLOG_AUDIT_SUCCESS

      static final int EVENTLOG_AUDIT_SUCCESS
      Success Audit event
      Siehe auch:
    • EVENTLOG_AUDIT_FAILURE

      static final int EVENTLOG_AUDIT_FAILURE
      Failure Audit event
      Siehe auch:
    • SERVICE_KERNEL_DRIVER

      static final int SERVICE_KERNEL_DRIVER
      Siehe auch:
    • SERVICE_FILE_SYSTEM_DRIVER

      static final int SERVICE_FILE_SYSTEM_DRIVER
      Siehe auch:
    • SERVICE_ADAPTER

      static final int SERVICE_ADAPTER
      Siehe auch:
    • SERVICE_RECOGNIZER_DRIVER

      static final int SERVICE_RECOGNIZER_DRIVER
      Siehe auch:
    • SERVICE_DRIVER

      static final int SERVICE_DRIVER
      Siehe auch:
    • SERVICE_WIN32_OWN_PROCESS

      static final int SERVICE_WIN32_OWN_PROCESS
      Siehe auch:
    • SERVICE_WIN32_SHARE_PROCESS

      static final int SERVICE_WIN32_SHARE_PROCESS
      Siehe auch:
    • SERVICE_WIN32

      static final int SERVICE_WIN32
      Siehe auch:
    • SERVICE_INTERACTIVE_PROCESS

      static final int SERVICE_INTERACTIVE_PROCESS
      Siehe auch:
    • SERVICE_TYPE_ALL

      static final int SERVICE_TYPE_ALL
      Siehe auch:
    • SERVICE_BOOT_START

      static final int SERVICE_BOOT_START
      Siehe auch:
    • SERVICE_SYSTEM_START

      static final int SERVICE_SYSTEM_START
      Siehe auch:
    • SERVICE_AUTO_START

      static final int SERVICE_AUTO_START
      Siehe auch:
    • SERVICE_DEMAND_START

      static final int SERVICE_DEMAND_START
      Siehe auch:
    • SERVICE_DISABLED

      static final int SERVICE_DISABLED
      Siehe auch:
    • SERVICE_ERROR_IGNORE

      static final int SERVICE_ERROR_IGNORE
      Siehe auch:
    • SERVICE_ERROR_NORMAL

      static final int SERVICE_ERROR_NORMAL
      Siehe auch:
    • SERVICE_ERROR_SEVERE

      static final int SERVICE_ERROR_SEVERE
      Siehe auch:
    • SERVICE_ERROR_CRITICAL

      static final int SERVICE_ERROR_CRITICAL
      Siehe auch:
    • STATUS_PENDING

      static final int STATUS_PENDING
      Siehe auch:
    • SE_CREATE_TOKEN_NAME

      static final String SE_CREATE_TOKEN_NAME
      Siehe auch:
    • SE_ASSIGNPRIMARYTOKEN_NAME

      static final String SE_ASSIGNPRIMARYTOKEN_NAME
      Siehe auch:
    • SE_LOCK_MEMORY_NAME

      static final String SE_LOCK_MEMORY_NAME
      Siehe auch:
    • SE_INCREASE_QUOTA_NAME

      static final String SE_INCREASE_QUOTA_NAME
      Siehe auch:
    • SE_UNSOLICITED_INPUT_NAME

      static final String SE_UNSOLICITED_INPUT_NAME
      Siehe auch:
    • SE_MACHINE_ACCOUNT_NAME

      static final String SE_MACHINE_ACCOUNT_NAME
      Siehe auch:
    • SE_TCB_NAME

      static final String SE_TCB_NAME
      Siehe auch:
    • SE_SECURITY_NAME

      static final String SE_SECURITY_NAME
      Siehe auch:
    • SE_TAKE_OWNERSHIP_NAME

      static final String SE_TAKE_OWNERSHIP_NAME
      Siehe auch:
    • SE_LOAD_DRIVER_NAME

      static final String SE_LOAD_DRIVER_NAME
      Siehe auch:
    • SE_SYSTEM_PROFILE_NAME

      static final String SE_SYSTEM_PROFILE_NAME
      Siehe auch:
    • SE_SYSTEMTIME_NAME

      static final String SE_SYSTEMTIME_NAME
      Siehe auch:
    • SE_PROF_SINGLE_PROCESS_NAME

      static final String SE_PROF_SINGLE_PROCESS_NAME
      Siehe auch:
    • SE_INC_BASE_PRIORITY_NAME

      static final String SE_INC_BASE_PRIORITY_NAME
      Siehe auch:
    • SE_CREATE_PAGEFILE_NAME

      static final String SE_CREATE_PAGEFILE_NAME
      Siehe auch:
    • SE_CREATE_PERMANENT_NAME

      static final String SE_CREATE_PERMANENT_NAME
      Siehe auch:
    • SE_BACKUP_NAME

      static final String SE_BACKUP_NAME
      Siehe auch:
    • SE_RESTORE_NAME

      static final String SE_RESTORE_NAME
      Siehe auch:
    • SE_SHUTDOWN_NAME

      static final String SE_SHUTDOWN_NAME
      Siehe auch:
    • SE_DEBUG_NAME

      static final String SE_DEBUG_NAME
      Siehe auch:
    • SE_AUDIT_NAME

      static final String SE_AUDIT_NAME
      Siehe auch:
    • SE_SYSTEM_ENVIRONMENT_NAME

      static final String SE_SYSTEM_ENVIRONMENT_NAME
      Siehe auch:
    • SE_CHANGE_NOTIFY_NAME

      static final String SE_CHANGE_NOTIFY_NAME
      Siehe auch:
    • SE_REMOTE_SHUTDOWN_NAME

      static final String SE_REMOTE_SHUTDOWN_NAME
      Siehe auch:
    • SE_UNDOCK_NAME

      static final String SE_UNDOCK_NAME
      Siehe auch:
    • SE_SYNC_AGENT_NAME

      static final String SE_SYNC_AGENT_NAME
      Siehe auch:
    • SE_ENABLE_DELEGATION_NAME

      static final String SE_ENABLE_DELEGATION_NAME
      Siehe auch:
    • SE_MANAGE_VOLUME_NAME

      static final String SE_MANAGE_VOLUME_NAME
      Siehe auch:
    • SE_IMPERSONATE_NAME

      static final String SE_IMPERSONATE_NAME
      Siehe auch:
    • SE_CREATE_GLOBAL_NAME

      static final String SE_CREATE_GLOBAL_NAME
      Siehe auch:
    • SE_PRIVILEGE_ENABLED_BY_DEFAULT

      static final int SE_PRIVILEGE_ENABLED_BY_DEFAULT
      Siehe auch:
    • SE_PRIVILEGE_ENABLED

      static final int SE_PRIVILEGE_ENABLED
      Siehe auch:
    • SE_PRIVILEGE_REMOVED

      static final int SE_PRIVILEGE_REMOVED
      Siehe auch:
    • SE_PRIVILEGE_USED_FOR_ACCESS

      static final int SE_PRIVILEGE_USED_FOR_ACCESS
      Siehe auch:
    • PROCESS_CREATE_PROCESS

      static final int PROCESS_CREATE_PROCESS
      Required to create a process.
      Siehe auch:
    • PROCESS_CREATE_THREAD

      static final int PROCESS_CREATE_THREAD
      Required to create a thread.
      Siehe auch:
    • PROCESS_DUP_HANDLE

      static final int PROCESS_DUP_HANDLE
      Siehe auch:
    • PROCESS_ALL_ACCESS

      static final int PROCESS_ALL_ACCESS
      All possible access rights for a process object. Windows Server 2003 and Windows XP: The size of the PROCESS_ALL_ACCESS flag increased on Windows Server 2008 and Windows Vista.
      If an application compiled for Windows Server 2008 and Windows Vista is run on Windows Server 2003 or Windows XP, the PROCESS_ALL_ACCESS flag is too large and the function specifying this flag fails with ERROR_ACCESS_DENIED.
      To avoid this problem, specify the minimum set of access rights required for the operation.
      If PROCESS_ALL_ACCESS must be used, set _WIN32_WINNT to the minimum operating system targeted by your application (for example, #define _WIN32_WINNT _WIN32_WINNT_WINXP).
      For more information, see Using the Windows Headers.
      Siehe auch:
    • PROCESS_QUERY_INFORMATION

      static final int PROCESS_QUERY_INFORMATION
      Required to retrieve certain information about a process, such as its token, exit code, and priority class (see Advapi32.OpenProcessToken(com.sun.jna.platform.win32.WinNT.HANDLE, int, com.sun.jna.platform.win32.WinNT.HANDLEByReference)).
      Siehe auch:
    • PROCESS_QUERY_LIMITED_INFORMATION

      static final int PROCESS_QUERY_LIMITED_INFORMATION
      Required to retrieve certain information about a process (see Kernel32.GetExitCodeProcess(com.sun.jna.platform.win32.WinNT.HANDLE, com.sun.jna.ptr.IntByReference) , Kernel32#GetPriorityClass, Kernel32#IsProcessInJob, Kernel32.QueryFullProcessImageName). A handle that has the PROCESS_QUERY_INFORMATION access right is automatically granted PROCESS_QUERY_LIMITED_INFORMATION. Windows Server 2003 and Windows XP: This access right is not supported.
      Siehe auch:
    • PROCESS_SET_INFORMATION

      static final int PROCESS_SET_INFORMATION
      Required to set certain information about a process, such as its priority class (see Kernel32#SetPriorityClass).
      Siehe auch:
    • PROCESS_SET_QUOTA

      static final int PROCESS_SET_QUOTA
      Required to set memory limits using Kernel32.SetProcessWorkingSetSize().
      Siehe auch:
    • PROCESS_SUSPEND_RESUME

      static final int PROCESS_SUSPEND_RESUME
      Required to suspend or resume a process.
      Siehe auch:
    • PROCESS_TERMINATE

      static final int PROCESS_TERMINATE
      Siehe auch:
    • PROCESS_NAME_NATIVE

      static final int PROCESS_NAME_NATIVE
      Required for getting process exe path in native system path format Kernel32.QueryFullProcessImageName().
      Siehe auch:
    • PROCESS_VM_OPERATION

      static final int PROCESS_VM_OPERATION
      Required to perform an operation on the address space of a process (see Kernel32.VirtualProtectEx() and Kernel32.WriteProcessMemory(com.sun.jna.platform.win32.WinNT.HANDLE, com.sun.jna.Pointer, com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference) ).
      Siehe auch:
    • PROCESS_VM_READ

      static final int PROCESS_VM_READ
      Siehe auch:
    • PROCESS_VM_WRITE

      static final int PROCESS_VM_WRITE
      Siehe auch:
    • PROCESS_SYNCHRONIZE

      static final int PROCESS_SYNCHRONIZE
      Required to wait for the process to terminate using the wait functions.
      Siehe auch:
    • OWNER_SECURITY_INFORMATION

      static final int OWNER_SECURITY_INFORMATION
      Siehe auch:
    • GROUP_SECURITY_INFORMATION

      static final int GROUP_SECURITY_INFORMATION
      Siehe auch:
    • DACL_SECURITY_INFORMATION

      static final int DACL_SECURITY_INFORMATION
      Siehe auch:
    • SACL_SECURITY_INFORMATION

      static final int SACL_SECURITY_INFORMATION
      Siehe auch:
    • LABEL_SECURITY_INFORMATION

      static final int LABEL_SECURITY_INFORMATION
      Siehe auch:
    • PROTECTED_DACL_SECURITY_INFORMATION

      static final int PROTECTED_DACL_SECURITY_INFORMATION
      Siehe auch:
    • PROTECTED_SACL_SECURITY_INFORMATION

      static final int PROTECTED_SACL_SECURITY_INFORMATION
      Siehe auch:
    • UNPROTECTED_DACL_SECURITY_INFORMATION

      static final int UNPROTECTED_DACL_SECURITY_INFORMATION
      Siehe auch:
    • UNPROTECTED_SACL_SECURITY_INFORMATION

      static final int UNPROTECTED_SACL_SECURITY_INFORMATION
      Siehe auch:
    • SE_OWNER_DEFAULTED

      static final int SE_OWNER_DEFAULTED
      Siehe auch:
    • SE_GROUP_DEFAULTED

      static final int SE_GROUP_DEFAULTED
      Siehe auch:
    • SE_DACL_PRESENT

      static final int SE_DACL_PRESENT
      Siehe auch:
    • SE_DACL_DEFAULTED

      static final int SE_DACL_DEFAULTED
      Siehe auch:
    • SE_SACL_PRESENT

      static final int SE_SACL_PRESENT
      Siehe auch:
    • SE_SACL_DEFAULTED

      static final int SE_SACL_DEFAULTED
      Siehe auch:
    • SE_DACL_AUTO_INHERIT_REQ

      static final int SE_DACL_AUTO_INHERIT_REQ
      Siehe auch:
    • SE_SACL_AUTO_INHERIT_REQ

      static final int SE_SACL_AUTO_INHERIT_REQ
      Siehe auch:
    • SE_DACL_AUTO_INHERITED

      static final int SE_DACL_AUTO_INHERITED
      Siehe auch:
    • SE_SACL_AUTO_INHERITED

      static final int SE_SACL_AUTO_INHERITED
      Siehe auch:
    • SE_DACL_PROTECTED

      static final int SE_DACL_PROTECTED
      Siehe auch:
    • SE_SACL_PROTECTED

      static final int SE_SACL_PROTECTED
      Siehe auch:
    • SE_RM_CONTROL_VALID

      static final int SE_RM_CONTROL_VALID
      Siehe auch:
    • SE_SELF_RELATIVE

      static final int SE_SELF_RELATIVE
      Siehe auch:
    • SECURITY_DESCRIPTOR_REVISION

      static final int SECURITY_DESCRIPTOR_REVISION
      Siehe auch:
    • ACL_REVISION

      static final int ACL_REVISION
      Siehe auch:
    • ACL_REVISION_DS

      static final int ACL_REVISION_DS
      Siehe auch:
    • ACL_REVISION1

      static final int ACL_REVISION1
      Siehe auch:
    • ACL_REVISION2

      static final int ACL_REVISION2
      Siehe auch:
    • ACL_REVISION3

      static final int ACL_REVISION3
      Siehe auch:
    • ACL_REVISION4

      static final int ACL_REVISION4
      Siehe auch:
    • MIN_ACL_REVISION

      static final int MIN_ACL_REVISION
      Siehe auch:
    • MAX_ACL_REVISION

      static final int MAX_ACL_REVISION
      Siehe auch:
    • ACCESS_ALLOWED_ACE_TYPE

      static final byte ACCESS_ALLOWED_ACE_TYPE
      Siehe auch:
    • ACCESS_DENIED_ACE_TYPE

      static final byte ACCESS_DENIED_ACE_TYPE
      Siehe auch:
    • SYSTEM_AUDIT_ACE_TYPE

      static final byte SYSTEM_AUDIT_ACE_TYPE
      Siehe auch:
    • SYSTEM_ALARM_ACE_TYPE

      static final byte SYSTEM_ALARM_ACE_TYPE
      Siehe auch:
    • ACCESS_ALLOWED_COMPOUND_ACE_TYPE

      static final byte ACCESS_ALLOWED_COMPOUND_ACE_TYPE
      Siehe auch:
    • ACCESS_ALLOWED_OBJECT_ACE_TYPE

      static final byte ACCESS_ALLOWED_OBJECT_ACE_TYPE
      Siehe auch:
    • ACCESS_DENIED_OBJECT_ACE_TYPE

      static final byte ACCESS_DENIED_OBJECT_ACE_TYPE
      Siehe auch:
    • SYSTEM_AUDIT_OBJECT_ACE_TYPE

      static final byte SYSTEM_AUDIT_OBJECT_ACE_TYPE
      Siehe auch:
    • SYSTEM_ALARM_OBJECT_ACE_TYPE

      static final byte SYSTEM_ALARM_OBJECT_ACE_TYPE
      Siehe auch:
    • ACCESS_ALLOWED_CALLBACK_ACE_TYPE

      static final byte ACCESS_ALLOWED_CALLBACK_ACE_TYPE
      Siehe auch:
    • ACCESS_DENIED_CALLBACK_ACE_TYPE

      static final byte ACCESS_DENIED_CALLBACK_ACE_TYPE
      Siehe auch:
    • ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE

      static final byte ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE
      Siehe auch:
    • ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE

      static final byte ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE
      Siehe auch:
    • SYSTEM_AUDIT_CALLBACK_ACE_TYPE

      static final byte SYSTEM_AUDIT_CALLBACK_ACE_TYPE
      Siehe auch:
    • SYSTEM_ALARM_CALLBACK_ACE_TYPE

      static final byte SYSTEM_ALARM_CALLBACK_ACE_TYPE
      Siehe auch:
    • SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE

      static final byte SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE
      Siehe auch:
    • SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE

      static final byte SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE
      Siehe auch:
    • SYSTEM_MANDATORY_LABEL_ACE_TYPE

      static final byte SYSTEM_MANDATORY_LABEL_ACE_TYPE
      Siehe auch:
    • OBJECT_INHERIT_ACE

      static final byte OBJECT_INHERIT_ACE
      Siehe auch:
    • CONTAINER_INHERIT_ACE

      static final byte CONTAINER_INHERIT_ACE
      Siehe auch:
    • NO_PROPAGATE_INHERIT_ACE

      static final byte NO_PROPAGATE_INHERIT_ACE
      Siehe auch:
    • INHERIT_ONLY_ACE

      static final byte INHERIT_ONLY_ACE
      Siehe auch:
    • INHERITED_ACE

      static final byte INHERITED_ACE
      Siehe auch:
    • VALID_INHERIT_FLAGS

      static final byte VALID_INHERIT_FLAGS
      Siehe auch:
    • CACHE_FULLY_ASSOCIATIVE

      static final byte CACHE_FULLY_ASSOCIATIVE
      Siehe auch:
    • NUM_DISCHARGE_POLICIES

      static final int NUM_DISCHARGE_POLICIES
      Siehe auch:
    • MEM_COMMIT

      static final int MEM_COMMIT
      Indicates committed pages for which physical storage has been allocated, either in memory or in the paging file on disk.
      Siehe auch:
    • MEM_FREE

      static final int MEM_FREE
      Indicates free pages not accessible to the calling process and available to be allocated. For free pages, the information in the AllocationBase, AllocationProtect, Protect, and Type members is undefined.
      Siehe auch:
    • MEM_RESERVE

      static final int MEM_RESERVE
      Indicates reserved pages where a range of the process's virtual address space is reserved without any physical storage being allocated. For reserved pages, the information in the Protect member is undefined.
      Siehe auch:
    • MEM_IMAGE

      static final int MEM_IMAGE
      Indicates that the memory pages within the region are mapped into the view of an image section.
      Siehe auch:
    • MEM_MAPPED

      static final int MEM_MAPPED
      Indicates that the memory pages within the region are mapped into the view of a section.
      Siehe auch:
    • MEM_PRIVATE

      static final int MEM_PRIVATE
      Indicates that the memory pages within the region are private (that is, not shared by other processes).
      Siehe auch:
    • MEM_RESET

      static final int MEM_RESET
      Indicates that data in the memory range specified by lpAddress and dwSize is no longer of interest. The pages should not be read from or written to the paging file. However, the memory block will be used again later, so it should not be decommitted.
      Siehe auch:
    • MEM_RESET_UNDO

      static final int MEM_RESET_UNDO
      MEM_RESET_UNDO should only be called on an address range to which MEM_RESET was successfully applied earlier. It indicates that the data in the specified memory range specified by lpAddress and dwSize is of interest to the caller and attempts to reverse the effects of MEM_RESET.
      Siehe auch:
    • MEM_LARGE_PAGES

      static final int MEM_LARGE_PAGES
      Allocates memory using large page support.

      The size and alignment must be a multiple of the large-page minimum. To obtain this value, use the GetLargePageMinimum function.

      If you specify this value, you must also specify MEM_RESERVE and MEM_COMMIT.

      Siehe auch:
    • MEM_PHYSICAL

      static final int MEM_PHYSICAL
      Reserves an address range that can be used to map Address Windowing Extensions (AWE) pages.

      This value must be used with MEM_RESERVE and no other values.

      Siehe auch:
    • MEM_TOP_DOWN

      static final int MEM_TOP_DOWN
      Allocates memory at the highest possible address. This can be slower than regular allocations, especially when there are many allocations.
      Siehe auch:
    • MEM_COALESCE_PLACEHOLDERS

      static final int MEM_COALESCE_PLACEHOLDERS
      To coalesce two adjacent placeholders, specify MEM_RELEASE | MEM_COALESCE_PLACEHOLDERS. When you coalesce placeholders, lpAddress and dwSize must exactly match those of the placeholder.
      Siehe auch:
    • MEM_PRESERVE_PLACEHOLDER

      static final int MEM_PRESERVE_PLACEHOLDER
      Frees an allocation back to a placeholder (after you've replaced a placeholder with a private allocation using VirtualAlloc2 or Virtual2AllocFromApp).

      To split a placeholder into two placeholders, specify MEM_RELEASE | MEM_PRESERVE_PLACEHOLDER.

      Siehe auch:
    • MEM_DECOMMIT

      static final int MEM_DECOMMIT
      Decommits the specified region of committed pages. After the operation, the pages are in the reserved state.

      The function does not fail if you attempt to decommit an uncommitted page. This means that you can decommit a range of pages without first determining their current commitment state.

      Do not use this value with MEM_RELEASE.

      The MEM_DECOMMIT value is not supported when the lpAddress parameter provides the base address for an enclave.

      Siehe auch:
    • MEM_RELEASE

      static final int MEM_RELEASE
      Releases the specified region of pages, or placeholder (for a placeholder, the address space is released and available for other allocations). After the operation, the pages are in the free state.

      If you specify this value, dwSize must be 0 (zero), and lpAddress must point to the base address returned by the VirtualAllocEx function when the region is reserved. The function fails if either of these conditions is not met.

      If any pages in the region are committed currently, the function first decommits, and then releases them.

      The function does not fail if you attempt to release pages that are in different states, some reserved and some committed. This means that you can release a range of pages without first determining the current commitment state.

      Do not use this value with MEM_DECOMMIT.

      Siehe auch:
    • SECURITY_DYNAMIC_TRACKING

      static final byte SECURITY_DYNAMIC_TRACKING
      Siehe auch:
    • SECURITY_STATIC_TRACKING

      static final byte SECURITY_STATIC_TRACKING
      Siehe auch:
    • BOOLEAN_TRUE

      static final byte BOOLEAN_TRUE
      Siehe auch:
    • BOOLEAN_FALSE

      static final byte BOOLEAN_FALSE
      Siehe auch:
    • LANG_NEUTRAL

      static final int LANG_NEUTRAL
      Siehe auch:
    • LANG_INVARIANT

      static final int LANG_INVARIANT
      Siehe auch:
    • LANG_AFRIKAANS

      static final int LANG_AFRIKAANS
      Siehe auch:
    • LANG_ALBANIAN

      static final int LANG_ALBANIAN
      Siehe auch:
    • LANG_ARABIC

      static final int LANG_ARABIC
      Siehe auch:
    • LANG_ARMENIAN

      static final int LANG_ARMENIAN
      Siehe auch:
    • LANG_ASSAMESE

      static final int LANG_ASSAMESE
      Siehe auch:
    • LANG_AZERI

      static final int LANG_AZERI
      Siehe auch:
    • LANG_BASQUE

      static final int LANG_BASQUE
      Siehe auch:
    • LANG_BELARUSIAN

      static final int LANG_BELARUSIAN
      Siehe auch:
    • LANG_BENGALI

      static final int LANG_BENGALI
      Siehe auch:
    • LANG_BULGARIAN

      static final int LANG_BULGARIAN
      Siehe auch:
    • LANG_CATALAN

      static final int LANG_CATALAN
      Siehe auch:
    • LANG_CHINESE

      static final int LANG_CHINESE
      Siehe auch:
    • LANG_CROATIAN

      static final int LANG_CROATIAN
      Siehe auch:
    • LANG_CZECH

      static final int LANG_CZECH
      Siehe auch:
    • LANG_DANISH

      static final int LANG_DANISH
      Siehe auch:
    • LANG_DIVEHI

      static final int LANG_DIVEHI
      Siehe auch:
    • LANG_DUTCH

      static final int LANG_DUTCH
      Siehe auch:
    • LANG_ENGLISH

      static final int LANG_ENGLISH
      Siehe auch:
    • LANG_ESTONIAN

      static final int LANG_ESTONIAN
      Siehe auch:
    • LANG_FAEROESE

      static final int LANG_FAEROESE
      Siehe auch:
    • LANG_FARSI

      static final int LANG_FARSI
      Siehe auch:
    • LANG_FINNISH

      static final int LANG_FINNISH
      Siehe auch:
    • LANG_FRENCH

      static final int LANG_FRENCH
      Siehe auch:
    • LANG_GALICIAN

      static final int LANG_GALICIAN
      Siehe auch:
    • LANG_GEORGIAN

      static final int LANG_GEORGIAN
      Siehe auch:
    • LANG_GERMAN

      static final int LANG_GERMAN
      Siehe auch:
    • LANG_GREEK

      static final int LANG_GREEK
      Siehe auch:
    • LANG_GUJARATI

      static final int LANG_GUJARATI
      Siehe auch:
    • LANG_HEBREW

      static final int LANG_HEBREW
      Siehe auch:
    • LANG_HINDI

      static final int LANG_HINDI
      Siehe auch:
    • LANG_HUNGARIAN

      static final int LANG_HUNGARIAN
      Siehe auch:
    • LANG_ICELANDIC

      static final int LANG_ICELANDIC
      Siehe auch:
    • LANG_INDONESIAN

      static final int LANG_INDONESIAN
      Siehe auch:
    • LANG_ITALIAN

      static final int LANG_ITALIAN
      Siehe auch:
    • LANG_JAPANESE

      static final int LANG_JAPANESE
      Siehe auch:
    • LANG_KANNADA

      static final int LANG_KANNADA
      Siehe auch:
    • LANG_KASHMIRI

      static final int LANG_KASHMIRI
      Siehe auch:
    • LANG_KAZAK

      static final int LANG_KAZAK
      Siehe auch:
    • LANG_KONKANI

      static final int LANG_KONKANI
      Siehe auch:
    • LANG_KOREAN

      static final int LANG_KOREAN
      Siehe auch:
    • LANG_KYRGYZ

      static final int LANG_KYRGYZ
      Siehe auch:
    • LANG_LATVIAN

      static final int LANG_LATVIAN
      Siehe auch:
    • LANG_LITHUANIAN

      static final int LANG_LITHUANIAN
      Siehe auch:
    • LANG_MACEDONIAN

      static final int LANG_MACEDONIAN
      Siehe auch:
    • LANG_MALAY

      static final int LANG_MALAY
      Siehe auch:
    • LANG_MALAYALAM

      static final int LANG_MALAYALAM
      Siehe auch:
    • LANG_MANIPURI

      static final int LANG_MANIPURI
      Siehe auch:
    • LANG_MARATHI

      static final int LANG_MARATHI
      Siehe auch:
    • LANG_MONGOLIAN

      static final int LANG_MONGOLIAN
      Siehe auch:
    • LANG_NEPALI

      static final int LANG_NEPALI
      Siehe auch:
    • LANG_NORWEGIAN

      static final int LANG_NORWEGIAN
      Siehe auch:
    • LANG_ORIYA

      static final int LANG_ORIYA
      Siehe auch:
    • LANG_POLISH

      static final int LANG_POLISH
      Siehe auch:
    • LANG_PORTUGUESE

      static final int LANG_PORTUGUESE
      Siehe auch:
    • LANG_PUNJABI

      static final int LANG_PUNJABI
      Siehe auch:
    • LANG_ROMANIAN

      static final int LANG_ROMANIAN
      Siehe auch:
    • LANG_RUSSIAN

      static final int LANG_RUSSIAN
      Siehe auch:
    • LANG_SANSKRIT

      static final int LANG_SANSKRIT
      Siehe auch:
    • LANG_SERBIAN

      static final int LANG_SERBIAN
      Siehe auch:
    • LANG_SINDHI

      static final int LANG_SINDHI
      Siehe auch:
    • LANG_SLOVAK

      static final int LANG_SLOVAK
      Siehe auch:
    • LANG_SLOVENIAN

      static final int LANG_SLOVENIAN
      Siehe auch:
    • LANG_SPANISH

      static final int LANG_SPANISH
      Siehe auch:
    • LANG_SWAHILI

      static final int LANG_SWAHILI
      Siehe auch:
    • LANG_SWEDISH

      static final int LANG_SWEDISH
      Siehe auch:
    • LANG_SYRIAC

      static final int LANG_SYRIAC
      Siehe auch:
    • LANG_TAMIL

      static final int LANG_TAMIL
      Siehe auch:
    • LANG_TATAR

      static final int LANG_TATAR
      Siehe auch:
    • LANG_TELUGU

      static final int LANG_TELUGU
      Siehe auch:
    • LANG_THAI

      static final int LANG_THAI
      Siehe auch:
    • LANG_TURKISH

      static final int LANG_TURKISH
      Siehe auch:
    • LANG_UKRAINIAN

      static final int LANG_UKRAINIAN
      Siehe auch:
    • LANG_URDU

      static final int LANG_URDU
      Siehe auch:
    • LANG_UZBEK

      static final int LANG_UZBEK
      Siehe auch:
    • LANG_VIETNAMESE

      static final int LANG_VIETNAMESE
      Siehe auch:
    • SUBLANG_NEUTRAL

      static final int SUBLANG_NEUTRAL
      Siehe auch:
    • SUBLANG_DEFAULT

      static final int SUBLANG_DEFAULT
      Siehe auch:
    • SUBLANG_SYS_DEFAULT

      static final int SUBLANG_SYS_DEFAULT
      Siehe auch:
    • SUBLANG_ARABIC_SAUDI_ARABIA

      static final int SUBLANG_ARABIC_SAUDI_ARABIA
      Siehe auch:
    • SUBLANG_ARABIC_IRAQ

      static final int SUBLANG_ARABIC_IRAQ
      Siehe auch:
    • SUBLANG_ARABIC_EGYPT

      static final int SUBLANG_ARABIC_EGYPT
      Siehe auch:
    • SUBLANG_ARABIC_LIBYA

      static final int SUBLANG_ARABIC_LIBYA
      Siehe auch:
    • SUBLANG_ARABIC_ALGERIA

      static final int SUBLANG_ARABIC_ALGERIA
      Siehe auch:
    • SUBLANG_ARABIC_MOROCCO

      static final int SUBLANG_ARABIC_MOROCCO
      Siehe auch:
    • SUBLANG_ARABIC_TUNISIA

      static final int SUBLANG_ARABIC_TUNISIA
      Siehe auch:
    • SUBLANG_ARABIC_OMAN

      static final int SUBLANG_ARABIC_OMAN
      Siehe auch:
    • SUBLANG_ARABIC_YEMEN

      static final int SUBLANG_ARABIC_YEMEN
      Siehe auch:
    • SUBLANG_ARABIC_SYRIA

      static final int SUBLANG_ARABIC_SYRIA
      Siehe auch:
    • SUBLANG_ARABIC_JORDAN

      static final int SUBLANG_ARABIC_JORDAN
      Siehe auch:
    • SUBLANG_ARABIC_LEBANON

      static final int SUBLANG_ARABIC_LEBANON
      Siehe auch:
    • SUBLANG_ARABIC_KUWAIT

      static final int SUBLANG_ARABIC_KUWAIT
      Siehe auch:
    • SUBLANG_ARABIC_UAE

      static final int SUBLANG_ARABIC_UAE
      Siehe auch:
    • SUBLANG_ARABIC_BAHRAIN

      static final int SUBLANG_ARABIC_BAHRAIN
      Siehe auch:
    • SUBLANG_ARABIC_QATAR

      static final int SUBLANG_ARABIC_QATAR
      Siehe auch:
    • SUBLANG_AZERI_LATIN

      static final int SUBLANG_AZERI_LATIN
      Siehe auch:
    • SUBLANG_AZERI_CYRILLIC

      static final int SUBLANG_AZERI_CYRILLIC
      Siehe auch:
    • SUBLANG_CHINESE_TRADITIONAL

      static final int SUBLANG_CHINESE_TRADITIONAL
      Siehe auch:
    • SUBLANG_CHINESE_SIMPLIFIED

      static final int SUBLANG_CHINESE_SIMPLIFIED
      Siehe auch:
    • SUBLANG_CHINESE_HONGKONG

      static final int SUBLANG_CHINESE_HONGKONG
      Siehe auch:
    • SUBLANG_CHINESE_SINGAPORE

      static final int SUBLANG_CHINESE_SINGAPORE
      Siehe auch:
    • SUBLANG_CHINESE_MACAU

      static final int SUBLANG_CHINESE_MACAU
      Siehe auch:
    • SUBLANG_DUTCH

      static final int SUBLANG_DUTCH
      Siehe auch:
    • SUBLANG_DUTCH_BELGIAN

      static final int SUBLANG_DUTCH_BELGIAN
      Siehe auch:
    • SUBLANG_ENGLISH_US

      static final int SUBLANG_ENGLISH_US
      Siehe auch:
    • SUBLANG_ENGLISH_UK

      static final int SUBLANG_ENGLISH_UK
      Siehe auch:
    • SUBLANG_ENGLISH_AUS

      static final int SUBLANG_ENGLISH_AUS
      Siehe auch:
    • SUBLANG_ENGLISH_CAN

      static final int SUBLANG_ENGLISH_CAN
      Siehe auch:
    • SUBLANG_ENGLISH_NZ

      static final int SUBLANG_ENGLISH_NZ
      Siehe auch:
    • SUBLANG_ENGLISH_EIRE

      static final int SUBLANG_ENGLISH_EIRE
      Siehe auch:
    • SUBLANG_ENGLISH_SOUTH_AFRICA

      static final int SUBLANG_ENGLISH_SOUTH_AFRICA
      Siehe auch:
    • SUBLANG_ENGLISH_JAMAICA

      static final int SUBLANG_ENGLISH_JAMAICA
      Siehe auch:
    • SUBLANG_ENGLISH_CARIBBEAN

      static final int SUBLANG_ENGLISH_CARIBBEAN
      Siehe auch:
    • SUBLANG_ENGLISH_BELIZE

      static final int SUBLANG_ENGLISH_BELIZE
      Siehe auch:
    • SUBLANG_ENGLISH_TRINIDAD

      static final int SUBLANG_ENGLISH_TRINIDAD
      Siehe auch:
    • SUBLANG_ENGLISH_ZIMBABWE

      static final int SUBLANG_ENGLISH_ZIMBABWE
      Siehe auch:
    • SUBLANG_ENGLISH_PHILIPPINES

      static final int SUBLANG_ENGLISH_PHILIPPINES
      Siehe auch:
    • SUBLANG_FRENCH

      static final int SUBLANG_FRENCH
      Siehe auch:
    • SUBLANG_FRENCH_BELGIAN

      static final int SUBLANG_FRENCH_BELGIAN
      Siehe auch:
    • SUBLANG_FRENCH_CANADIAN

      static final int SUBLANG_FRENCH_CANADIAN
      Siehe auch:
    • SUBLANG_FRENCH_SWISS

      static final int SUBLANG_FRENCH_SWISS
      Siehe auch:
    • SUBLANG_FRENCH_LUXEMBOURG

      static final int SUBLANG_FRENCH_LUXEMBOURG
      Siehe auch:
    • SUBLANG_FRENCH_MONACO

      static final int SUBLANG_FRENCH_MONACO
      Siehe auch:
    • SUBLANG_GERMAN

      static final int SUBLANG_GERMAN
      Siehe auch:
    • SUBLANG_GERMAN_SWISS

      static final int SUBLANG_GERMAN_SWISS
      Siehe auch:
    • SUBLANG_GERMAN_AUSTRIAN

      static final int SUBLANG_GERMAN_AUSTRIAN
      Siehe auch:
    • SUBLANG_GERMAN_LUXEMBOURG

      static final int SUBLANG_GERMAN_LUXEMBOURG
      Siehe auch:
    • SUBLANG_GERMAN_LIECHTENSTEIN

      static final int SUBLANG_GERMAN_LIECHTENSTEIN
      Siehe auch:
    • SUBLANG_ITALIAN

      static final int SUBLANG_ITALIAN
      Siehe auch:
    • SUBLANG_ITALIAN_SWISS

      static final int SUBLANG_ITALIAN_SWISS
      Siehe auch:
    • SUBLANG_KASHMIRI_SASIA

      static final int SUBLANG_KASHMIRI_SASIA
      Siehe auch:
    • SUBLANG_KASHMIRI_INDIA

      static final int SUBLANG_KASHMIRI_INDIA
      Siehe auch:
    • SUBLANG_KOREAN

      static final int SUBLANG_KOREAN
      Siehe auch:
    • SUBLANG_LITHUANIAN

      static final int SUBLANG_LITHUANIAN
      Siehe auch:
    • SUBLANG_MALAY_MALAYSIA

      static final int SUBLANG_MALAY_MALAYSIA
      Siehe auch:
    • SUBLANG_MALAY_BRUNEI_DARUSSALAM

      static final int SUBLANG_MALAY_BRUNEI_DARUSSALAM
      Siehe auch:
    • SUBLANG_NEPALI_INDIA

      static final int SUBLANG_NEPALI_INDIA
      Siehe auch:
    • SUBLANG_NORWEGIAN_BOKMAL

      static final int SUBLANG_NORWEGIAN_BOKMAL
      Siehe auch:
    • SUBLANG_NORWEGIAN_NYNORSK

      static final int SUBLANG_NORWEGIAN_NYNORSK
      Siehe auch:
    • SUBLANG_PORTUGUESE

      static final int SUBLANG_PORTUGUESE
      Siehe auch:
    • SUBLANG_PORTUGUESE_BRAZILIAN

      static final int SUBLANG_PORTUGUESE_BRAZILIAN
      Siehe auch:
    • SUBLANG_SERBIAN_LATIN

      static final int SUBLANG_SERBIAN_LATIN
      Siehe auch:
    • SUBLANG_SERBIAN_CYRILLIC

      static final int SUBLANG_SERBIAN_CYRILLIC
      Siehe auch:
    • SUBLANG_SPANISH

      static final int SUBLANG_SPANISH
      Siehe auch:
    • SUBLANG_SPANISH_MEXICAN

      static final int SUBLANG_SPANISH_MEXICAN
      Siehe auch:
    • SUBLANG_SPANISH_MODERN

      static final int SUBLANG_SPANISH_MODERN
      Siehe auch:
    • SUBLANG_SPANISH_GUATEMALA

      static final int SUBLANG_SPANISH_GUATEMALA
      Siehe auch:
    • SUBLANG_SPANISH_COSTA_RICA

      static final int SUBLANG_SPANISH_COSTA_RICA
      Siehe auch:
    • SUBLANG_SPANISH_PANAMA

      static final int SUBLANG_SPANISH_PANAMA
      Siehe auch:
    • SUBLANG_SPANISH_DOMINICAN_REPUBLIC

      static final int SUBLANG_SPANISH_DOMINICAN_REPUBLIC
      Siehe auch:
    • SUBLANG_SPANISH_VENEZUELA

      static final int SUBLANG_SPANISH_VENEZUELA
      Siehe auch:
    • SUBLANG_SPANISH_COLOMBIA

      static final int SUBLANG_SPANISH_COLOMBIA
      Siehe auch:
    • SUBLANG_SPANISH_PERU

      static final int SUBLANG_SPANISH_PERU
      Siehe auch:
    • SUBLANG_SPANISH_ARGENTINA

      static final int SUBLANG_SPANISH_ARGENTINA
      Siehe auch:
    • SUBLANG_SPANISH_ECUADOR

      static final int SUBLANG_SPANISH_ECUADOR
      Siehe auch:
    • SUBLANG_SPANISH_CHILE

      static final int SUBLANG_SPANISH_CHILE
      Siehe auch:
    • SUBLANG_SPANISH_URUGUAY

      static final int SUBLANG_SPANISH_URUGUAY
      Siehe auch:
    • SUBLANG_SPANISH_PARAGUAY

      static final int SUBLANG_SPANISH_PARAGUAY
      Siehe auch:
    • SUBLANG_SPANISH_BOLIVIA

      static final int SUBLANG_SPANISH_BOLIVIA
      Siehe auch:
    • SUBLANG_SPANISH_EL_SALVADOR

      static final int SUBLANG_SPANISH_EL_SALVADOR
      Siehe auch:
    • SUBLANG_SPANISH_HONDURAS

      static final int SUBLANG_SPANISH_HONDURAS
      Siehe auch:
    • SUBLANG_SPANISH_NICARAGUA

      static final int SUBLANG_SPANISH_NICARAGUA
      Siehe auch:
    • SUBLANG_SPANISH_PUERTO_RICO

      static final int SUBLANG_SPANISH_PUERTO_RICO
      Siehe auch:
    • SUBLANG_SWEDISH

      static final int SUBLANG_SWEDISH
      Siehe auch:
    • SUBLANG_SWEDISH_FINLAND

      static final int SUBLANG_SWEDISH_FINLAND
      Siehe auch:
    • SUBLANG_URDU_PAKISTAN

      static final int SUBLANG_URDU_PAKISTAN
      Siehe auch:
    • SUBLANG_URDU_INDIA

      static final int SUBLANG_URDU_INDIA
      Siehe auch:
    • SUBLANG_UZBEK_LATIN

      static final int SUBLANG_UZBEK_LATIN
      Siehe auch:
    • SUBLANG_UZBEK_CYRILLIC

      static final int SUBLANG_UZBEK_CYRILLIC
      Siehe auch:
    • SORT_DEFAULT

      static final int SORT_DEFAULT
      Siehe auch:
    • SORT_JAPANESE_XJIS

      static final int SORT_JAPANESE_XJIS
      Siehe auch:
    • SORT_JAPANESE_UNICODE

      static final int SORT_JAPANESE_UNICODE
      Siehe auch:
    • SORT_CHINESE_BIG5

      static final int SORT_CHINESE_BIG5
      Siehe auch:
    • SORT_CHINESE_PRCP

      static final int SORT_CHINESE_PRCP
      Siehe auch:
    • SORT_CHINESE_UNICODE

      static final int SORT_CHINESE_UNICODE
      Siehe auch:
    • SORT_CHINESE_PRC

      static final int SORT_CHINESE_PRC
      Siehe auch:
    • SORT_CHINESE_BOPOMOFO

      static final int SORT_CHINESE_BOPOMOFO
      Siehe auch:
    • SORT_KOREAN_KSC

      static final int SORT_KOREAN_KSC
      Siehe auch:
    • SORT_KOREAN_UNICODE

      static final int SORT_KOREAN_UNICODE
      Siehe auch:
    • SORT_GERMAN_PHONE_BOOK

      static final int SORT_GERMAN_PHONE_BOOK
      Siehe auch:
    • SORT_HUNGARIAN_DEFAULT

      static final int SORT_HUNGARIAN_DEFAULT
      Siehe auch:
    • SORT_HUNGARIAN_TECHNICAL

      static final int SORT_HUNGARIAN_TECHNICAL
      Siehe auch:
    • SORT_GEORGIAN_TRADITIONAL

      static final int SORT_GEORGIAN_TRADITIONAL
      Siehe auch:
    • SORT_GEORGIAN_MODERN

      static final int SORT_GEORGIAN_MODERN
      Siehe auch:
    • NLS_VALID_LOCALE_MASK

      static final int NLS_VALID_LOCALE_MASK
      Siehe auch:
    • LANG_SYSTEM_DEFAULT

      static final int LANG_SYSTEM_DEFAULT
    • LANG_USER_DEFAULT

      static final int LANG_USER_DEFAULT
    • LOCALE_SYSTEM_DEFAULT

      static final WinDef.LCID LOCALE_SYSTEM_DEFAULT
    • LOCALE_USER_DEFAULT

      static final WinDef.LCID LOCALE_USER_DEFAULT
    • LOCALE_NEUTRAL

      static final WinDef.LCID LOCALE_NEUTRAL
    • LOCALE_INVARIANT

      static final WinDef.LCID LOCALE_INVARIANT
    • EVENT_MODIFY_STATE

      static final int EVENT_MODIFY_STATE
      Siehe auch:
    • EVENT_ALL_ACCESS

      static final int EVENT_ALL_ACCESS
      Siehe auch:
    • GUID_CONSOLE_DISPLAY_STATE

      static final Guid.GUID GUID_CONSOLE_DISPLAY_STATE