Package com.sun.jna.platform.win32
Interface LMAccess
- 
 public interface LMAccessPorted from LMAccess.h. Windows SDK 6.0A.- Author:
- dblock[at]dblock.org
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classLMAccess.GROUP_INFO_0The 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 classLMAccess.GROUP_INFO_1The GROUP_INFO_1 structure contains a global group name and a comment to associate with the group.static classLMAccess.GROUP_INFO_2The GROUP_INFO_2 structure contains information about a global group, including name, identifier, and resource attributes.static classLMAccess.GROUP_INFO_3The GROUP_INFO_3 structure contains information about a global group, including name, security identifier (SID), and resource attributes.static classLMAccess.GROUP_USERS_INFO_0The GROUP_USERS_INFO_0 structure contains global group member information.static classLMAccess.LOCALGROUP_INFO_0static classLMAccess.LOCALGROUP_INFO_1static classLMAccess.LOCALGROUP_USERS_INFO_0The LOCALGROUP_USERS_INFO_0 structure contains local group member information.static classLMAccess.USER_INFO_0The USER_INFO_0 structure contains a user account name.static classLMAccess.USER_INFO_1The 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 classLMAccess.USER_INFO_23The 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 SummaryFields Modifier and Type Field Description static intACCESS_ALLstatic intACCESS_ATRIBstatic intACCESS_CREATEstatic intACCESS_DELETEstatic intACCESS_EXECstatic intACCESS_GROUPstatic intACCESS_NONEstatic intACCESS_PERMstatic intACCESS_READstatic intACCESS_WRITEstatic intFILTER_INTERDOMAIN_TRUST_ACCOUNTstatic intFILTER_NORMAL_ACCOUNTstatic intFILTER_SERVER_TRUST_ACCOUNTstatic intFILTER_TEMP_DUPLICATE_ACCOUNTstatic intFILTER_WORKSTATION_TRUST_ACCOUNTstatic intUSER_PRIV_ADMINstatic intUSER_PRIV_GUESTstatic intUSER_PRIV_MASKstatic intUSER_PRIV_USER
 
- 
- 
- 
Field Detail- 
FILTER_TEMP_DUPLICATE_ACCOUNTstatic final int FILTER_TEMP_DUPLICATE_ACCOUNT - See Also:
- Constant Field Values
 
 - 
FILTER_NORMAL_ACCOUNTstatic final int FILTER_NORMAL_ACCOUNT - See Also:
- Constant Field Values
 
 - 
FILTER_INTERDOMAIN_TRUST_ACCOUNTstatic final int FILTER_INTERDOMAIN_TRUST_ACCOUNT - See Also:
- Constant Field Values
 
 - 
FILTER_WORKSTATION_TRUST_ACCOUNTstatic final int FILTER_WORKSTATION_TRUST_ACCOUNT - See Also:
- Constant Field Values
 
 - 
FILTER_SERVER_TRUST_ACCOUNTstatic final int FILTER_SERVER_TRUST_ACCOUNT - See Also:
- Constant Field Values
 
 - 
USER_PRIV_MASKstatic final int USER_PRIV_MASK - See Also:
- Constant Field Values
 
 - 
USER_PRIV_GUESTstatic final int USER_PRIV_GUEST - See Also:
- Constant Field Values
 
 - 
USER_PRIV_USERstatic final int USER_PRIV_USER - See Also:
- Constant Field Values
 
 - 
USER_PRIV_ADMINstatic final int USER_PRIV_ADMIN - See Also:
- Constant Field Values
 
 - 
ACCESS_NONEstatic final int ACCESS_NONE - See Also:
- Constant Field Values
 
 - 
ACCESS_READstatic final int ACCESS_READ - See Also:
- Constant Field Values
 
 - 
ACCESS_WRITEstatic final int ACCESS_WRITE - See Also:
- Constant Field Values
 
 - 
ACCESS_CREATEstatic final int ACCESS_CREATE - See Also:
- Constant Field Values
 
 - 
ACCESS_EXECstatic final int ACCESS_EXEC - See Also:
- Constant Field Values
 
 - 
ACCESS_DELETEstatic final int ACCESS_DELETE - See Also:
- Constant Field Values
 
 - 
ACCESS_ATRIBstatic final int ACCESS_ATRIB - See Also:
- Constant Field Values
 
 - 
ACCESS_PERMstatic final int ACCESS_PERM - See Also:
- Constant Field Values
 
 - 
ACCESS_ALLstatic final int ACCESS_ALL - See Also:
- Constant Field Values
 
 - 
ACCESS_GROUPstatic final int ACCESS_GROUP - See Also:
- Constant Field Values
 
 
- 
 
-