# File lib/chef/win32/api.rb, line 311
        def HRESULT_FACILITY(hr)
          (hr >> 16) & 0x1fff
        end