Registry / utility / win32-api

win32-api

JSON →
library1.10.1rbrubygemsunverified

A replacement for the standard Win32API library with callback support and additional string types.

gem install win32-api
INSTALL
IMPORT
SIG · WIN32-API
W
win32-api
utilityrubyv1.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Win32::API
✓ require 'win32/api'

Call a Windows API function from Ruby.

require 'win32/api' # Call Windows MessageBox msgbox = Win32::API.new('MessageBox', ['L', 'P', 'P', 'L'], 'I', 'user32') msgbox.call(0, 'Hello', 'Title', 0)
Debug
Known issues
breakingOnly works on Windows systems.
fix
Ensure your application runs on Windows or use conditional loading.
affects: >= 0
Upgrade
Version history
1.10.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
win32-api — gem install win32-api · libregistry