Flowdock
module

API

Importance_1
Ruby latest stable (v2_5_5) - 0 notes

Module deprecated or moved

This module is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

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.