Module: Win32::SSPI::API
Relationships & Source Files | |
Defined in: | ext/win32/lib/win32/sspi.rb |
Overview
::Win32 API Functions. Uses Win32API to bind methods to constants contained in class.
Constant Summary
-
AcquireCredentialsHandle =
Can be called with
AcquireCredentialsHandle
.call()Win32API.new("secur32", "AcquireCredentialsHandle", 'ppLpppppp', 'L')
-
DeleteSecurityContext =
Can be called with
DeleteSecurityContext
.call()Win32API.new("secur32", "DeleteSecurityContext", 'P', 'L')
-
FreeCredentialsHandle =
Can be called with
FreeCredentialsHandle
.call()Win32API.new("secur32", "FreeCredentialsHandle", 'P', 'L')
-
InitializeSecurityContext =
Can be called with
InitializeSecurityContext
.call()Win32API.new("secur32", "InitializeSecurityContext", 'pppLLLpLpppp', 'L')