# File lib/chef/win32/api.rb, line 327
        def HRESULT_SEVERITY(hr)
          (hr >> 31) & 0x1
        end