# File lib/chef/win32/api.rb, line 295
        def IS_ERROR(status)
          status >> 31 == 1
        end