Uses of Class
com.sun.jna.platform.win32.WinNT.HANDLEByReference

Packages that use WinNT.HANDLEByReference
com.sun.jna.platform.win32   
 

Uses of WinNT.HANDLEByReference in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 with parameters of type WinNT.HANDLEByReference
 boolean Kernel32.DuplicateHandle(WinNT.HANDLE hSourceProcessHandle, WinNT.HANDLE hSourceHandle, WinNT.HANDLE hTargetProcessHandle, WinNT.HANDLEByReference lpTargetHandle, int dwDesiredAccess, boolean bInheritHandle, int dwOptions)
          The DuplicateHandle function duplicates an object handle.
 boolean Advapi32.DuplicateToken(WinNT.HANDLE ExistingTokenHandle, int ImpersonationLevel, WinNT.HANDLEByReference DuplicateTokenHandle)
          The DuplicateToken function creates a new access token that duplicates one already in existence.
 boolean Advapi32.LogonUser(java.lang.String lpszUsername, java.lang.String lpszDomain, java.lang.String lpszPassword, int logonType, int logonProvider, WinNT.HANDLEByReference phToken)
          The LogonUser function attempts to log a user on to the local computer.
 boolean Advapi32.OpenProcessToken(WinNT.HANDLE ProcessHandle, int DesiredAccess, WinNT.HANDLEByReference TokenHandle)
          The OpenProcessToken function opens the access token associated with a process.
 boolean Advapi32.OpenThreadToken(WinNT.HANDLE ThreadHandle, int DesiredAccess, boolean OpenAsSelf, WinNT.HANDLEByReference TokenHandle)
          The OpenThreadToken function opens the access token associated with a thread.
 int Secur32.QuerySecurityContextToken(Sspi.CtxtHandle phContext, WinNT.HANDLEByReference phToken)
          The QuerySecurityContextToken function obtains the access token for a client security context and uses it directly.