Sha256: b2d6ad237fe9abc258420e4158706ee065c3d6fff56ac53bbbe4aa736f806139
Contents?: true
Size: 295 Bytes
Versions: 41
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true require 'facter/resolvers/windows/ffi/ffi' require 'facter/resolvers/windows/ffi/performance_information' module MemoryFFI extend FFI::Library ffi_convention :stdcall ffi_lib :psapi attach_function :GetPerformanceInfo, %i[pointer dword], :win32_bool end
Version data entries
41 entries across 41 versions & 1 rubygems