# File lib/chef/win32/api.rb, line 266
        def LOWORD(l)
          l & 0xffff
        end