Module: Win32::SSPI::API

Defined in:
lib/win32/sspi/server.rb

Constant Summary collapse

AcceptSecurityContext =
Win32API.new('secur32', 'AcceptSecurityContext', 'pppLLpppp', 'L')
FreeContextBuffer =
Win32API.new('secur32', 'FreeContextBuffer', 'P', 'L')
QueryContextAttributes =
Win32API.new('secur32', 'QueryContextAttributes', 'pLp', 'L')
Strncpy =
Win32API.new('msvcrt', 'strncpy', 'PLL', 'L')