Uses of Class
com.sun.jna.platform.win32.Advapi32Util.Account

Packages that use Advapi32Util.Account
com.sun.jna.platform.win32   
 

Uses of Advapi32Util.Account in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 that return Advapi32Util.Account
static Advapi32Util.Account Advapi32Util.getAccountByName(java.lang.String accountName)
          Retrieves a security identifier (SID) for the account on the current system.
static Advapi32Util.Account Advapi32Util.getAccountByName(java.lang.String systemName, java.lang.String accountName)
          Retrieves a security identifier (SID) for a given account.
static Advapi32Util.Account Advapi32Util.getAccountBySid(java.lang.String sidString)
          Get an account name from a string SID on the local machine.
static Advapi32Util.Account Advapi32Util.getAccountBySid(java.lang.String systemName, java.lang.String sidString)
          Get an account name from a string SID.
static Advapi32Util.Account Advapi32Util.getAccountBySid(java.lang.String systemName, WinNT.PSID sid)
          Get the account by SID.
static Advapi32Util.Account Advapi32Util.getAccountBySid(WinNT.PSID sid)
          Get the account by SID on the local system.
static Advapi32Util.Account Advapi32Util.getTokenAccount(W32API.HANDLE hToken)
          This function returns the information about the user who owns a security token,