class WinFFI::SECURITY_ATTRIBUTES

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/win-ffi/core/struct/security_attributes.rb, line 7
def initialize
  super
  self[:nLength] = self.size
end