# File lib/chef/win32/api/file.rb, line 161
        def self.CTL_CODE( device_type, function, method, access )
          (device_type << 16) | (access << 14) | (function << 2) | method
        end