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

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

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

Methods in com.sun.jna.platform.win32 with parameters of type WinNT.LUID
 int Secur32.AcquireCredentialsHandle(java.lang.String pszPrincipal, java.lang.String pszPackage, com.sun.jna.NativeLong fCredentialUse, WinNT.LUID pvLogonID, com.sun.jna.Pointer pAuthData, com.sun.jna.Pointer pGetKeyFn, com.sun.jna.Pointer pvGetKeyArgument, Sspi.CredHandle phCredential, Sspi.TimeStamp ptsExpiry)
          The AcquireCredentialsHandle function acquires a handle to preexisting credentials of a security principal.