Package hudson.util.jna
Interface WINNT
-
public interface WINNT
- Author:
- TB
-
-
Field Summary
-
-
-
Field Detail
-
DELETE
static final int DELETE
- See Also:
- Constant Field Values
-
READ_CONTROL
static final int READ_CONTROL
- See Also:
- Constant Field Values
-
WRITE_DAC
static final int WRITE_DAC
- See Also:
- Constant Field Values
-
WRITE_OWNER
static final int WRITE_OWNER
- See Also:
- Constant Field Values
-
SYNCHRONIZE
static final int SYNCHRONIZE
- See Also:
- Constant Field Values
-
STANDARD_RIGHTS_REQUIRED
static final int STANDARD_RIGHTS_REQUIRED
- See Also:
- Constant Field Values
-
STANDARD_RIGHTS_READ
static final int STANDARD_RIGHTS_READ
- See Also:
- Constant Field Values
-
STANDARD_RIGHTS_WRITE
static final int STANDARD_RIGHTS_WRITE
- See Also:
- Constant Field Values
-
STANDARD_RIGHTS_EXECUTE
static final int STANDARD_RIGHTS_EXECUTE
- See Also:
- Constant Field Values
-
STANDARD_RIGHTS_ALL
static final int STANDARD_RIGHTS_ALL
- See Also:
- Constant Field Values
-
SPECIFIC_RIGHTS_ALL
static final int SPECIFIC_RIGHTS_ALL
- See Also:
- Constant Field Values
-
GENERIC_EXECUTE
static final int GENERIC_EXECUTE
- See Also:
- Constant Field Values
-
SERVICE_WIN32_OWN_PROCESS
static final int SERVICE_WIN32_OWN_PROCESS
- See Also:
- Constant Field Values
-
KEY_QUERY_VALUE
static final int KEY_QUERY_VALUE
- See Also:
- Constant Field Values
-
KEY_SET_VALUE
static final int KEY_SET_VALUE
- See Also:
- Constant Field Values
-
KEY_CREATE_SUB_KEY
static final int KEY_CREATE_SUB_KEY
- See Also:
- Constant Field Values
-
KEY_ENUMERATE_SUB_KEYS
static final int KEY_ENUMERATE_SUB_KEYS
- See Also:
- Constant Field Values
-
KEY_NOTIFY
static final int KEY_NOTIFY
- See Also:
- Constant Field Values
-
KEY_CREATE_LINK
static final int KEY_CREATE_LINK
- See Also:
- Constant Field Values
-
KEY_READ
static final int KEY_READ
- See Also:
- Constant Field Values
-
KEY_WRITE
static final int KEY_WRITE
- See Also:
- Constant Field Values
-
REG_NONE
static final int REG_NONE
- See Also:
- Constant Field Values
-
REG_SZ
static final int REG_SZ
- See Also:
- Constant Field Values
-
REG_EXPAND_SZ
static final int REG_EXPAND_SZ
- See Also:
- Constant Field Values
-
REG_BINARY
static final int REG_BINARY
- See Also:
- Constant Field Values
-
REG_DWORD
static final int REG_DWORD
- See Also:
- Constant Field Values
-
REG_DWORD_LITTLE_ENDIAN
static final int REG_DWORD_LITTLE_ENDIAN
- See Also:
- Constant Field Values
-
REG_DWORD_BIG_ENDIAN
static final int REG_DWORD_BIG_ENDIAN
- See Also:
- Constant Field Values
-
REG_LINK
static final int REG_LINK
- See Also:
- Constant Field Values
-
REG_MULTI_SZ
static final int REG_MULTI_SZ
- See Also:
- Constant Field Values
-
REG_RESOURCE_LIST
static final int REG_RESOURCE_LIST
- See Also:
- Constant Field Values
-
REG_FULL_RESOURCE_DESCRIPTOR
static final int REG_FULL_RESOURCE_DESCRIPTOR
- See Also:
- Constant Field Values
-
REG_RESOURCE_REQUIREMENTS_LIST
static final int REG_RESOURCE_REQUIREMENTS_LIST
- See Also:
- Constant Field Values
-
REG_OPTION_RESERVED
static final int REG_OPTION_RESERVED
- See Also:
- Constant Field Values
-
REG_OPTION_NON_VOLATILE
static final int REG_OPTION_NON_VOLATILE
- See Also:
- Constant Field Values
-
REG_OPTION_VOLATILE
static final int REG_OPTION_VOLATILE
- See Also:
- Constant Field Values
-
REG_OPTION_CREATE_LINK
static final int REG_OPTION_CREATE_LINK
- See Also:
- Constant Field Values
-
REG_OPTION_BACKUP_RESTORE
static final int REG_OPTION_BACKUP_RESTORE
- See Also:
- Constant Field Values
-
REG_OPTION_OPEN_LINK
static final int REG_OPTION_OPEN_LINK
- See Also:
- Constant Field Values
-
-