Method: Win::Library::API#dll
- Defined in:
- lib/win/library.rb
#dll ⇒ Object (readonly) Also known as: dll_name
The name of the DLL(s) that export this API function. dll_name alias needed for compatibility with Win32::API interface
469 470 471 |
# File 'lib/win/library.rb', line 469 def dll @dll end |