In Files

  • win32/lib/win32/sspi.rb

Parent

Methods

Win32::SSPI::SecurityHandle

SecHandle struct

Public Instance Methods

lower() click to toggle source
 
               # File win32/lib/win32/sspi.rb, line 55
def lower
        @struct.unpack("LL")[0]
end
            
to_p() click to toggle source
 
               # File win32/lib/win32/sspi.rb, line 59
def to_p
        @struct ||= "\0" * 8
end
            
upper() click to toggle source
 
               # File win32/lib/win32/sspi.rb, line 51
def upper
        @struct.unpack("LL")[1]
end
            
There is an updated format of the API docs for this version here.