Method: Win::Library::API#effective_name
- Defined in:
- lib/win/library.rb
#effective_name ⇒ Object Also known as: effective_function_name
The name of the actual Windows API function. For example, if you passed ‘GetUserName’ to the constructor, then the effective function name would be either ‘GetUserNameA’ or ‘GetUserNameW’. effective_function_name alias needed for compatibility with Win32::API interface
481 482 483 |
# File 'lib/win/library.rb', line 481 def effective_name @effective_name end |