Flowdock
module

API

Importance_1
v1_9_3_125 - Show latest stable - 0 notes

Win32 API Functions. Uses Win32API to bind methods to constants contained in class.

Constants

AcquireCredentialsHandle = Win32API.new("secur32", "AcquireCredentialsHandle", 'ppLpppppp', 'L')

InitializeSecurityContext = Win32API.new("secur32", "InitializeSecurityContext", 'pppLLLpLpppp', 'L')

DeleteSecurityContext = Win32API.new("secur32", "DeleteSecurityContext", 'P', 'L')

FreeCredentialsHandle = Win32API.new("secur32", "FreeCredentialsHandle", 'P', 'L')

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.