Class: Uia::Library::ValueInformation

Inherits:
FFI::ManagedStruct
  • Object
show all
Extended by:
StructAttributes
Defined in:
lib/uia/library/pattern_structs.rb

Class Method Summary collapse

Methods included from StructAttributes

struct_attr

Class Method Details

.release(pointer) ⇒ Object



13
14
15
# File 'lib/uia/library/pattern_structs.rb', line 13

def self.release(pointer)
  Library.release_value_info(pointer)
end