# File lib/childprocess/windows/structs.rb, line 73
    def initialize(opts = {})
      super()

      self[:nLength]              = self.class.size
      self[:lpSecurityDescriptor] = nil
      self[:bInheritHandle]       = opts[:inherit] ? 1 : 0
    end