Sha256: e4b97a43242d450cd9d6d478aca0ad67462b341778fdd7d604f76777954b2789

Contents?: true

Size: 507 Bytes

Versions: 11

Compression:

Stored size: 507 Bytes

Contents

require 'windows/api'

module Windows
   module Window
      module Timer
         API.auto_namespace = 'Windows::Window::Timer'
         API.auto_constant  = true
         API.auto_method    = true
         API.auto_unicode   = false

         API.new('KillTimer', 'LP', 'B', 'user32')
         API.new('QueryPerformanceCounter', 'P', 'B', 'user32')
         API.new('QueryPerformanceFrequency', 'P', 'B', 'user32')
         API.new('SetTimer', 'LIIK', 'P', 'user32')
      end
   end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
windows-pr-0.9.1 lib/windows/window/timer.rb
windows-pr-0.9.2 lib/windows/window/timer.rb
windows-pr-0.9.8 lib/windows/window/timer.rb
windows-pr-0.9.0 lib/windows/window/timer.rb
windows-pr-0.9.3 lib/windows/window/timer.rb
windows-pr-0.9.4 lib/windows/window/timer.rb
windows-pr-0.9.5 lib/windows/window/timer.rb
windows-pr-0.9.6 lib/windows/window/timer.rb
windows-pr-0.9.7 lib/windows/window/timer.rb
windows-pr-0.9.9 lib/windows/window/timer.rb
windows-pr-1.0.0 lib/windows/window/timer.rb