win32_last_error()
Returns the last win32 Error of the current executing Thread or nil if none
# File ext/fiddle/lib/fiddle.rb, line 10 def self.win32_last_error Thread.current[:__FIDDLE_WIN32_LAST_ERROR__] end