Class: WinFFI::SECURITY_ATTRIBUTES
- Inherits:
-
FFIAdditions::Struct
- Object
- FFIAdditions::Struct
- WinFFI::SECURITY_ATTRIBUTES
- Defined in:
- lib/win-ffi/core/struct/security_attributes.rb
Instance Method Summary collapse
-
#initialize ⇒ SECURITY_ATTRIBUTES
constructor
A new instance of SECURITY_ATTRIBUTES.
Methods inherited from FFIAdditions::Struct
Constructor Details
#initialize ⇒ SECURITY_ATTRIBUTES
Returns a new instance of SECURITY_ATTRIBUTES.
7 8 9 10 |
# File 'lib/win-ffi/core/struct/security_attributes.rb', line 7 def initialize super self[:nLength] = self.size end |