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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classThe 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 classThe GROUP_INFO_1 structure contains a global group name and a comment to associate with the group.static classThe GROUP_INFO_2 structure contains information about a global group, including name, identifier, and resource attributes.static classThe GROUP_INFO_3 structure contains information about a global group, including name, security identifier (SID), and resource attributes.static classThe GROUP_USERS_INFO_0 structure contains global group member information.static classstatic classstatic classThe LOCALGROUP_USERS_INFO_0 structure contains local group member information.static classThe USER_INFO_0 structure contains a user account name.static classThe 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 classThe 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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int
- 
Field Details- 
FILTER_TEMP_DUPLICATE_ACCOUNTstatic final int FILTER_TEMP_DUPLICATE_ACCOUNT- See Also:
 
- 
FILTER_NORMAL_ACCOUNTstatic final int FILTER_NORMAL_ACCOUNT- See Also:
 
- 
FILTER_INTERDOMAIN_TRUST_ACCOUNTstatic final int FILTER_INTERDOMAIN_TRUST_ACCOUNT- See Also:
 
- 
FILTER_WORKSTATION_TRUST_ACCOUNTstatic final int FILTER_WORKSTATION_TRUST_ACCOUNT- See Also:
 
- 
FILTER_SERVER_TRUST_ACCOUNTstatic final int FILTER_SERVER_TRUST_ACCOUNT- See Also:
 
- 
USER_PRIV_MASKstatic final int USER_PRIV_MASK- See Also:
 
- 
USER_PRIV_GUESTstatic final int USER_PRIV_GUEST- See Also:
 
- 
USER_PRIV_USERstatic final int USER_PRIV_USER- See Also:
 
- 
USER_PRIV_ADMINstatic final int USER_PRIV_ADMIN- See Also:
 
- 
ACCESS_NONEstatic final int ACCESS_NONE- See Also:
 
- 
ACCESS_READstatic final int ACCESS_READ- See Also:
 
- 
ACCESS_WRITEstatic final int ACCESS_WRITE- See Also:
 
- 
ACCESS_CREATEstatic final int ACCESS_CREATE- See Also:
 
- 
ACCESS_EXECstatic final int ACCESS_EXEC- See Also:
 
- 
ACCESS_DELETEstatic final int ACCESS_DELETE- See Also:
 
- 
ACCESS_ATRIBstatic final int ACCESS_ATRIB- See Also:
 
- 
ACCESS_PERMstatic final int ACCESS_PERM- See Also:
 
- 
ACCESS_ALLstatic final int ACCESS_ALL- See Also:
 
- 
ACCESS_GROUPstatic final int ACCESS_GROUP- See Also:
 
 
-