DictionaryForumContacts

Terms containing Driver | all forms | exact matches only
SubjectEnglishHungarian
comp., MSboot critical driverrendszerindításhoz szükséges illesztőprogram (A driver that must be available in order for the operating system to successfully complete the boot process. Boot critical drivers include all boot start drivers)
comp., MSbusiness driverstratégiai cél (A brief statement that defines clearly and specifically the desired business outcomes of the organization along with the necessary activities to reach them)
comp., MSbusiness driverüzletbefolyásoló tényező (A condition or phenomenon that has the potential to impact a business either positively or negatively)
agric.car driversofőr
agric.car drivergépkocsivezető
agric.cattle driverterelő (ember)
agric.cattle driverhajtó
agric.cattle driverhajcsár
comp., MSclass driverosztály illesztőprogram (An intermediate driver that provides a simple interface between a minidriver and the operating system)
comp., MScustom driver accessegyéni illesztőprogram-alapú hozzáférés (Device IO Control to 3rd party driver, a form of restricted device interface access for privileged apps)
comp., MSdata source driveradatforrás-illesztő (A program file used to connect to a specific database. Each database program or management system requires a different driver)
comp., MSdevice drivereszközillesztő (Software that enables hardware or peripherals (such as a printer, mouse, or keyboard) to work with your computer or mobile device)
comp., MSdevice driver interfaceeszközillesztő-interfész (A set of functions that are implemented by the operating system for use by drivers)
comp., MSDevice Driver WizardEszközillesztő varázsló (A wizard that helps a driver developer get the new driver packages up and going quickly in Visual Studio)
comp., MSdriver injectionillesztőprogram beillesztése (The process of installing mass storage drivers into an offline Windows installation, such as from Windows Preinstallation Environment (WinPE) into a restored system)
comp., MSdriver packageillesztőprogram-csomag (A collection of files that comprise a driver)
comp., MSDriver Project Conversion ToolIllesztőprojekt-konvertáló eszköz (A tool to help driver developers convert their existing driver source files into Windows 8 device drivers by using Visual Studio)
comp., MSdriver protection listillesztőprogram-védelemi lista (A list of drivers known to cause instabilities when installed under Microsoft Windows XP and later versions. The list is checked at the following times: during installation of Windows; each time the system is rebooted; each time a device or application is installed)
comp., MSdriver reflectionillesztőtükrözés (The process by which a driver file is copied to a location on the destination computer and the corresponding service is created)
agric.driver's boxbak
agric.driver's boxfűrészbak
agric.driver's boxkocsibak
agric.driver's boxkecskeláb
agric.driver's boxbakállvány
agric.driver's boxszekérbak
transp.driver's compartmentvezetőtér
transp.driver's seatvezetõülés
moto.driver's seatvezetőülés
comp., MSdriver stackillesztőprogram-készlet (A device object that forwards input/output request objects (IRPs) to other device objects. Stacking always occurs from the bottom up and is taken down from the top)
transp., chem., construct.drivers cabkezelőfülke
comp., MSEarly Launch Antimalware driverkorai indítású kártevőirtó illesztőprogram (An antimalware driver that loads early in the boot process, to evaluate the safety of the other drivers being loaded. Based on a comparison against historical data for those drivers, the antimalware driver returns information to the kernel, which makes initialization decisions for each driver)
comp., MSELAM driverkorai indítású kártevőirtó illesztőprogram (An antimalware driver that loads early in the boot process, to evaluate the safety of the other drivers being loaded. Based on a comparison against historical data for those drivers, the antimalware driver returns information to the kernel, which makes initialization decisions for each driver)
comp., MSin-box driverbeépített illesztőprogram (A driver contained in the default Windows installation)
comp., MSkernel-mode driverkernelmódú illesztőprogram (A driver for a logical, virtual, or physical device)
comp., MSlayered drivertöbbrétegű illesztőprogram (One of a collection of drivers that responds to the same IRPs. Layered driver describes the highest-level and lowest-level drivers in a chain of layered drivers that process the same IRPs, along with all intermediate drivers in the chain)
comp., MSmonolithic drivermonolit illesztőprogram (A driver that is structured to handle all storage command processing from the driver class to the host bus attachment, residing in the code path either alongside Microsoft-supplied monolithic drivers, or alongside a Microsoft-supplied port driver and vendor-supplied miniport drivers)
comp., MSnetwork adapter driverhálózatikártya-meghajtó (A device driver that works directly with the network adapter, acting as an intermediary between the adapter and the protocol driver)
comp., MSnetwork card driverhálózati kártya illesztőprogramja (A device driver that works directly with the network card, acting as an intermediary between the card and the protocol driver)
comp., MSODBC driverODBC-meghajtó (A program file used to connect to a particular database. Each database program, such as Access or dBASE, or database management system, such as SQL Server, requires a different driver)
comp., MSout-of-box drivernem beépített illesztőprogram (A driver that is not included with Windows)
tech.pile-driver ramverőkos
comp., MSprinter drivernyomtatómeghajtó (The device that communicates between your software program and your printer)
moto.screw-drivercsavarhúzó
comp., MSsigned driveraláírt illesztőprogram (A driver that meets the criteria of the Windows Logo Program. For performance and stability, Microsoft strongly recommends that you use only signed drivers for new or updated drivers)
comp., MSstatic virtual device driverstatikus virtuális eszközmeghajtó (A virtual device driver (VxD) that is statically loaded during system startup. A static VxD can be loaded in a number of different ways, including device enumeration by the Plug and Play (PnP)static device enumerator)
comp., MSthird-party driverkülső gyártótól származó illesztőprogram (A driver created or provided by an entity outside Microsoft (distributed by a developer or an OEM))
agric.tractor drivertraktorvezető
agric.tractor drivertraktorista
agric.tractor drivertraktoros
agric.tractor-driver's work record sheettraktoros munkalap
agric.truck driversofőr
agric.truck drivergépkocsivezető
comp., MSunsigned drivernem aláírt illesztőprogram (A driver that is not supported and that is not certified to work with a particular version of Windows)
comp., MSwatchdog driverfigyelőmeghajtó (A hardware device that monitors system health and functionality by communicating with the system software. The communication is through a dedicated device driver or device timer)
comp., MSWindows driver foundationWindows illesztőprogram-alaprendszer (A framework that provides prewritten support for the requirements of Windows driver model (WDM), giving Microsoft Windows device-driver developers the ability to better focus on their device models. The driver framework reduces the amount of new code required to provide a full-featured WDM device driver)
comp., MSWindows Driver Kit The SDK that contains all the tools and downloads needed to build a driver for WindowsWindows illesztőkészítő készlet (WDK)
comp., MSWindows Driver ModelWindows illesztőprogram-modell (A driver model based on the Windows NT driver model that is designed to provide a common architecture of I/O services for Windows operating systems for specific classes of drivers. These driver classes include USB and IEEE 1394 buses, audio, still-image capture, video capture, and HID-compliant devices such as USB mice, keyboards, and joysticks. Provides a model for writing kernel-mode drivers and minidrivers, and provides extensions for Plug and Play and power management)

Get short URL