Package com.sun.jna.platform.win32
Interface LMAccess
public interface LMAccess
Ported from LMAccess.h.
Windows SDK 6.0A.
- Author:
- dblock[at]dblock.org
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
The GROUP_INFO_0 structure contains the name of a global group in the security database, which is the security accounts manager (SAM) database or, in the case of domain controllers, the Active Directory.static class
The GROUP_INFO_1 structure contains a global group name and a comment to associate with the group.static class
The GROUP_INFO_2 structure contains information about a global group, including name, identifier, and resource attributes.static class
The GROUP_INFO_3 structure contains information about a global group, including name, security identifier (SID), and resource attributes.static class
The GROUP_USERS_INFO_0 structure contains global group member information.static class
static class
static class
The LOCALGROUP_USERS_INFO_0 structure contains local group member information.static class
The USER_INFO_0 structure contains a user account name.static class
The USER_INFO_1 structure contains information about a user account, including account name, password data, privilege level, and the path to the user's home directory.static class
The USER_INFO_23 structure contains information about a user account, including the account name, the user's full name, a comment associated with the account, and the user's security identifier (SID). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
FILTER_TEMP_DUPLICATE_ACCOUNT
static final int FILTER_TEMP_DUPLICATE_ACCOUNT- See Also:
-
FILTER_NORMAL_ACCOUNT
static final int FILTER_NORMAL_ACCOUNT- See Also:
-
FILTER_INTERDOMAIN_TRUST_ACCOUNT
static final int FILTER_INTERDOMAIN_TRUST_ACCOUNT- See Also:
-
FILTER_WORKSTATION_TRUST_ACCOUNT
static final int FILTER_WORKSTATION_TRUST_ACCOUNT- See Also:
-
FILTER_SERVER_TRUST_ACCOUNT
static final int FILTER_SERVER_TRUST_ACCOUNT- See Also:
-
USER_PRIV_MASK
static final int USER_PRIV_MASK- See Also:
-
USER_PRIV_GUEST
static final int USER_PRIV_GUEST- See Also:
-
USER_PRIV_USER
static final int USER_PRIV_USER- See Also:
-
USER_PRIV_ADMIN
static final int USER_PRIV_ADMIN- See Also:
-
ACCESS_NONE
static final int ACCESS_NONE- See Also:
-
ACCESS_READ
static final int ACCESS_READ- See Also:
-
ACCESS_WRITE
static final int ACCESS_WRITE- See Also:
-
ACCESS_CREATE
static final int ACCESS_CREATE- See Also:
-
ACCESS_EXEC
static final int ACCESS_EXEC- See Also:
-
ACCESS_DELETE
static final int ACCESS_DELETE- See Also:
-
ACCESS_ATRIB
static final int ACCESS_ATRIB- See Also:
-
ACCESS_PERM
static final int ACCESS_PERM- See Also:
-
ACCESS_ALL
static final int ACCESS_ALL- See Also:
-
ACCESS_GROUP
static final int ACCESS_GROUP- See Also:
-