# File lib/facter/util/windows/process.rb, line 7
  def get_current_process
    # this pseudo-handle does not require closing per MSDN docs

    GetCurrentProcess()
  end