|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use W32API.HANDLEByReference | |
---|---|
com.sun.jna.platform.win32 |
Uses of W32API.HANDLEByReference in com.sun.jna.platform.win32 |
---|
Methods in com.sun.jna.platform.win32 with parameters of type W32API.HANDLEByReference | |
---|---|
boolean |
Kernel32.DuplicateHandle(W32API.HANDLE hSourceProcessHandle,
W32API.HANDLE hSourceHandle,
W32API.HANDLE hTargetProcessHandle,
W32API.HANDLEByReference lpTargetHandle,
int dwDesiredAccess,
boolean bInheritHandle,
int dwOptions)
The DuplicateHandle function duplicates an object handle. |
boolean |
Advapi32.DuplicateToken(W32API.HANDLE ExistingTokenHandle,
int ImpersonationLevel,
W32API.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,
W32API.HANDLEByReference phToken)
The LogonUser function attempts to log a user on to the local computer. |
boolean |
Advapi32.OpenProcessToken(W32API.HANDLE ProcessHandle,
int DesiredAccess,
W32API.HANDLEByReference TokenHandle)
The OpenProcessToken function opens the access token associated with a process. |
boolean |
Advapi32.OpenThreadToken(W32API.HANDLE ThreadHandle,
int DesiredAccess,
boolean OpenAsSelf,
W32API.HANDLEByReference TokenHandle)
The OpenThreadToken function opens the access token associated with a thread. |
int |
Secur32.QuerySecurityContextToken(Sspi.PSecHandle phContext,
W32API.HANDLEByReference phToken)
The QuerySecurityContextToken function obtains the access token for a client security context and uses it directly. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |